Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compiler warnings/errors | Sergei Golubchik | 2011-11-23 | 1 | -2/+2 |
* | 5.3->5.5 merge | Sergei Golubchik | 2011-11-22 | 6 | -37/+72 |
|\ | |||||
| * | 5.2->5.3 merge | Sergei Golubchik | 2011-11-12 | 1 | -14/+1 |
| |\ | |||||
| | * | 5.1->5.2 merge (gcc 4.6 warnings and apple hwaddress fixes). | unknown | 2011-10-27 | 1 | -17/+1 |
| | |\ | |||||
| | | * | Fix gcc 4.6 warnings about assigned but not used variables. | unknown | 2011-10-27 | 1 | -17/+1 |
| * | | | Merge. | Igor Babaev | 2011-11-06 | 1 | -0/+3 |
| |\ \ \ | |||||
| | * | | | Fixed lp:884101 "Crash in check_table_is_closed with concurrent workload" | Michael Widenius | 2011-11-04 | 1 | -0/+3 |
| * | | | | Backported the fix and the test case for bug #58816 from mysql-5.6 code line. | Igor Babaev | 2011-10-29 | 1 | -3/+0 |
| |/ / / | |||||
| * | | | Fixed lp:879939 "assertion in ha_maria::enable_indexes with derived_with_keys... | Michael Widenius | 2011-10-26 | 2 | -2/+8 |
| * | | | Compiler warning about assigned but not used variables fixed. | unknown | 2011-10-18 | 1 | -3/+0 |
| * | | | merge | Sergei Golubchik | 2011-10-11 | 2 | -10/+9 |
| |\ \ \ | | |/ / | |||||
| | * | | merge with 5.1 | Sergei Golubchik | 2011-10-07 | 2 | -10/+9 |
| | |\ \ | | | |/ | |||||
| | | * | support for plugins on windows | Sergei Golubchik | 2011-10-04 | 1 | -9/+9 |
| | | * | remove redundant declarations | Sergei Golubchik | 2011-10-04 | 1 | -1/+0 |
| * | | | Merge with 5.2 | Michael Widenius | 2011-09-15 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Reset variable to not access it uninitialized | Michael Widenius | 2011-09-14 | 1 | -0/+1 |
| * | | | Merge with 5.2 | Michael Widenius | 2011-09-10 | 3 | -8/+31 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed that automatic killing of delayed insert thread (in flush, alter table ... | Michael Widenius | 2011-09-09 | 3 | -8/+31 |
| * | | | Merge 5.2->5.3 | unknown | 2011-09-02 | 3 | -11/+35 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed non critical buffer overflow bug in open_binary_frm() that could cause ... | Michael Widenius | 2011-09-01 | 3 | -10/+28 |
| | * | | Added logging of all messages (also system warnings) one gets during a MyISAM... | Michael Widenius | 2011-08-29 | 1 | -3/+9 |
* | | | | few cmake/compiler warnings | Sergei Golubchik | 2011-11-03 | 1 | -3/+2 |
* | | | | mysql-5.5.18 merge | Sergei Golubchik | 2011-11-03 | 56 | -117/+139 |
|\ \ \ \ | |||||
| * \ \ \ | merge from 5.5.16 | Daniel Fischer | 2011-09-21 | 1 | -1/+2 |
| |\ \ \ \ | |||||
| | * | | | | Merging into mysql-5.5.16-release. | Mats Kindahl | 2011-08-15 | 1 | -1/+2 |
| * | | | | | Merge. | Sergey Vojtovich | 2011-09-16 | 4 | -5/+5 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | BUG#11761180 - 53646: MYISAMPACK CORRUPTS TABLES WITH | Sergey Vojtovich | 2011-09-16 | 4 | -5/+5 |
| | * | | | | Updated/added copyright headers | Kent Boortz | 2011-07-03 | 1 | -1/+1 |
| | * | | | | Updated/added copyright headers | Kent Boortz | 2011-07-03 | 10 | -28/+122 |
| | |\ \ \ \ | |||||
| * | \ \ \ \ | Updated/added copyright headers | Kent Boortz | 2011-07-04 | 9 | -9/+18 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 56 | -111/+123 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / / | |||||
| | * | | | | | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 38 | -75/+160 |
* | | | | | | | fix the build and compiler warnings (few of which were real bugs) | Sergei Golubchik | 2011-10-29 | 1 | -3/+1 |
* | | | | | | | cleanups | Sergei Golubchik | 2011-10-19 | 1 | -2/+0 |
* | | | | | | | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 21 | -164/+390 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | |||||
| * | | | | | | Automatic merge with 5.2 | Michael Widenius | 2011-08-16 | 1 | -0/+3 |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | |||||
| | * | | | | | If mysqld --log-warnings=3 or higher, then print all check and repair warning... | Michael Widenius | 2011-08-16 | 1 | -0/+3 |
| * | | | | | | Valgrind fix for the previous cset: | Sergey Petrunya | 2011-07-15 | 1 | -0/+1 |
| * | | | | | | BUG#778434 Wrong result with in_to_exists=on in maria-5.3-mwl89 | Sergey Petrunya | 2011-07-14 | 1 | -1/+7 |
| * | | | | | | merge Windows performance patches into 5.3 | Vladislav Vaintroub | 2011-07-05 | 1 | -4/+4 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Backport Fix for Bug#24509 - 2048 file descriptor limit on windows needs incr... | Vladislav Vaintroub | 2011-06-12 | 1 | -4/+4 |
| * | | | | | | | Merge 5.2 -> 5.3 | Sergey Petrunya | 2011-06-24 | 2 | -34/+39 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | Fixed several errors in Aria discovered by test case for lp:727869 ma_pagecac... | Michael Widenius | 2011-06-24 | 2 | -34/+39 |
| | |/ / / / / | |||||
| * | | | | | | Merged the code of mwl 106 into the latest 5.3 with mwl 90 pushed. | Igor Babaev | 2011-06-04 | 1 | -0/+3 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge | Igor Babaev | 2011-05-20 | 1 | -0/+3 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Merged the code of MWL#106 into 5.3 | Igor Babaev | 2011-05-16 | 1 | -0/+3 |
| | | |\ \ \ \ \ \ | |||||
| * | | \ \ \ \ \ \ | Merge with 5.1-microseconds | Michael Widenius | 2011-05-28 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | | | |||||
| | * | | | | | | | | wl#173 - temporal types with sub-second resolution | Sergei Golubchik | 2011-03-01 | 1 | -0/+2 |
| * | | | | | | | | | Merge with MariaDB 5.2 | Michael Widenius | 2011-05-10 | 8 | -12/+11 |
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | / / / / / | | | |_|/ / / / / | | |/| | | | | | | |||||
| | * | | | | | | | Merge with MariaDB 5.1 | Michael Widenius | 2011-05-03 | 8 | -12/+11 |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | |