diff options
author | Michael Widenius <monty@askmonty.org> | 2011-06-07 14:19:49 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-06-07 14:19:49 +0300 |
commit | 8d7f81089444e20526685b3ffe36b72d5ecdc157 (patch) | |
tree | 490b3363b21ed051c82a01af549a826ec0bef6f2 /mysql-test/Makefile.am | |
parent | 2740edcf5680bc03a318378514f88fefa67d5923 (diff) | |
download | mariadb-git-8d7f81089444e20526685b3ffe36b72d5ecdc157.tar.gz |
Upgraded to latest handlersocket code. This fixed LP:766870 "Assertion `next_insert_id == 0' failed with handlersocket"
sql/handler.cc:
Added DBUG_ code
Diffstat (limited to 'mysql-test/Makefile.am')
-rw-r--r-- | mysql-test/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/Makefile.am b/mysql-test/Makefile.am index bf79f376a43..664d69f1a93 100644 --- a/mysql-test/Makefile.am +++ b/mysql-test/Makefile.am @@ -84,7 +84,6 @@ TEST_DIRS = t r include std_data std_data/parts collections \ std_data/funcs_1 \ extra/binlog_tests/ extra/rpl_tests \ suite/binlog suite/binlog/t suite/binlog/r suite/binlog/std_data \ - suite/bugs suite/bugs/data suite/bugs/t suite/bugs/r \ suite/federated \ suite/pbxt/t suite/pbxt/r suite/pbxt \ suite/vcol suite/vcol/t suite/vcol/r suite/vcol/inc \ |