From 37cfade0b4e4ceccd6c0ae547f518ba456c83f54 Mon Sep 17 00:00:00 2001 From: "ramil@mysql.com" <> Date: Thu, 1 Dec 2005 14:26:46 +0400 Subject: Fix for bug #14304: auto_increment field incorrect set from within stored procedure (insert select). --- sql/sql_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/sql_class.h') diff --git a/sql/sql_class.h b/sql/sql_class.h index 33be70ee674..0a5a615fe64 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -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; }; -- cgit v1.2.1