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 /plugin/handler_socket/handlersocket/mysql_incl.hpp | |
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 'plugin/handler_socket/handlersocket/mysql_incl.hpp')
-rw-r--r-- | plugin/handler_socket/handlersocket/mysql_incl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/handler_socket/handlersocket/mysql_incl.hpp b/plugin/handler_socket/handlersocket/mysql_incl.hpp index c7b3fce0d1d..d8dba709f28 100644 --- a/plugin/handler_socket/handlersocket/mysql_incl.hpp +++ b/plugin/handler_socket/handlersocket/mysql_incl.hpp @@ -17,6 +17,7 @@ #define MYSQL_SERVER 1 #include <my_config.h> + #include <mysql_version.h> #if MYSQL_VERSION_ID >= 50505 |