1
0
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:
Timofey Turenko
2025-06-25 00:26:56 +03:00
committed by Leonid Fedorov
parent 4b8b5e3d75
commit 22ad96e04a

View File

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