1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Merge pull request #984 from LinuxJedi/fix-engineid

MCOL-3673 Fix legacy db type
This commit is contained in:
Andrew Hutchings
2019-12-20 07:44:14 +02:00
committed by GitHub

View File

@ -160,6 +160,7 @@ static int columnstore_init_func(void* p)
mcs_hton->create_group_by = create_columnstore_group_by_handler;
mcs_hton->create_derived = create_columnstore_derived_handler;
mcs_hton->create_select = create_columnstore_select_handler;
mcs_hton->db_type = DB_TYPE_AUTOASSIGN;
DBUG_RETURN(0);
}