diff options
author | unknown <joreland@mysql.com> | 2004-09-17 08:28:22 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-09-17 08:28:22 +0200 |
commit | 08ffa2988de9cb8e672cc5e9977755ed791e1ea3 (patch) | |
tree | 8a32890b03a3ba43294d197146770ac3226718d7 /ndb/test | |
parent | 3bfae53babbaeebbcd49c9b699e6fd350b2dc1f7 (diff) | |
download | mariadb-git-08ffa2988de9cb8e672cc5e9977755ed791e1ea3.tar.gz |
Moved event category match functionality into mgmapi
Removed grep introduced bogus mgm call
BitKeeper/deleted/.del-LogLevel.cpp~314a6bada2df40a8:
Delete: ndb/src/common/debugger/LogLevel.cpp
ndb/include/debugger/EventLogger.hpp:
Removed match functionality and put into mgmapi
ndb/include/kernel/LogLevel.hpp:
Update LogLevel
ndb/include/mgmapi/mgmapi_config_parameters.h:
fix parameter
ndb/src/common/debugger/EventLogger.cpp:
Removed match functionality and put into mgmapi
ndb/src/common/debugger/Makefile.am:
removed LogLevel.cpp
ndb/src/cw/cpcd/APIService.cpp:
compiler warning
ndb/src/cw/cpcd/CPCD.cpp:
compiler warning
ndb/src/cw/cpcd/CPCD.hpp:
compiler warning
ndb/src/cw/cpcd/main.cpp:
compiler warning
ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
Changed name of config parameter
ndb/src/kernel/vm/Configuration.cpp:
Changed name of config parameter
Diffstat (limited to 'ndb/test')
-rwxr-xr-x | ndb/test/run-test/atrt-mysql-test-run | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ndb/test/run-test/atrt-mysql-test-run b/ndb/test/run-test/atrt-mysql-test-run index e36fe1f3882..75482f4b4a7 100755 --- a/ndb/test/run-test/atrt-mysql-test-run +++ b/ndb/test/run-test/atrt-mysql-test-run @@ -16,5 +16,3 @@ fi echo "NDBT_ProgramExit: Failed" exit 1 - - |