Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-17658 change the structure of mysql.user table | Sergei Golubchik | 2018-12-12 | 1 | -2/+2 |
| | | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests. | ||||
* | MDEV-12645 - mysql_install_db: no install test db option | Sergey Vojtovich | 2018-04-30 | 1 | -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. |