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
Make changes based on feedback to PR #1254 for the cache.
This commit is contained in:
@ -6095,7 +6095,6 @@ bool isMCSTable(TABLE* table_ptr)
|
||||
#endif
|
||||
|
||||
if (engineName == "Columnstore" ||
|
||||
engineName == "InfiniDB" ||
|
||||
engineName == "Columnstore_cache")
|
||||
return true;
|
||||
else
|
||||
|
Reference in New Issue
Block a user