summaryrefslogtreecommitdiff
path: root/unittest
Commit message (Expand)AuthorAgeFilesLines
* 5.3->5.5 mergeSergei Golubchik2011-11-221-120/+120
|\
| * Compiler warning about assigned but not used variables fixed.unknown2011-10-181-2/+1
| * portability fix: avoid anonymous structs and unions in CSergei Golubchik2011-09-221-120/+120
* | mergeSergei Golubchik2011-11-031-1/+1
|\ \
| * | compilation warnings on WindowsSergei Golubchik2011-11-021-1/+1
* | | mysql-5.5.18 mergeSergei Golubchik2011-11-0314-25/+37
|\ \ \ | |/ / |/| |
| * | Bug#13030056 62533: UNITTEST/MYSYS/MY_ATOMIC-T.C DOES NOTJon Olav Hauglid2011-10-031-1/+8
| * | Bug#12727287: Maintainer mode compilation fails with gcc 4.6Davi Arnaut2011-07-071-3/+2
| * | Updated/added copyright headersKent Boortz2011-07-041-2/+3
| |\ \
| * \ \ Updated/added copyright headersKent Boortz2011-06-3013-19/+24
| |\ \ \ | | |/ / | |/| |
| | * | Updated/added copyright headersKent Boortz2011-06-3010-15/+26
* | | | fixes for windowsSergei Golubchik2011-10-211-2/+0
* | | | merge with 5.3Sergei Golubchik2011-10-196-15/+909
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge with 5.1-microsecondsMichael Widenius2011-05-282-5/+5
| |\ \ \ | | | |/ | | |/|
| * | | Merge with 5.2Michael Widenius2011-05-161-0/+1
| |\ \ \
| | * | | Made test-unit run in parlallel. This was achived by having all aria tests th...Michael Widenius2011-05-131-0/+1
| * | | | Merge with dynamic column codeMichael Widenius2011-05-122-1/+796
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-082-1/+796
| * | | | Automatic merge with 5.1Michael Widenius2011-05-085-6/+102
| |\ \ \ \
| | * | | | Reverted unittest/unit.pl back to Test::Harness as some of our build machines...Michael Widenius2011-05-062-16/+12
| | * | | | Improved 'make test-unit' time slightlyMichael Widenius2011-05-055-9/+109
| * | | | | Automatic merge with MariaDB 5.1Michael Widenius2011-05-031-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix compile errors:Vladislav Vaintroub2011-05-021-1/+1
| * | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-14/+160
| |\ \ \ \ \ | | |/ / / / | | | / / / | | |/ / / | |/| | |
| | * | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-14/+160
| | |\ \ \
| * | \ \ \ Merge with 5.1 to get in changes from MySQL 5.1.55Michael Widenius2011-02-281-1/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Enhanced tap to write out a message at which stage it was killed if it got a ...Michael Widenius2011-02-121-1/+4
| * | | | | mergeVladislav Vaintroub2010-12-062-5/+0
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#473914: mysql_client_test fail with in debug compilaton on windows x64Vladislav Vaintroub2010-12-062-5/+0
| * | | | | merge with 5.1Michael Widenius2010-11-3011-30/+43
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fixed compiler and gmake warningsMichael Widenius2010-11-295-15/+0
| | * | | | Merge with MySQL 5.1.53Michael Widenius2010-11-256-15/+43
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | | | | Merge MariaDB 5.1->5.2unknown2010-11-191-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | MWL#74: Shared libmysqld.so library.unknown2010-11-171-1/+1
* | | | | | unit test fixes for ctestSergei Golubchik2011-07-164-37/+10
* | | | | | 5.5-mergeSergei Golubchik2011-07-0217-208/+263
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Bug#12552516 LF_HASH REQUIRES MY_THREAD_INIT()Marc Alff2011-05-131-10/+27
| * | | | | Fix non-portable test of %p in unit test my_vsnprintfBjorn Munch2011-03-021-1/+4
| * | | | | Bug #11752069 (former bug 43152)Jon Olav Hauglid2011-02-231-1/+1
| * | | | | Merge from mysql-5.1 to mysql-5.5Jon Olav Hauglid2011-02-161-1/+1
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Followup to Bug #11752069 (former bug 43152)Jon Olav Hauglid2011-02-161-1/+1
| * | | | | Merge from mysql-5.1 to mysql-5.5Jon Olav Hauglid2011-02-161-14/+159
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug #11752069 (former bug 43152)Jon Olav Hauglid2011-02-161-14/+159
| | | |_|/ | | |/| |
| * | | | WL#5665: Removal of the autotools-based build systemDavi Arnaut2010-11-206-160/+0
| * | | | merge from 5.5-mtrBjorn Munch2010-11-191-4/+28
| |\ \ \ \
| | * \ \ \ Pull in fix from bug#47526 to solve bug#50047.Jonathan Perkin2010-10-141-4/+28
| | |\ \ \ \
| | | * | | | Bug#47526 unit.pl fails to execute binaries when using Test::Harness 3.10Magnus BlÄudd2010-01-041-3/+34
| * | | | | | Merge of mysql-5.1-bugteam into mysql-5.5-bugteam.Davi Arnaut2010-10-206-15/+43
| |\ \ \ \ \ \ | | |/ / / / / | |/| | / / / | | | |/ / / | | |/| | |
| | * | | | Bug#45288: pb2 returns a lot of compilation warningsDavi Arnaut2010-10-206-15/+43
| * | | | | mergeGeorgi Kodinov2010-10-041-1/+10
| |\ \ \ \ \