summaryrefslogtreecommitdiff
path: root/scripts/mysql_test_db.sql
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-2/+2
| | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-301-0/+31
Added --skip-test-db option to mysql_install_db. If specified, no test database created and relevant grants issued. Removed --skip-auth-anonymous-user option of mysql_install_db. Now it is covered by --skip-test-db. Dropped some Debian patches that did the same. Removed unused make_win_bin_dist.1, make_win_bin_dist and mysql_install_db.pl.in.