diff options
author | konstantin@oak.local <> | 2003-11-25 17:41:12 +0300 |
---|---|---|
committer | konstantin@oak.local <> | 2003-11-25 17:41:12 +0300 |
commit | 7c2d0eea456ba7ac58037e60d7a8feb705eb7458 (patch) | |
tree | 26ddd4f0fd18c242718e53bbc257355e751c6a0a /sql/sql_class.h | |
parent | 5e6f94f422100f3cbf0852bd55f784d7f574624c (diff) | |
download | mariadb-git-7c2d0eea456ba7ac58037e60d7a8feb705eb7458.tar.gz |
fix for bug #1946:
"You can always mysql_real_query a query with placeholders
after mysql_prepare()"
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 36faeae8f57..6be517d42d0 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -606,7 +606,6 @@ public: bool system_thread,in_lock_tables,global_read_lock; bool query_error, bootstrap, cleanup_done; bool volatile killed; - bool prepare_command; bool tmp_table_used; bool charset_is_system_charset, charset_is_collation_connection; bool slow_command; |