diff options
author | unknown <pem@mysql.com> | 2002-11-25 15:32:44 +0100 |
---|---|---|
committer | unknown <pem@mysql.com> | 2002-11-25 15:32:44 +0100 |
commit | 8da0fd29aa44c23a80750cdc783332bccf1c385f (patch) | |
tree | f6a03aa1166adfd5051ca3d76b469c283ed9058d /sql/sql_class.h | |
parent | 4842f59088a23777daa867061b83e6d6c71851c7 (diff) | |
parent | 0e9a75a4f7151ea7930a5eaddfc91fd210873f16 (diff) | |
download | mariadb-git-8da0fd29aa44c23a80750cdc783332bccf1c385f.tar.gz |
Merge
sql/item_func.cc:
Auto merged
sql/sql_class.h:
Auto merged
sql/sql_lex.h:
Auto merged
sql/sql_prepare.cc:
SCCS merged
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h index 599a0572a8a..a521da9a33f 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -507,7 +507,6 @@ public: bool query_start_used,last_insert_id_used,insert_id_used,rand_used; bool system_thread,in_lock_tables,global_read_lock; bool query_error, bootstrap, cleanup_done; - bool safe_to_cache_query; bool volatile killed; bool prepare_command; |