You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
This reverts commit 8b8ee98fd2
.
Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com>
This commit is contained in:
@ -15,9 +15,7 @@ if (!$func_exists)
|
||||
CREATE TABLE t1 (a DECIMAL(17,1)) ENGINE=ColumnStore;
|
||||
INSERT INTO t1 VALUES (-8999999999999999.9);
|
||||
SELECT * FROM t1 WHERE a=0;
|
||||
show processlist;
|
||||
SELECT calshowpartitions('t1','a');
|
||||
show processlist;
|
||||
DROP TABLE IF EXISTS t1;
|
||||
|
||||
--disable_query_log
|
||||
|
Reference in New Issue
Block a user