You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Recorded reference results
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
USE tpch1;
|
||||
drop table if exists bug2876;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 'tpch1.bug2876'
|
||||
create table bug2876(c1 int, c2 varchar(117))engine=columnstore;
|
||||
insert into bug2876 values (1, 1), (1, 2), (1, 3), (2, 1), (2, 2), (2, 3), (3, 1), (3, 2), (3, 3);
|
||||
insert into bug2876 values (1, null), (2, null), (3, null), (null, 1), (null, 2), (null, 3), (null, null);
|
||||
|
Reference in New Issue
Block a user