summaryrefslogtreecommitdiff
path: root/mysql-test/lib
Commit message (Expand)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-6/+7
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-03-131-0/+2
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-03-121-0/+2
| |\
| | * mtr: force-flush stderr and stdoutSergei Golubchik2018-02-241-0/+2
* | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-232-4/+31
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-222-4/+31
| |\ \ | | |/
| | * log all mtr output in vardir/log/stdout.logSergei Golubchik2018-02-212-4/+31
* | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-202-15/+15
* | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+1
|\ \ \ | |/ /
| * | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
| |\ \ | | |/
| | * Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| | |\
| | | * Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | | |\
| | | | * Finally! Make './mtr --valgrind-mysqld --gdb' to work.Sergei Golubchik2018-01-221-1/+1
| | | | * Fix use of `require` in mysql-test-run.Oleksandr Byelkin2017-04-192-5/+2
* | | | | Windows, compiling : use /permissive- switch to improve conformanceVladislav Vaintroub2018-02-071-1/+2
|/ / / /
* | | | Fix MinSizeRel build on Windows.Vladislav Vaintroub2018-01-261-9/+13
* | | | Silence warning coming from Windows' own header dbghelp.hVladislav Vaintroub2018-01-101-0/+13
* | | | Windows- "my_safe_kill <pid> dump" will now also dump child processesVladislav Vaintroub2017-10-251-62/+72
* | | | Fix my_safe_kill's create crashdump functionality on Windows.Vladislav Vaintroub2017-10-241-17/+64
* | | | Fix mtr to create a process dump on Window for hanging or looping processesVladislav Vaintroub2017-10-133-3/+87
* | | | don't install same files twiceSergei Golubchik2017-08-141-10/+0
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-06-121-0/+4
|\ \ \ \ | |/ / /
| * | | MDEV-13043 Skipped tests ignore warning suppressionsElena Stepanova2017-06-121-0/+4
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-062-62/+15
|\ \ \ \ | |/ / /
| * | | MDEV-10594 SSL hostname verification fails for SubjectAltNamesSergei Golubchik2017-04-271-0/+7
| * | | cleanup: simplify setting of ssl* options in my.cnf templatesSergei Golubchik2017-04-271-56/+0
| * | | regenerate SSL certificates againSergei Golubchik2017-04-271-6/+8
* | | | use log-error in mtr, don't let mysqld to write to stderrSergei Golubchik2017-04-071-2/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-302-3/+13
|\ \ \ \ | |/ / /
| * | | MDEV-11941 - Lintian complains about executable bitsSergey Vojtovich2017-03-071-1/+1
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-02-081-2/+12
| |\ \ \ | | |/ /
| | * | Produce better diagnostics when backtrace attempt failsElena Stepanova2017-02-011-2/+12
* | | | mtr uses dgcov for --gcov optionSergei Golubchik2017-01-111-71/+0
* | | | Fixes for running with gcovMonty2017-01-111-1/+1
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-293-10/+54
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-292-5/+53
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-292-5/+53
| | |\ \ | | | |/
| | | * MDEV-10907 MTR and server writes can interleave in the error logVladislav Vaintroub2016-09-272-5/+53
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-283-10/+3
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-5/+1
| | |\ \ | | | |/
| | | * Windows , mtr : allow cdb to print core dumps also if --parallel > 1Vladislav Vaintroub2016-09-261-5/+1
| | * | Fix use of `require` in mysql-test-run.Kristian Nielsen2016-09-102-5/+2
* | | | Fix use of `require` in mysql-test-run.Kristian Nielsen2016-11-202-5/+2
* | | | MDEV-7660 - MySQL WL#6671 "Improve scalability by not using thr_lock.c locksSergey Vojtovich2016-11-031-3/+0
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-092-4/+21
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-252-4/+21
| |\ \ \ | | |/ /
| | * | MDEV-10604 Create a list of unstable MTR tests to be disabled in distribution...mariadb-10.0.27Elena Stepanova2016-08-241-3/+20
| | * | Cleanups and minor fixesMonty2016-08-211-1/+1
* | | | various cleanupsMichael Widenius2016-06-301-1/+1
* | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-082-3/+3
|/ / /