1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

update mtr test

This commit is contained in:
mariadb-KristinaPavlova
2025-08-18 16:26:12 +03:00
committed by drrtuy
parent 30203350e2
commit e824ae95f6
2 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,4 @@ select count(i) from cs1 where idbPm('i') = '0.0.1';
ERROR HY000: Internal error: MCS-1006: Function called with unsupported datatype.
select count(i) from cs1 where idbSegmentDir('i') = '0.0.1';
ERROR HY000: Internal error: MCS-1006: Function called with unsupported datatype.
select count(i) from cs1 where idbSegment(i) = 1;
count(i)
0
DROP DATABASE test_invalid_args;