summaryrefslogtreecommitdiff
path: root/mysql-test/lib
Commit message (Collapse)AuthorAgeFilesLines
* 5.5 mergeSergei Golubchik2015-01-212-0/+4
|\
| * MDEV-7448 - mtr may leave stale mysqldSergey Vojtovich2015-01-142-0/+4
| | | | | | | | | | | | Let mtr handle SIGHUP the same way as SIGINT. This solves stale mysqld processes left after broken/closed ssh connection.
* | 5.5.40+ mergeSergei Golubchik2014-10-091-0/+2
|\ \ | |/
| * MDEV-5707 MTR fails on kfreebsdSergei Golubchik2014-10-021-0/+2
| | | | | | | | apply debian's patch to workaround kfreebsd bug
* | MDEV-6280 can't skip test with slash in its nameSergei Golubchik2014-06-021-1/+1
| |
* | 5.5 mergeSergei Golubchik2014-05-091-0/+1
|\ \ | |/
| * mysql-5.5.37 selective mergeSergei Golubchik2014-03-271-0/+1
| |\
| | * Updated/added copyright header. Added line "use is subject to license terms" Murthy Narkedimilli2014-02-171-0/+1
| | | | | | | | | | | | | | | to copyright header.
* | | Options option_name=0 in combination files were processed incorrectlyElena Stepanova2014-03-311-1/+1
| | |
* | | 10.0-base mergeSergei Golubchik2014-02-262-3/+2
|\ \ \
| * \ \ 5.5 mergeSergei Golubchik2014-02-252-3/+2
| |\ \ \ | | |/ /
| | * | MySQL-5.5.36 mergeSergei Golubchik2014-02-172-3/+2
| | |\ \ | | | |/ | | | | | | | | (without few incorrect bugfixes and with 1250 files where only a copyright year was changed)
| | | * Updated/added copyright headersMurthy Narkedimilli2014-01-062-3/+2
| | | |
* | | | mtr: allow nested plugin suites to be defaults tooSergei Golubchik2014-02-061-6/+11
| | | |
* | | | mtr: abort when a suite.pm fails to load, don't just ignore the errors.Sergei Golubchik2013-12-221-0/+1
| | | | | | | | | | | | | | | | Fix all suite.pm files that had errors and test files that were skipped because of that
* | | | 10.0-base mergeSergei Golubchik2013-12-163-18/+52
|\ \ \ \ | |/ / /
| * | | 5.5 mergeSergei Golubchik2013-12-152-17/+51
| |\ \ \ | | |/ /
| | * | install and package plugin suites.Sergei Golubchik2013-11-271-17/+28
| | | |
| | * | mysql-test: allow suite.pm add its suite to the default list.Sergei Golubchik2013-11-272-2/+25
| | | | | | | | | | | | | | | | | | | | | | | | run tokudb suites by default. mark big and slow tests tokudb.change_column_all_1000_1 and tokudb.change_column_all_1000_10 test as --big
| * | | 5.5 mergeSergei Golubchik2013-11-231-1/+1
| |\ \ \ | | |/ /
| | * | mysql-5.5.34 mergeSergei Golubchik2013-11-191-1/+1
| | |\ \ | | | |/ | | | | | | | | (some patches reverted, test case added)
| | | * upmerge bug 17035577 5.1 => 5.5sayantan dutta2013-07-171-1/+1
| | | |\
| | | | * Bug #17035577 - MTR V1 FAILS TO START SERVER MTR_VERSION=1 PERL ↵sayantan dutta2013-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | MYSQL-TEST-RUN.PL 1ST
| | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-256-6/+6
| | | | |
* | | | | 10.0-base merge.Sergei Golubchik2013-09-211-10/+27
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Partitioning/InnoDB changes are *not* merged (they'll come from 5.6) TokuDB does not compile (not updated to 10.0 SE API)
| * | | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-10/+27
| |\ \ \ \ | | |/ / /
| | * | | Merge from 5.3Alexander Barkov2013-09-161-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pending merges: Alexander Barkov 2013-09-16 backport from 10.0
| | | * | | backport from 10.0Alexander Barkov2013-09-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mtr can crash occasionally. This happens when mtr sends to a child mtr process (or vice-versa) a packet, that gets truncated or, perhaps, split in two. Then the other side cannot deserialize it and fails as above.
| | | * | | 5.2 mergeSergei Golubchik2013-05-201-1/+1
| | | |\ \ \
| | | | * | | Fix cpack error - safe_process.pl does not exist anymore.Vladislav Vaintroub2013-05-191-1/+1
| | | | | | |
| | | * | | | 5.2 -> 5.3Sergei Golubchik2013-02-282-170/+11
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | 5.1 -> 5.2 mergeSergei Golubchik2013-02-282-170/+11
| | | | |\ \ \
| | | | | * \ \ mysql-5.1 mergeSergei Golubchik2013-02-282-170/+11
| | | | | |\ \ \ | | | | | | | |/ | | | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mysys/errors.c: revert upstream's fix. use a much simpler one mysys/my_write.c: revert upstream's fix. use a simpler one sql/item_xmlfunc.cc: useless, but ok sql/mysqld.cc: simplify upstream's fix storage/heap/hp_delete.c: remove upstream's fix. we'll use a much less expensive approach.
| | | * | | | | 5.2 merge.Sergei Golubchik2012-08-222-6/+8
| | | |\ \ \ \ \ | | | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | two tests still fail: main.innodb_icp and main.range_vs_index_merge_innodb call records_in_range() with both range ends being open (which triggers an assert)
| | | | * | | | 5.1 mergeSergei Golubchik2012-08-222-6/+8
| | | | |\ \ \ \ | | | | | |/ / / | | | | | | | | | | | | | | | | increase xtradb verson from 13.0 to 13.01
| | | | | * | | merge with MySQL 5.1.65Sergei Golubchik2012-08-222-6/+8
| | | | | |\ \ \
| | | * | | \ \ \ mergeSergei Golubchik2012-04-051-1/+1
| | | |\ \ \ \ \ \ | | | | |/ / / / /
| | | | * | | | | mergeSergei Golubchik2012-04-051-1/+1
| | | | |\ \ \ \ \ | | | | | |/ / / /
| | | | | * | | | mysql-5.1.62 mergeSergei Golubchik2012-04-051-1/+1
| | | | | |\ \ \ \
| | * | | | | | | | support ./mtr suite.test,com,bi,na,tions syntaxSergei Golubchik2013-09-111-10/+27
| | | | | | | | | |
| | * | | | | | | | mtr bug: files outside of both the suite dir and the overlay dir, wereSergei Golubchik2013-08-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | treated as coming from the overlay.
* | | | | | | | | | 10.0-base mergeSergei Golubchik2013-07-185-17/+30
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | 5.5 mergeSergei Golubchik2013-07-175-17/+30
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| | * | | | | | | | mysql-5.5.32 mergeSergei Golubchik2013-07-165-17/+30
| | |\ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ | | | |/| | | | | |
| | | * | | | | | | Bug #16632543 - INCORRECT VALUE OF BOGOMIPS IN MYSQLTESTsayantan dutta2013-04-161-2/+2
| | | | | | | | | |
| | | * | | | | | | Bug #16401597 - MTR V1 RETURNS INCORRECT PATH TO VARIABLE @@BASEDIRsayantan dutta2013-04-041-7/+4
| | | | | | | | | |
| | | * | | | | | | Bug#11765629 CMAKE: CAN SUPPRESS INSTALLATION OF SQL-BENCH, BUT NOT MYSQL-TESTTor Didriksen2013-04-021-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't try to install anything into INSTALL_MYSQLTESTDIR if it is explicitly set empty on the cmake command line.
| | | * | | | | | | Bug #16403186 - MTR ON WINDOWS SHOULD NOT TRY TO START CDB IF RUNNING WITH ↵sayantan dutta2013-03-281-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PARALLEL
| | | * | | | | | | Fix for Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge 10.0-base -> 10.0unknown2013-05-031-5/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /