diff options
author | ramil@mysql.com <> | 2005-12-01 14:31:28 +0400 |
---|---|---|
committer | ramil@mysql.com <> | 2005-12-01 14:31:28 +0400 |
commit | ab04ceafc7d40d3bf9ec242e89fb8d47f19a0ae4 (patch) | |
tree | 5746856ab978783835427bbfa170928071efead0 /sql/sql_class.h | |
parent | d80feb9e215443918928a029ed8bbb1208b9ea3f (diff) | |
parent | 37cfade0b4e4ceccd6c0ae547f518ba456c83f54 (diff) | |
download | mariadb-git-ab04ceafc7d40d3bf9ec242e89fb8d47f19a0ae4.tar.gz |
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/usr/home/ram/work/mysql-5.0
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index e882d061dbf..e4e024cbb09 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; }; |