You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Fix tests' results to match new diagnostics
This commit is contained in:
committed by
Leonid Fedorov
parent
eaba4d33b4
commit
28bf654d85
@ -13,7 +13,7 @@ SELECT COUNT(*) FROM t1;
|
||||
COUNT(*)
|
||||
2
|
||||
DELETE FROM t1 WHERE unknown = 2;
|
||||
ERROR 42S22: Unknown column 'unknown' in 'where clause'
|
||||
ERROR 42S22: Unknown column 'unknown' in 'WHERE'
|
||||
INSERT INTO t1 VALUES (1, NULL);
|
||||
DELETE FROM t1 WHERE b IS NULL;
|
||||
SELECT COUNT(*) FROM t1;
|
||||
|
Reference in New Issue
Block a user