summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysql_upgrade.result
Commit message (Collapse)AuthorAgeFilesLines
* Write information about restart in .resultMichael Widenius2019-04-011-0/+1
| | | | Idea comes from MySQL which does something similar
* MDEV-18275 Live upgrade from 5.5 does not work: InnoDB stat tables are used ↵Sergei Golubchik2019-03-201-0/+6
| | | | | | | | | before creation let mysql_upgrade to work even when innodb_index_stats or innodb_table_stats are missing. (mysql_upgrade knows to ignore "unknown table" errors)
* MDEV-7597 Expiration of user passwordsSergei Golubchik2019-02-211-1/+1
| | | | | | | | | | | | | | | | | post-merge changes: * handle password expiration on old tables like everything else - make changes in memory, even if they cannot be done on disk * merge "debug" tests with non-debug tests, they don't use dbug anyway * only run rpl password expiration in MIXED mode, it doesn't replicate anything, so no need to repeat it thrice * restore update_user_table_password() prototype, it should not change ACL_USER, this is done in acl_user_update() * don't parse json twice in get_password_lifetime and get_password_expired * remove LEX_USER::is_changing_password, see if there was any auth instead * avoid overflow in expiration calculations * don't initialize Account_options in the constructor, it's bzero-ed later * don't create ulong sysvars - they're not portable, prefer uint or ulonglong * misc simplifications
* MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-211-2/+2
| | | | | | | | | | | | | | | | | This patch adds support for expiring user passwords. The following statements are extended: CREATE USER user@localhost PASSWORD EXPIRE [option] ALTER USER user@localhost PASSWORD EXPIRE [option] If no option is specified, the password is expired with immediate effect. If option is DEFAULT, global policy applies according to the default_password_lifetime system var (if 0, password never expires, if N, password expires every N days). If option is NEVER, the password never expires and if option is INTERVAL N DAY, the password expires every N days. The feature also supports the disconnect_on_expired_password system var and the --connect-expired-password client option. Closes #1166
* MDEV-18119 upgrading from 10.3 to 10.4 can result in the password for a user ↵Sergei Golubchik2019-02-041-4/+37
| | | | to be wiped ou
* MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-11/+22
| | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* Changed some MySQL names in messages to MariaDBMonty2018-12-091-1/+1
| | | | | - Remove obsolete documentation files - Removed old obsolete information from some documentation files
* MDEV-15851 Stop creating mysql.host tableVladislav Vaintroub2018-08-161-10/+0
| | | | Changed bootstrap scripts, adjusted result files.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+592