1
0
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:
Gagan Goel
2020-06-08 14:11:30 -04:00
parent 1216f9fc70
commit 1a5c6910da
3 changed files with 5 additions and 6 deletions

View File

@ -6095,7 +6095,6 @@ bool isMCSTable(TABLE* table_ptr)
#endif
if (engineName == "Columnstore" ||
engineName == "InfiniDB" ||
engineName == "Columnstore_cache")
return true;
else