diff options
Diffstat (limited to 'ndb/test/run-test/run-test.hpp')
-rw-r--r-- | ndb/test/run-test/run-test.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/test/run-test/run-test.hpp b/ndb/test/run-test/run-test.hpp index 8387f8638ed..8d00a7b6a55 100644 --- a/ndb/test/run-test/run-test.hpp +++ b/ndb/test/run-test/run-test.hpp @@ -24,6 +24,8 @@ #include <mgmapi.h> #include <CpcClient.hpp> +#undef MYSQL_CLIENT + enum ErrorCodes { ERR_OK = 0, ERR_NDB_FAILED = 101, |