summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqltest.result
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-08-31 18:10:26 +0200
committerunknown <msvensson@neptunus.(none)>2005-08-31 18:10:26 +0200
commit43422eceb516932603110a7b8665496d4132de35 (patch)
tree450e65282d317ce0e08e603712ed37d0e581452c /mysql-test/r/mysqltest.result
parent76c1bcf986bcdf54d114ca0eb7c83512c1841787 (diff)
downloadmariadb-git-43422eceb516932603110a7b8665496d4132de35.tar.gz
Remove syntax !$<err_no> to set an expected error code
Use !<err_no> instead client/mysqltest.c: Remove syntax !$<err_no> to set an expected error code mysql-test/r/mysqltest.result: Update test result mysql-test/t/mysqltest.test: Uncomment tests for the deprecated syntax
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r--mysql-test/r/mysqltest.result5
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result
index a5ebb08458a..668cf6beb57 100644
--- a/mysql-test/r/mysqltest.result
+++ b/mysql-test/r/mysqltest.result
@@ -13,14 +13,9 @@ 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
mysqltest: At line 1: query 'select otto from (select 1 as otto) as t1' succeeded - should have failed with sqlstate 42S22...
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'
mysqltest: At line 1: query 'select friedrich from (select 1 as otto) as t1' failed with wrong sqlstate 42S22 instead of 00000...
select otto from (select 1 as otto) as t1;
otto