You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Updated reference results to match that of innodb tables
This commit is contained in:
@ -2,4 +2,5 @@ USE tpch1;
|
||||
CREATE TABLE IF NOT EXISTS mcol2219 (`t (space` int) engine=columnstore;
|
||||
SELECT column_name FROM information_schema.columnstore_columns WHERE table_name='mcol2219';
|
||||
column_name
|
||||
t (space
|
||||
DROP TABLE mcol2219;
|
||||
|
Reference in New Issue
Block a user