diff options
author | SergeyV@selena. <> | 2006-02-27 22:14:48 +0300 |
---|---|---|
committer | SergeyV@selena. <> | 2006-02-27 22:14:48 +0300 |
commit | 2c8a6fadf91dbddf3d5d457fe4fcafa96e1b952f (patch) | |
tree | 2b2ec9c2f298b6d4f712d3f643ffb3ce1511e37c /mysql-test/t/skip_grants.test | |
parent | 01f65c7bb61e96878e834d834668ac0b6939b27e (diff) | |
download | mariadb-git-2c8a6fadf91dbddf3d5d457fe4fcafa96e1b952f.tar.gz |
Postfix for #17595. few lines in a test were accidentally commented.
Comments removed.
Diffstat (limited to 'mysql-test/t/skip_grants.test')
-rw-r--r-- | mysql-test/t/skip_grants.test | 4 |
1 files changed, 2 insertions, 2 deletions
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; # |