Skip to content
Permalink
Browse files
cleanup: rename test file
  • Loading branch information
vuvova committed Oct 22, 2022
1 parent 741c14c commit 7a2f995
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
@@ -1,3 +1,6 @@
#
# MDEV-29458 Role grant commands do not propagate all grants
#
create user foo;
create database some_db;
create table some_db.t1 (a int, b int, secret int);
@@ -134,3 +137,6 @@ grant select(user) on mysql.user to test_role2;
drop role test_role1, test_role2;
create role test_role1;
drop role test_role1;
#
# End of 10.3 tests
#
@@ -1,5 +1,9 @@
--source include/not_embedded.inc

--echo #
--echo # MDEV-29458 Role grant commands do not propagate all grants
--echo #

create user foo;
create database some_db;
create table some_db.t1 (a int, b int, secret int);
@@ -161,3 +165,7 @@ drop role test_role1, test_role2;

create role test_role1;
drop role test_role1;

--echo #
--echo # End of 10.3 tests
--echo #

0 comments on commit 7a2f995

Please sign in to comment.