mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
d2bfd6766f
Added SQLSTATE matching support to test engine mysqltest.result, mysqltest.test: new file mysql-test/t/mysqltest.test: Added SQLSTATE matching support to test engine mysql-test/r/mysqltest.result: Added SQLSTATE matching support to test engine client/mysqltest.c: Added SQLSTATE matching support to test engine
23 lines
666 B
Text
23 lines
666 B
Text
select otto from (select 1 as otto) as t1;
|
|
otto
|
|
1
|
|
select otto from (select 1 as otto) as t1;
|
|
otto
|
|
1
|
|
select otto from (select 1 as otto) as t1;
|
|
otto
|
|
1
|
|
select friedrich from (select 1 as otto) as t1;
|
|
ERROR 42S22: Unknown column 'friedrich' in 'field list'
|
|
select friedrich from (select 1 as otto) as t1;
|
|
ERROR 42S22: Unknown column 'friedrich' in 'field list'
|
|
select otto from (select 1 as otto) as t1;
|
|
otto
|
|
1
|
|
select otto from (select 1 as otto) as t1;
|
|
otto
|
|
1
|
|
select friedrich from (select 1 as otto) as t1;
|
|
ERROR 42S22: Unknown column 'friedrich' in 'field list'
|
|
select friedrich from (select 1 as otto) as t1;
|
|
ERROR 42S22: Unknown column 'friedrich' in 'field list'
|