1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

Fix tests' results to match new diagnostics

This commit is contained in:
Serguey Zefirov
2024-11-29 13:16:52 +03:00
committed by Leonid Fedorov
parent eaba4d33b4
commit 28bf654d85
7 changed files with 11 additions and 11 deletions

View File

@@ -86,5 +86,5 @@ SELECT @x / @y;
@x / @y
NULL
SELECT unknown;
ERROR 42S22: Unknown column 'unknown' in 'field list'
ERROR 42S22: Unknown column 'unknown' in 'SELECT'
DROP DATABASE IF EXISTS mcs33_db1;