diff options
author | unknown <serg@sergbook.mysql.com> | 2004-12-30 21:11:40 +0100 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2004-12-30 21:11:40 +0100 |
commit | 379613c3e274147f240a25b10eb677e3ee77aa34 (patch) | |
tree | 3391f0694847502a54c81a4b70a1a4ffb0ff4f9b /mysql-test/r/alter_table.result | |
parent | 49501611aa534efcd18d3ee3bf94ec1ba13aa6f2 (diff) | |
parent | 40a0199e77aa5305a6699b0572e8d913eea8d170 (diff) | |
download | mariadb-git-379613c3e274147f240a25b10eb677e3ee77aa34.tar.gz |
merged
Diffstat (limited to 'mysql-test/r/alter_table.result')
-rw-r--r-- | mysql-test/r/alter_table.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/alter_table.result b/mysql-test/r/alter_table.result index 9e14ca85a29..5a47110dda3 100644 --- a/mysql-test/r/alter_table.result +++ b/mysql-test/r/alter_table.result @@ -121,7 +121,7 @@ create database mysqltest; create table mysqltest.t1 (a int,b int,c int); grant all on mysqltest.t1 to mysqltest_1@localhost; alter table t1 rename t2; -ERROR 42000: insert command denied to user 'mysqltest_1'@'localhost' for table 't2' +ERROR 42000: INSERT,CREATE command denied to user: 'mysqltest_1@localhost' for table 't2' revoke all privileges on mysqltest.t1 from mysqltest_1@localhost; delete from mysql.user where user=_binary'mysqltest_1'; drop database mysqltest; |