1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-2 Update engine name to columnstore

This commit is contained in:
David Hall
2016-05-18 17:28:50 -05:00
parent 94a3174688
commit 80437a0083
12 changed files with 75 additions and 9801 deletions

View File

@ -4469,7 +4469,7 @@ bool isInfiniDB(TABLE* table_ptr)
string engineName = table_ptr->s->db_plugin->name.str;
#endif
if (engineName == "InfiniDB")
if (engineName == "Columnstore" || engineName == "InfiniDB")
return true;
else
return false;