From b72ae9cc0a98d60324c758eee22125e49fce223f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 31 Jul 2021 12:53:52 +0100 Subject: Copy table content in a TX as part of add table --- lib/mysql_types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/mysql_types.h') diff --git a/lib/mysql_types.h b/lib/mysql_types.h index 4f5355c..d99e5a6 100644 --- a/lib/mysql_types.h +++ b/lib/mysql_types.h @@ -80,6 +80,11 @@ namespace MyGrate { #undef DEFINE_ITYPE #undef DEFINE_USTYPE #undef DEFINE_TYPE + + struct ReplicationPosition { + std::string filename; + uint64_t position; + }; } } -- cgit v1.2.3