diff options
Diffstat (limited to 'mysql-test/main/drop.result')
-rw-r--r-- | mysql-test/main/drop.result | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mysql-test/main/drop.result b/mysql-test/main/drop.result index b239dce4e62..9200efead38 100644 --- a/mysql-test/main/drop.result +++ b/mysql-test/main/drop.result @@ -209,10 +209,7 @@ Note 1051 Unknown table 'test.table1' Note 1051 Unknown table 'test.table2' DROP VIEW IF EXISTS view1,view2,view3,view4; Warnings: -Note 4092 Unknown VIEW: 'test.view1' -Note 4092 Unknown VIEW: 'test.view2' -Note 4092 Unknown VIEW: 'test.view3' -Note 4092 Unknown VIEW: 'test.view4' +Note 4092 Unknown VIEW: 'test.view1,test.view2,test.view3,test.view4' # Test error message when trigger does not find table CREATE TABLE table1(a int); |