diff options
Diffstat (limited to 'mysql-test/r/err000001.result')
-rw-r--r-- | mysql-test/r/err000001.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/err000001.result b/mysql-test/r/err000001.result index 2cfd34f068a..5afecc6d600 100644 --- a/mysql-test/r/err000001.result +++ b/mysql-test/r/err000001.result @@ -13,7 +13,7 @@ Unknown table 'not_existing_database' in field list select count(not_existing_database.t1.a) from t1; Unknown table 'not_existing_database.t1' in field list select count(not_existing_database.t1.a) from not_existing_database.t1; -Table 'not_existing_database.t1' doesn't exist +Got one of the listed errors select 1 from t1 order by 2; Unknown column '2' in 'order clause' select 1 from t1 group by 2; |