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
add clean up to bugfixes.mcol-4741-strings-ranges-are-unsigned test
This commit is contained in:
committed by
Leonid Fedorov
parent
f8b32bbf9a
commit
4b8b5e3d75
@ -9,4 +9,4 @@ COUNT(*)
|
||||
LOAD DATA LOCAL infile 'MTR_SUITE_DIR/../std_data/mcol-4741-part-2-empty-strings.txt' INTO TABLE t;
|
||||
SELECT COUNT(*) FROM t WHERE x='val';
|
||||
COUNT(*)
|
||||
2
|
||||
DROP DATABASE IF EXISTS db4741;
|
||||
|
@ -16,4 +16,4 @@ SELECT COUNT(*) FROM t WHERE x='val';
|
||||
--eval LOAD DATA LOCAL infile '$MTR_SUITE_DIR/../std_data/mcol-4741-part-2-empty-strings.txt' INTO TABLE t
|
||||
|
||||
SELECT COUNT(*) FROM t WHERE x='val';
|
||||
|
||||
DROP DATABASE IF EXISTS db4741;
|
||||
|
Reference in New Issue
Block a user