summaryrefslogtreecommitdiff
path: root/mysql-test/suite/parts/inc
Commit message (Expand)AuthorAgeFilesLines
* Fix some failing tests on WindowsVladislav Vaintroub2012-01-061-1/+1
* rename debug variable to debug_dbug, to make test pass in release buildsSergei Golubchik2011-12-156-124/+124
* merge with 5.3Sergei Golubchik2011-10-194-2/+13
|\
| * Merge with 5.1-microsecondsMichael Widenius2011-05-281-1/+4
| |\
| * \ Merge with dynamic column codeMichael Widenius2011-05-122-0/+8
| |\ \
| | * | Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-082-0/+8
| * | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-023-13/+9
| |\ \ \ | | |/ / | |/| |
| * | | - maria/ma_test_all.sh can now be run with --tmpdir=/dev/shm for faster testingMichael Widenius2011-02-251-2/+2
| * | | Merge with MySQL 5.1.55Michael Widenius2011-02-205-169/+77
| |\ \ \
* | \ \ \ 5.5-mergeSergei Golubchik2011-07-0212-196/+132
|\ \ \ \ \
| * \ \ \ \ fix of partitioning tests that fails on windows + merge of minor cleanupMattias Jonsson2011-04-291-0/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | mergeMattias Jonsson2011-04-263-1/+7
| |\ \ \ \ \ | | |/ / / /
| * | | | | mergeMattias Jonsson2011-01-282-12/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | Bug#59418: parts suite have several failures with --embedded-serverMattias Jonsson2011-01-183-14/+10
| | | |/ / | | |/| |
| * | | | Manual merge from 5.1Mattias Jonsson2011-01-101-22/+26
| |\ \ \ \ | | |/ / /
| | * | | Bug#54483: valgrind errors when making warnings for multiline inserts into pa...Mattias Jonsson2010-12-221-22/+26
| * | | | mergeMattias Jonsson2010-12-144-131/+2
| |\ \ \ \ | | |/ / /
| | * | | Bug#45717: A few test cases are disabled due to closed Bug#30577Mattias Jonsson2010-12-144-131/+2
| | | |/ | | |/|
| * | | mergeMattias Jonsson2010-11-151-0/+49
| |\ \ \ | | |/ /
| | * | Bug#57890: Assertion failed: next_insert_id == 0Mattias Jonsson2010-11-111-0/+49
| * | | Bug#49938: Failing assertion: inode or deadlock in fsp/fsp0fsp.cDavi Arnaut2010-10-061-5/+5
| * | | Manual merge into mysql-5.5-bugteamMattias Jonsson2010-10-011-0/+20
| |\ \ \
| | * | | Bug#56172: Server crashes in ha_partition::reset onMattias Jonsson2010-10-011-0/+20
| * | | | Bug#56659: Mismatch of CAPITAL vs small letters in "unified filelist" partiti...Mattias Jonsson2010-09-156-10/+13
| |/ / /
* | | | merge.Sergei Golubchik2010-11-2521-20/+159
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge MySQL 5.1.46 into MariaDB.unknown2010-04-281-0/+18
| |\ \ | | |/
| * | Merge MySQL 5.1.44 into MariaDB.unknown2010-03-042-51/+63
| |\ \
| * | | Fix test failures due to previous change of not setting TZ by default.unknown2010-01-271-0/+1
| * | | Merge with MySQL 5.1, with following additions:unknown2009-11-161-0/+192
| |\ \ \
| * | | | Speed up of test suite:Michael Widenius2009-10-2820-20/+150
| * | | | Fix test failures in innodb-index and partition_special_*:unknown2009-10-061-0/+9
* | | | | Bug#49907: ALTER TABLE ... TRUNCATE PARTITION does not wait forMattias Jonsson2010-08-161-0/+2
* | | | | Bug#53676: Unexpected errors and possible tableMattias Jonsson2010-08-139-0/+286
* | | | | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-243-34/+32
|\ \ \ \ \
| * \ \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-162-42/+54
| |\ \ \ \ \
| * | | | | | merge of bug#47135 into mysql-next-mr-bugfixingMattias Jonsson2009-11-253-34/+32
* | | | | | | Manual merge of mysql-5.1-bugteam to mysql-trunk-merge.Alexey Kopytov2010-03-201-0/+18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Bug#50392: insert_id is not reset for partitioned tablesMattias Jonsson2010-03-041-0/+18
| | |_|_|/ | |/| | |
* | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2009-12-162-42/+54
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | |
| * | | Post-push fixes for the bug #42849:Alexey Kopytov2009-12-142-42/+54
| | |/ | |/|
* | | Merged WL#3352 into mysql-next-mrMikael Ronstrom2009-10-282-3/+3
|\ \ \
| * | | Fixed test cases with regards to error codesMikael Ronstrom2009-10-211-2/+2
| * | | Manual merge mysql-trunk -> mysql-trunk-wl3352Mattias Jonsson2009-10-191-0/+192
| |\ \ \ | | |/ /
| * | | WL#3352, Introducing Column list partitioning, makes it possible to partition...Mikael Ronstrom2009-09-151-1/+1
| | |/ | |/|
* | | Merge to mysql-next-mrMikael Ronstrom2009-09-281-0/+192
|\ \ \ | | |/ | |/|
| * | Bug#45823 Assertion failure in file row/row0mysql.c line 1386V Narayanan2009-09-041-0/+192
| |/
* | WL#4444 Added TRUNCATE partition support, fixes bug#19405 and bug #35111Mikael Ronstrom2009-09-101-0/+90
|/
* Backport of test results for Bug#38719 from 6.0 to 5.1Mattias Jonsson2009-02-181-16/+23
* after-after-push testcase update (bug #39265)Gleb Shchepa2009-02-051-10/+0
* Fixed the parts testsuite to work with mtr2Georgi Kodinov2009-02-012-2/+2