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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user