1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

Recorded reference results

This commit is contained in:
root
2022-12-09 02:24:40 +00:00
parent f090e65298
commit 2ed151fa59
125 changed files with 10 additions and 574 deletions

View File

@ -1,16 +1,8 @@
USE tpch1;
drop view if exists vwBug;
Warnings:
Note 4092 Unknown VIEW: 'tpch1.vwbug'
drop view if exists vwBug2;
Warnings:
Note 4092 Unknown VIEW: 'tpch1.vwbug2'
drop view if exists vwBug3;
Warnings:
Note 4092 Unknown VIEW: 'tpch1.vwbug3'
drop view if exists vwBug4;
Warnings:
Note 4092 Unknown VIEW: 'tpch1.vwbug4'
create view vwBug as
select sub1.c1 s1c1, sub1.c2 s1c2, sub2.c1 s2c1, sub2.c2 s2c2, sub3.c1 s3c1, sub3.c2 s3c2
from sub1