summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysql_upgrade_noengine.result
Commit message (Collapse)AuthorAgeFilesLines
* Ensure that test_quick_select doesn't return more rows than in the tableMonty2023-01-301-2/+2
| | | | | | | | | | | Other changes: - In test_quick_select(), assume that if table->used_stats_records is 0 then the table has 0 rows. - Fixed prepare_simple_select() to populate table->used_stat_records - Enusre that set_statistics_for_tables() doesn't cause used_stats_records to be 0 when using stat_tables. - To get blackhole to work with replication, set stats.records to 2 so that test_quick_select() doesn't assume the table is empty.
* Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-0/+4
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-0/+4
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-0/+4
| | |\
| | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-0/+4
| | | |
* | | | MDEV-9077 Use sys schema in bootstrapping, incl. mtrVladislav Vaintroub2021-03-181-0/+306
|/ / /
* | | Merge 10.4 into 10.5Marko Mäkelä2020-04-291-0/+3
|\ \ \ | |/ /
| * | more verbose testsSergei Golubchik2020-04-271-0/+3
| | |
* | | MDEV-22040 versioning.truncate_privilege : GRANT fails with "Access denied", ↵Alexander Barkov2020-03-261-0/+4
|/ / | | | | | | | | | | | | | | | | | | for root user main.mysql_upgrade_noengine did not do "FLUSH PRIVILEGES" after restoring the original backed global_priv table. So following tests might fail on lack of some privileges. Adding the FLUSH PRIVILEGES statement.
* | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-0/+12
| | | | | | | | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests.
* | MDEV-15851 Stop creating mysql.host tableVladislav Vaintroub2018-08-161-3/+0
|/ | | | Changed bootstrap scripts, adjusted result files.
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-0/+308