summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge latest MariaDB 5.5 into MWL#192: Non-blocking client library.unknown2012-02-22136-2349/+5743
|\
| * Merge fix for BUG#920132Sergey Petrunya2012-02-222-0/+62
| |\
| | * BUG#920132: Assert trx->n_active_thrs == 1 failed at que0que.c line 1050Sergey Petrunya2012-02-212-0/+62
| * | 5.3 mergeSergei Golubchik2012-02-2128-108/+657
| |\ \ | | |/ | |/|
| | * Automatic mergeMichael Widenius2012-02-2120-16/+181
| | |\
| | | * Automatic mergeMichael Widenius2012-02-211-1/+1
| | | |\
| | | | * Fixed wrong test caseMichael Widenius2012-02-211-0/+1
| | | * | Automatic mergeMichael Widenius2012-02-211-2/+2
| | | |\ \ | | | | |/
| | | | * Merge with 5.1Michael Widenius2012-02-211-2/+2
| | | | |\
| | | | | * More general handling of memory loss in dlclose (backported from 5.2)Michael Widenius2012-02-212-125/+9
| | | * | | Merge with MariaDB 5.2Michael Widenius2012-02-2118-12/+177
| | | |\ \ \ | | | | |/ /
| | | | * | Merge with MariaDB 5.1 and MySQL 5.1.61Michael Widenius2012-02-2014-6/+122
| | | | |\ \ | | | | | |/
| | | | | * Merge with MYSQL 5.1.61Michael Widenius2012-02-2012-4/+112
| | | | | |\
| | | | | * | mtr runs only "big" tests, if --big-test is repeated twiceSergei Golubchik2012-01-252-2/+10
| | | | * | | Fixed lp:902654 "MariaDB consistently crashes in collect_tables on Aria check...Michael Widenius2012-02-202-5/+11
| | | | * | | Fixed LP bug #933117.Igor Babaev2012-02-162-0/+29
| | | | * | | Fixed DELETE issues of view over view over table.unknown2012-02-032-0/+32
| | | | * | | Added 5.2 test result delimiterunknown2012-02-032-0/+7
| | | | * | | Fix check of view updatability in case of underlying view changes its updatab...unknown2012-02-032-2/+47
| | | * | | | Fixed issue found by buildbotMichael Widenius2012-02-201-1/+1
| | * | | | | BUG#933412: Server crashes in _mi_put_key_in_record on KILL QUERY with ICP, S...Sergey Petrunya2012-02-202-0/+144
| | |/ / / /
| | * | | | MergeSergey Petrunya2012-02-203-0/+39
| | |\ \ \ \
| | | * | | | BUG#933407: Valgrind warnings in mark_as_null_row with materialization+semijo...Sergey Petrunya2012-02-203-0/+39
| | * | | | | Fixed bug #934348.Igor Babaev2012-02-182-0/+81
| | * | | | | Fixed LP bug #934342.Igor Babaev2012-02-182-0/+134
| | * | | | | Backport of:Sergey Petrunya2012-02-169-33/+33
| | * | | | | Counters for Index Condition Pushdown added (MDEV-130).unknown2012-02-168-1/+132
| * | | | | | BUG#919878: Assertion `!eliminated_tables...Sergey Petrunya2012-02-212-0/+37
| * | | | | | mergeSergei Golubchik2012-02-1578-2036/+4162
| |\ \ \ \ \ \
| | * \ \ \ \ \ 5.3.4 mergeSergei Golubchik2012-02-1578-2036/+4162
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Fix for LP BUG#910123 MariaDB 5.3.3 causes 1093 error on Drupalunknown2012-02-142-0/+19
| | | * | | | | MDEV-59 Review and push crashsafe GIS keys.Alexey Botchkov2012-02-143-0/+129
| | | |/ / / /
| | | * | | | Merge fix for BUG#928048Sergey Petrunya2012-02-143-0/+52
| | | |\ \ \ \
| | | | * | | | BUG#928048: Query containing IN subquery with OR in the where clause returns ...Sergey Petrunya2012-02-143-0/+52
| | | * | | | | Fixed LP bug #925985.Igor Babaev2012-02-132-0/+70
| | | * | | | | Test case for bug lp:905353unknown2012-02-096-0/+56
| | | |/ / / /
| | | * | | | Made mrr related counters temporarily invisible until we agree upon their nam...Igor Babaev2012-02-033-25/+1
| | | * | | | Moving LP BUG#794005 to 5.3 + fixing INSERT of multi-table view.unknown2012-02-032-0/+118
| | | * | | | Merge.Igor Babaev2012-02-0133-715/+1340
| | | |\ \ \ \
| | | | * \ \ \ Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc.Igor Babaev2012-02-0133-715/+1340
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Fixed LP bug #919427.Igor Babaev2012-01-202-0/+95
| | | | | * | | plugin renamed socket_peercred -> unix_socket.Sergei Golubchik2011-12-302-0/+86
| | | | | * | | Back-ported the test case for bug #12616253 from mariadb-5.3 thatIgor Babaev2012-01-142-0/+62
| | | | | * | | Back-ported the fix and the test case for bug #50257 from mariadb-5.3 code line.Igor Babaev2012-01-136-14/+39
| | | | | * | | Back-ported the test cases for bug #12763207 from mysql-5.6 code line into 5.2Igor Babaev2012-01-132-0/+106
| | | | | * | | Fixed compiler and test failures found by buildbotMichael Widenius2012-01-084-5/+6
| | | | | * | | Fix of LP BUG#793589 Wrong result with double ORDER BYunknown2012-01-052-0/+83
| | | | | * | | Merge with 5.1Michael Widenius2012-01-042-0/+23
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Fixed LP bug #848652.Igor Babaev2011-12-292-0/+23
| | | | | * | | Fixed LP bug #806057.Igor Babaev2011-12-292-0/+50