summaryrefslogtreecommitdiff
path: root/mysql-test/collections
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-30545 Remove innodb_defragment and related parametersMarko Mäkelä2023-03-111-1/+0
| | | | | | | | | | | | | | | | | | | | The deprecated parameters will be removed: innodb_defragment innodb_defragment_n_pages innodb_defragment_stats_accuracy innodb_defragment_fill_factor_n_recs innodb_defragment_fill_factor innodb_defragment_frequency The mysql.innodb_index_stats.stat_name values 'n_page_split' and 'n_pages_freed' will lose their special meaning. The related changes to OPTIMIZE TABLE in InnoDB will be removed as well. The parameter innodb_optimize_fulltext_only will retain its special meaning in OPTIMIZE TABLE. Tested by: Matthias Leich
* Merge branch '10.6' into 10.7Oleksandr Byelkin2022-02-041-1/+2
|\
| * Merge branch '10.5' into 10.6Oleksandr Byelkin2022-02-031-1/+2
| |\
| | * Merge branch '10.4' into 10.5Oleksandr Byelkin2022-02-011-1/+2
| | |\
| | | * Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-1/+2
| | | |\
| | | | * Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-1/+2
| | | | |\
| | | | | * Windows, CI - workaround hardcoded limits for mtr --parallel=autoVladislav Vaintroub2022-01-081-1/+2
| | | | | |
| | | | | * Windows, CI : run mtr in buildbot_suites.bat with --parallel=autoVladislav Vaintroub2022-01-071-1/+1
| | | | | |
* | | | | | Skip list for UBSAN builderElena Stepanova2022-01-271-0/+3
|/ / / / /
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-221-0/+148
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-221-0/+148
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4st-10.4Marko Mäkelä2021-04-221-0/+146
| | |\ \ \ | |/ / / / | | | _ / | | | /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-221-0/+144
| | |\ \ | |/ / / | | | _
| | * Smoke test collection should not be executableElena Stepanova2021-04-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Since it ended up being a plain text file rather than a script (post-fix for MDEV-25288) Also removed main-test_sql_discovery.create from the list, as a workaround for MDEV-25384. The bug only affects 10.3+, but it will be simpler if 10.2 part of the tests is the same in all branches
| | * MDEV-25288 Create a list of tests for distributionsElena Stepanova2021-04-211-0/+139
| | | | | | | | | | | | ... to run upon building/packaging of MariaDB server
* | | MDEV-9077 - sysschema test suite.Vladislav Vaintroub2021-03-181-1/+2
|/ /
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-10-311-1/+0
|\ \ | |/
| * gis2 test no longer exists after 3fe38574fbddSergei Golubchik2019-10-281-1/+0
| |
* | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-2/+6
|\ \ | |/
| * Disable incompatible testsElena Stepanova2018-09-151-2/+6
| |
* | Merge 10.2 into 10.3Marko Mäkelä2018-09-071-0/+591
|\ \ | |/
| * Custom set of tests which can be run with 10.0 clientsmariadb-10.2.17Elena Stepanova2018-08-121-0/+591
| |
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-191-0/+1
|\ \ | |/
| * Add more testsuites to Windows buildbot builderVladislav Vaintroub2018-02-151-0/+1
| |
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+3
|\ \ | |/
| * auth_gssapi - fix test result and let the test run on Windows buildbotVladislav Vaintroub2018-02-011-0/+1
| |
| * Roles : Initialize variables that are passed to update_role_db()Vladislav Vaintroub2018-01-301-1/+2
| | | | | | | | | | | | | | Fixes "uninitialized variable used" crashes (Windows compiled for debug e.g /RTC1 option) Also enable roles suite on buildbot.
* | Enable --suite=versioning on WindowsMarko Mäkelä2017-11-151-0/+1
|/
* mariabackup : run tests on buildbot on WindowsVladislav Vaintroub2017-07-051-0/+1
|
* Enable MariaRocks test on BuildbotVladislav Vaintroub2017-04-021-0/+0
|
* MariaRocks : Run rocksdb suite on WindowsVladislav Vaintroub2017-03-311-0/+5
|
* MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-112-3/+2
| | | | | | | | | | remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
* 5.5.38 mergeSergei Golubchik2014-06-061-1/+0
|\
| * mysql-5.5.38 mergeSergei Golubchik2014-06-031-1/+0
| |\
| | * BUG#11754425 - Upmerge from 5.1 -> 5.5Namit Sharma2014-03-041-1/+0
| | |\
| | | * BUG#11754425 - rpl_innodb_bug28430 times out on Namit Sharma2014-03-041-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | certain pb2 hosts. Removed rpl_innodb_bug28430 from default.experimental as BUG can't be repeated
* | | | MDEV-6153 Trivial Lintian errors in MariaDB sources: spelling errors and ↵Sergei Golubchik2014-05-131-0/+0
|/ / / | | | | | | | | | wrong executable bits
* | | MySQL-5.5.36 mergeSergei Golubchik2014-02-171-0/+3
|\ \ \ | |/ / | | | | | | (without few incorrect bugfixes and with 1250 files where only a copyright year was changed)
| * | BUG#16321920 : CREATE A SEPARATE INNODB_ZIP TEST SUITEPavan Naik2013-11-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix : ------- Created separate suites called innodb_zip ans i_innodb_zip that contain all compression tests. Running the new suites with following compression-related parameters : * innodb_compression_level = {1/9} * innodb_log_compressed_pages = {ON/OFF}
* | | MySQL-5.5.35 mergeSergei Golubchik2014-01-221-0/+1
|\ \ \ | |/ /
| * | Making rpl.rpl_spec_variables experimental for solaris till bug#17337114 is ↵Vinay Fisrekar2013-09-191-0/+1
| | | | | | | | | | | | fixed.
* | | mysql-5.5.34 mergeSergei Golubchik2013-11-191-2/+0
|\ \ \ | |/ / | | | | | | (some patches reverted, test case added)
| * | BUG#12535301- SYS_VARS.RPL_INIT_SLAVE_FUNC MISMATCHES IN DAILY-5.5Astha Pareek2013-07-231-2/+0
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: sys_vars.rpl_init_slave_func test was failing sporadically on 5.5+. Fix: Added assert condition after wait for checks. Recorded test and enabled it.
| | * Updated default.experimental; now rpl tests are up to date as of 2011-07-25.Sven Sandberg2011-07-271-1/+2
| | |
* | | mysql-5.5.31 mergeSergei Golubchik2013-05-071-0/+1
|\ \ \ | |/ /
| * | Bug#16064876 MAIN.KILL FAILS OCCASIONALLY ON SOL10 SPARC64prabakaran thirumalai2013-01-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Analysis: On solaris, killing a connection which waits on debug sync (waits on condition variable) is neglected. Subsequent kill connection to that thread succeeds. Debug sync code is not included in release build hence it is not an customer issue. Also verified that except this case, other cases succeed in main.kill test script. So moving this test to experimental state on solaris platform only in mysql-5.5 branch.
* | | merge with mysql-5.5.30 minus few incorrect or not applicable changesetsSergei Golubchik2013-02-284-15/+11
|\ \ \ | |/ /
| * | Remove moot --unit-test option for mtr in collectionsBjorn Munch2012-12-052-2/+2
| | |
| * | Added new line at the end to resolve PB2 per push errors.Venkata Sidagam2012-11-261-1/+2
| | |
| * | remove usage of --skip-ndb from collectionsunknown2012-11-153-14/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | - no need to use --skip-ndb in collections files anymore, since long but more clear logic after recent mtr.pl fixes. ndb tests are never run in MySQL Server unless explicitly requested - remove sys_vars.ndb_log_update_as_write_basic.test and sys_vars.ndb_log_updated_only_basic.result since MySQL Server does not have those options. - Only sys_vars.have_ndbcluster_basic left since MySQL Server has that variable hardcoded.