summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2002-11-25 15:32:44 +0100
committerunknown <pem@mysql.com>2002-11-25 15:32:44 +0100
commit8da0fd29aa44c23a80750cdc783332bccf1c385f (patch)
treef6a03aa1166adfd5051ca3d76b469c283ed9058d /sql/sql_class.h
parent4842f59088a23777daa867061b83e6d6c71851c7 (diff)
parent0e9a75a4f7151ea7930a5eaddfc91fd210873f16 (diff)
downloadmariadb-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.h1
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;