diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-03 00:19:50 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-03 00:19:50 +0100 |
commit | 88708a8aa6a33f265ff990102b44a9a51e3bf4bb (patch) | |
tree | 8e59a73be6366e3237c473834852a276f07a9963 /test | |
parent | Determine parameter mode at point of call by DB type property (diff) | |
download | mygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.tar.bz2 mygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.tar.xz mygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.zip |
Get upstream from DB
Adds options from command line and a few supporting tweaks
Diffstat (limited to 'test')
-rw-r--r-- | test/test-mysql.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-mysql.cpp b/test/test-mysql.cpp index 493ec02..de9dd83 100644 --- a/test/test-mysql.cpp +++ b/test/test-mysql.cpp @@ -1,7 +1,6 @@ #define BOOST_TEST_MODULE MySQL #include <boost/test/unit_test.hpp> -#include <cstddef> #include <cstdint> #include <cstdlib> #include <dbConn.h> |