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
Fix typo in the mcol-4741-strings-ranges-are-unsigned test
This commit is contained in:
committed by
Leonid Fedorov
parent
4b8b5e3d75
commit
22ad96e04a
@ -9,4 +9,5 @@ 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;
|
||||
|
Reference in New Issue
Block a user