summaryrefslogtreecommitdiff
path: root/mysql-test/r/grant2.result
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2016-07-18 11:50:08 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2016-07-18 11:50:08 +0400
commitbf2e31500c9a0a7fcdccfb724e9447347a3ab684 (patch)
tree241096e790cb73d15daea32ed6054982f49acfb6 /mysql-test/r/grant2.result
parentc6fdb92ca829fed893d9e7324e80b1450de16087 (diff)
downloadmariadb-git-bf2e31500c9a0a7fcdccfb724e9447347a3ab684.tar.gz
MDEV-8569 build_table_filename() doesn't support temporary tables.
Temporary tables support added for RENAME and ALTER TABLE.
Diffstat (limited to 'mysql-test/r/grant2.result')
-rw-r--r--mysql-test/r/grant2.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/grant2.result b/mysql-test/r/grant2.result
index 3df9a5480d3..9e9b3ffc4e5 100644
--- a/mysql-test/r/grant2.result
+++ b/mysql-test/r/grant2.result
@@ -708,7 +708,7 @@ mysqltest_db1.t3 preload_keys status OK
# RENAME (doesn't work for temporary tables, thus should fail).
#
RENAME TABLE t3 TO t3_1;
-ERROR 42000: DROP, ALTER command denied to user 'mysqltest_u1'@'localhost' for table 't3'
+ERROR 42000: INSERT, CREATE command denied to user 'mysqltest_u1'@'localhost' for table 't3_1'
#
# HANDLER OPEN/READ/CLOSE.
#