Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure that test_quick_select doesn't return more rows than in the table | Monty | 2023-01-30 | 1 | -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.6 | Oleksandr Byelkin | 2022-02-03 | 1 | -0/+4 |
|\ | |||||
| * | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2022-02-01 | 1 | -0/+4 |
| |\ | |||||
| | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-01-30 | 1 | -0/+4 |
| | |\ | |||||
| | | * | Merge branch '10.2' into 10.3mariadb-10.3.33 | Oleksandr Byelkin | 2022-01-29 | 1 | -0/+4 |
| | | | | |||||
* | | | | MDEV-9077 Use sys schema in bootstrapping, incl. mtr | Vladislav Vaintroub | 2021-03-18 | 1 | -0/+306 |
|/ / / | |||||
* | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2020-04-29 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | more verbose tests | Sergei Golubchik | 2020-04-27 | 1 | -0/+3 |
| | | | |||||
* | | | MDEV-22040 versioning.truncate_privilege : GRANT fails with "Access denied", ↵ | Alexander Barkov | 2020-03-26 | 1 | -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 table | Sergei Golubchik | 2018-12-12 | 1 | -0/+12 |
| | | | | | | | | | | | | Implement User_table_json. Fix scripts to use mysql.global_priv. Fix tests. | ||||
* | | MDEV-15851 Stop creating mysql.host table | Vladislav Vaintroub | 2018-08-16 | 1 | -3/+0 |
|/ | | | | Changed bootstrap scripts, adjusted result files. | ||||
* | Create 'main' test directory and move 't' and 'r' there | Michael Widenius | 2018-03-29 | 1 | -0/+308 |