You've already forked mariadb-columnstore-engine
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:
committed by
drrtuy
parent
30203350e2
commit
e824ae95f6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user