summaryrefslogtreecommitdiff
path: root/storage/myisam
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.2.Michael Widenius2011-12-1140-92/+187
|\
| * Merge with MariaDB 5.1Michael Widenius2011-11-2440-109/+188
| |\
| | * Merge with MySQL 5.1.60Michael Widenius2011-11-236-10/+21
| | |\
| | | * BUG#11757032 - 49030: OPTIMIZE TABLE BREAKS MYISAM TABLE WHENSergey Vojtovich2011-10-202-5/+16
| | | * BUG#11761180 - 53646: MYISAMPACK CORRUPTS TABLES WITHSergey Vojtovich2011-09-164-5/+5
| | * | Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-2140-82/+166
| | |\ \ | | | |/
| | | * Updated/added copyright headersKent Boortz2011-07-031-1/+1
| | | * Updated/added copyright headersKent Boortz2011-07-0310-28/+122
| | | |\
| | | | * Bug#11764487: myisam corruption with insert ignore and invalid spatial dataRamil Kalimullin2011-06-072-5/+6
| | | * | Updated/added copyright headersKent Boortz2011-06-3038-75/+160
* | | | | bug 857066 Wrong result with ST_DISJOINT when using an index.Alexey Botchkov2011-11-291-1/+1
* | | | | 5.2->5.3 mergeSergei Golubchik2011-11-121-14/+1
|\ \ \ \ \
| * \ \ \ \ 5.1->5.2 merge (gcc 4.6 warnings and apple hwaddress fixes).unknown2011-10-271-17/+1
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | Fix gcc 4.6 warnings about assigned but not used variables.unknown2011-10-271-17/+1
* | | | | Merge.Igor Babaev2011-11-061-0/+3
|\ \ \ \ \
| * | | | | Fixed lp:884101 "Crash in check_table_is_closed with concurrent workload"Michael Widenius2011-11-041-0/+3
* | | | | | Backported the fix and the test case for bug #58816 from mysql-5.6 code line.Igor Babaev2011-10-291-3/+0
|/ / / / /
* | | | | Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys...Michael Widenius2011-10-262-2/+8
* | | | | Compiler warning about assigned but not used variables fixed.unknown2011-10-181-3/+0
* | | | | mergeSergei Golubchik2011-10-112-10/+9
|\ \ \ \ \ | |/ / / /
| * | | | merge with 5.1Sergei Golubchik2011-10-072-10/+9
| |\ \ \ \ | | |/ / /
| | * | | support for plugins on windowsSergei Golubchik2011-10-041-9/+9
| | * | | remove redundant declarationsSergei Golubchik2011-10-041-1/+0
* | | | | Merge with 5.2Michael Widenius2011-09-151-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Reset variable to not access it uninitializedMichael Widenius2011-09-141-0/+1
* | | | | Merge with 5.2Michael Widenius2011-09-103-8/+31
|\ \ \ \ \ | |/ / / /
| * | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-093-8/+31
* | | | | Merge 5.2->5.3unknown2011-09-023-11/+35
|\ \ \ \ \ | |/ / / /
| * | | | Fixed non critical buffer overflow bug in open_binary_frm() that could cause ...Michael Widenius2011-09-013-10/+28
| * | | | Added logging of all messages (also system warnings) one gets during a MyISAM...Michael Widenius2011-08-291-3/+9
* | | | | Automatic merge with 5.2Michael Widenius2011-08-161-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | If mysqld --log-warnings=3 or higher, then print all check and repair warning...Michael Widenius2011-08-161-0/+3
* | | | | Valgrind fix for the previous cset:Sergey Petrunya2011-07-151-0/+1
* | | | | BUG#778434 Wrong result with in_to_exists=on in maria-5.3-mwl89Sergey Petrunya2011-07-141-1/+7
* | | | | merge Windows performance patches into 5.3Vladislav Vaintroub2011-07-051-4/+4
|\ \ \ \ \
| * | | | | Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs incr...Vladislav Vaintroub2011-06-121-4/+4
* | | | | | Merge 5.2 -> 5.3 Sergey Petrunya2011-06-242-34/+39
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Fixed several errors in Aria discovered by test case for lp:727869 ma_pagecac...Michael Widenius2011-06-242-34/+39
| |/ / / /
* | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed.Igor Babaev2011-06-041-0/+3
|\ \ \ \ \
| * \ \ \ \ MergeIgor Babaev2011-05-201-0/+3
| |\ \ \ \ \
| | * \ \ \ \ Merged the code of MWL#106 into 5.3Igor Babaev2011-05-161-0/+3
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge with 5.1-microsecondsMichael Widenius2011-05-281-0/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | wl#173 - temporal types with sub-second resolutionSergei Golubchik2011-03-011-0/+2
* | | | | | | | Merge with MariaDB 5.2Michael Widenius2011-05-108-12/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | |
| * | | | | | Merge with MariaDB 5.1Michael Widenius2011-05-038-12/+11
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-028-12/+11
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | * | | | mergeMattias Jonsson2011-04-202-3/+4
| | | |\ \ \ \
| | | | * | | | Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAKMattias Jonsson2011-03-252-3/+4
| | | * | | | | Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1Magne Mahre2011-03-286-1/+93
| | | |/ / / /
| | | * | | | Fix for bug#11766714 (former bug @59888) "debug assertion whenDmitry Lenev2011-02-151-7/+9
| | | | |_|/ | | | |/| |