1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Fix for bug #14304: auto_increment field incorrect set from within stored procedure (insert select).

This commit is contained in:
ramil@mysql.com
2005-12-01 14:26:46 +04:00
parent 6246425ef1
commit 37cfade0b4
5 changed files with 59 additions and 2 deletions

View File

@@ -1090,7 +1090,7 @@ public:
ha_rows cuted_fields, sent_row_count, examined_row_count;
ulong client_capabilities;
uint in_sub_stmt;
bool enable_slow_log, insert_id_used;
bool enable_slow_log, insert_id_used, clear_next_insert_id;
my_bool no_send_ok;
SAVEPOINT *savepoints;
};