1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Moved safe_to_cache_query from thd to lex.

This is required for prepared statements and stored procedures.
This commit is contained in:
pem@mysql.com
2002-11-22 14:50:53 +01:00
parent b201dfece4
commit ae2192ed53
11 changed files with 44 additions and 39 deletions

View File

@ -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;
Item_param *params; // Pointer to array of params