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
Debug mtr 20220720 (#2470)
* Update udf_calshowpartitions.test * Update mcs_named_udfs.test * Update udf_calshowpartitions.result * Update mcs_named_udfs.result
This commit is contained in:
committed by
GitHub
parent
df431ebad9
commit
8b8ee98fd2
@ -5,8 +5,14 @@ CREATE TABLE t1 (a DECIMAL(17,1)) ENGINE=ColumnStore;
|
||||
INSERT INTO t1 VALUES (-8999999999999999.9);
|
||||
SELECT * FROM t1 WHERE a=0;
|
||||
a
|
||||
show processlist;
|
||||
Id User Host db Command Time State Info Progress
|
||||
450 root localhost test Query 0 starting show processlist 0.000
|
||||
SELECT calshowpartitions('t1','a');
|
||||
calshowpartitions('t1','a')
|
||||
Part# Min Max Status
|
||||
0.0.1 -8999999999999999.9 -8999999999999999.9 Enabled
|
||||
show processlist;
|
||||
Id User Host db Command Time State Info Progress
|
||||
450 root localhost test Query 0 starting show processlist 0.000
|
||||
DROP TABLE IF EXISTS t1;
|
||||
|
Reference in New Issue
Block a user