summaryrefslogtreecommitdiff
path: root/mysql-test/main/grant5.result
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-06-17 23:33:04 +0200
committerSergei Golubchik <serg@mariadb.org>2019-06-17 23:41:43 +0200
commitb8e655ce029a1f182602c9f12c3cc5931226eec2 (patch)
tree1eb8d50ce8535fbdfa72251db06809651b681489 /mysql-test/main/grant5.result
parente85e4814eeca9123b23c23b40dd776416bfba2ca (diff)
downloadmariadb-git-b8e655ce029a1f182602c9f12c3cc5931226eec2.tar.gz
bugfix: crash on the empty db namemariadb-10.4.6
followup for 0a43df4fbc7
Diffstat (limited to 'mysql-test/main/grant5.result')
-rw-r--r--mysql-test/main/grant5.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/main/grant5.result b/mysql-test/main/grant5.result
index 086ae7011e4..2f16c5d630a 100644
--- a/mysql-test/main/grant5.result
+++ b/mysql-test/main/grant5.result
@@ -127,3 +127,6 @@ disconnect conn1;
connection default;
drop database mysqltest_1;
drop user twg@'%';
+insert mysql.tables_priv (host,db,user,table_name,grantor,table_priv) values ('localhost','','otto','t1','root@localhost','select');
+flush privileges;
+delete from mysql.tables_priv where db='';