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
MCOL-2 Update engine name to columnstore
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user