From c7c1732bdbc728b528aeda65453f1c4b4f32045a Mon Sep 17 00:00:00 2001 From: Staale Smedseng Date: Wed, 4 Mar 2009 13:18:56 +0100 Subject: [PATCH] Missing change to funcs_1.myisam_views after push of Bug#29458 --- mysql-test/suite/funcs_1/r/myisam_views.result | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/suite/funcs_1/r/myisam_views.result b/mysql-test/suite/funcs_1/r/myisam_views.result index 3884657c925..9b07a0ae45b 100644 --- a/mysql-test/suite/funcs_1/r/myisam_views.result +++ b/mysql-test/suite/funcs_1/r/myisam_views.result @@ -23044,7 +23044,7 @@ ERROR 42S02: Table 'test.v1' doesn't exist CHECK TABLE v1; Table Op Msg_type Msg_text test.v1 check Error Table 'test.v1' doesn't exist -test.v1 check error Corrupt +test.v1 check status Operation failed DESCRIBE v1; ERROR 42S02: Table 'test.v1' doesn't exist EXPLAIN SELECT * FROM v1;