1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

fix for bug #1946:

"You can always mysql_real_query a query with placeholders 
after mysql_prepare()"
This commit is contained in:
konstantin@oak.local
2003-11-25 17:41:12 +03:00
parent 5e6f94f422
commit 7c2d0eea45
5 changed files with 31 additions and 5 deletions

View File

@@ -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;