1
0
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:
mariadb-DanielLee
2022-08-17 11:28:05 -05:00
parent 4e2d4984cf
commit 10a8d274cd
4 changed files with 6 additions and 5 deletions

View File

@ -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;