diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-07-31 12:53:52 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-07-31 12:53:52 +0100 |
commit | b72ae9cc0a98d60324c758eee22125e49fce223f (patch) | |
tree | b4540e363e6464b9ecc9a952f90434e168c755d8 /test | |
parent | Support the rotate event to move to the next binlog file (diff) | |
download | mygrate-b72ae9cc0a98d60324c758eee22125e49fce223f.tar.bz2 mygrate-b72ae9cc0a98d60324c758eee22125e49fce223f.tar.xz mygrate-b72ae9cc0a98d60324c758eee22125e49fce223f.zip |
Copy table content in a TX as part of add table
Diffstat (limited to 'test')
-rw-r--r-- | test/test-e2e.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-e2e.cpp b/test/test-e2e.cpp index 6d484af..0f5a051 100644 --- a/test/test-e2e.cpp +++ b/test/test-e2e.cpp @@ -31,7 +31,6 @@ BOOST_AUTO_TEST_CASE(e2e) BOOST_REQUIRE(src); out.addTable(&mym, "session"); - out.copyTableContent(&mym, "session"); BOOST_CHECK_EQUAL(MyGrate::sql::selectTestTable::execute(&pqm)->rows(), 1); |