1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

Danielsmtrupdate (#2357)

* Old precision issue.  New results matching server results now

* Value overflow issue.  New result matching server result now

* Showing correct column name now

* Added --disable_warning to subpress warnings that cause result mismatched

* Need to add one more result file
This commit is contained in:
Daniel Lee
2022-05-02 11:49:42 -05:00
committed by GitHub
parent 29a5b2facc
commit ec2e490737
9 changed files with 15 additions and 11 deletions

View File

@@ -6,8 +6,9 @@
#
-- source ../include/have_columnstore.inc
--disable_warnings
drop table if exists j1;
--enable_warnings
create table j1 (j1_key int)engine=columnstore;

View File

@@ -6,8 +6,9 @@
#
-- source ../include/have_columnstore.inc
--disable_warnings
drop table if exists j11;
--enable_warnings
create table j11 (j11_key int)engine=columnstore;

View File

@@ -6,8 +6,9 @@
#
-- source ../include/have_columnstore.inc
--disable_warnings
drop table if exists j16;
--enable_warnings
create table j16 (j16_key int)engine=columnstore;

View File

@@ -6,8 +6,9 @@
#
-- source ../include/have_columnstore.inc
--disable_warnings
drop table if exists j6;
--enable_warnings
create table j6 (j6_key int)engine=columnstore;