1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-5215 prerequisite: remove test and test_* database hacks in the test suite

This commit is contained in:
Oleksandr Byelkin
2022-06-13 14:37:59 +02:00
committed by Sergei Golubchik
parent 749c127822
commit 594bed9b42
196 changed files with 778 additions and 564 deletions

View File

@@ -1,5 +1,6 @@
install plugin three_attempts soname 'dialog_examples.so';
create user test_dialog identified via three_attempts using 'SECRET';
GRANT SELECT ON test.* TO test_dialog;
#
# -pSECRET is picked up, no questions asked.
#