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

Revert "Debug mtr 20220720 (#2470)" (#2473)

This reverts commit 8b8ee98fd2.

Co-authored-by: Roman Nozdrin <rnozdrin@mariadb.com>
This commit is contained in:
Roman Nozdrin
2022-07-23 13:50:14 +03:00
committed by GitHub
parent 8b8ee98fd2
commit 627a4b5819
4 changed files with 0 additions and 16 deletions

View File

@ -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