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:
@ -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
|
||||
|
Reference in New Issue
Block a user