mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
removed old way to prevent using stack tables for caching Items in PS
fixed error code in union test
This commit is contained in:
@ -787,12 +787,6 @@ public:
|
||||
bool charset_is_system_charset, charset_is_collation_connection;
|
||||
bool slow_command;
|
||||
|
||||
/*
|
||||
Used in prepared statement to prevent using table/field cache in
|
||||
Item_idend, bacuse it can point on removed table.
|
||||
*/
|
||||
bool no_table_fix_fields_cache;
|
||||
|
||||
/*
|
||||
If we do a purge of binary logs, log index info of the threads
|
||||
that are currently reading it needs to be adjusted. To do that
|
||||
|
Reference in New Issue
Block a user