1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

copy from test-extra-5.1 to main tree

This commit is contained in:
hhunger@hh-nb.hungers
2007-02-06 13:35:54 +01:00
parent ad7b10ca19
commit e6055e21f5
510 changed files with 2007041 additions and 0 deletions

View File

@ -0,0 +1,11 @@
##### suite/funcs_1/include/create_user_no_super.inc
#
# $new_user must contain the name (with @<host> if necessary)
# of the user to be created
--error 0,1396
eval DROP USER $new_user;
eval CREATE USER $new_user identified by 'PWD';
eval GRANT ALL ON *.* TO $new_user WITH GRANT OPTION;
eval REVOKE SUPER ON *.* FROM $new_user;