You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Disable cache_handler for system catalog tables.
This commit is contained in:
@ -286,6 +286,10 @@ class ha_mcs_cache :public ha_mcs
|
||||
int original_lock_type;
|
||||
bool insert_command, cache_locked;
|
||||
|
||||
// True if this handler belongs to either calpontsys.systable or
|
||||
// calpontsys.syscolumn system catalog tables
|
||||
bool isSysCatTable;
|
||||
|
||||
public:
|
||||
uint lock_counter;
|
||||
ha_maria *cache_handler;
|
||||
|
Reference in New Issue
Block a user