From 2c8a6fadf91dbddf3d5d457fe4fcafa96e1b952f Mon Sep 17 00:00:00 2001 From: "SergeyV@selena." <> Date: Mon, 27 Feb 2006 22:14:48 +0300 Subject: Postfix for #17595. few lines in a test were accidentally commented. Comments removed. --- mysql-test/t/skip_grants.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/t/skip_grants.test') diff --git a/mysql-test/t/skip_grants.test b/mysql-test/t/skip_grants.test index 45b1d258e4a..27220c9b507 100644 --- a/mysql-test/t/skip_grants.test +++ b/mysql-test/t/skip_grants.test @@ -12,8 +12,8 @@ use test; # test that we can create VIEW if privileges check switched off # create table t1 (field1 INT); -#--error ER_MALFORMED_DEFINER -#CREATE VIEW v1 AS SELECT field1 FROM t1; +-- error ER_MALFORMED_DEFINER +CREATE VIEW v1 AS SELECT field1 FROM t1; drop table t1; # -- cgit v1.2.1