You've already forked mariadb-columnstore-engine
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:
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user