Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge with MariaDB 5.1 | Michael Widenius | 2011-11-24 | 40 | -109/+188 |
|\ | |||||
| * | Merge with MySQL 5.1.60 | Michael Widenius | 2011-11-23 | 6 | -10/+21 |
| |\ | |||||
| | * | BUG#11757032 - 49030: OPTIMIZE TABLE BREAKS MYISAM TABLE WHEN | Sergey Vojtovich | 2011-10-20 | 2 | -5/+16 |
| | * | BUG#11761180 - 53646: MYISAMPACK CORRUPTS TABLES WITH | Sergey Vojtovich | 2011-09-16 | 4 | -5/+5 |
| * | | Initail merge with MySQL 5.1 (XtraDB still needs to be merged) | Michael Widenius | 2011-11-21 | 40 | -82/+166 |
| |\ \ | | |/ | |||||
| | * | Updated/added copyright headers | Kent Boortz | 2011-07-03 | 1 | -1/+1 |
| | * | Updated/added copyright headers | Kent Boortz | 2011-07-03 | 10 | -28/+122 |
| | |\ | |||||
| | | * | Bug#11764487: myisam corruption with insert ignore and invalid spatial data | Ramil Kalimullin | 2011-06-07 | 2 | -5/+6 |
| | * | | Updated/added copyright headers | Kent Boortz | 2011-06-30 | 38 | -75/+160 |
| * | | | Fix gcc 4.6 warnings about assigned but not used variables. | unknown | 2011-10-27 | 1 | -17/+1 |
* | | | | 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 |
* | | | | Reset variable to not access it uninitialized | Michael Widenius | 2011-09-14 | 1 | -0/+1 |
* | | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ... | Michael Widenius | 2011-09-09 | 3 | -8/+31 |
* | | | | 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 |
* | | | | If mysqld --log-warnings=3 or higher, then print all check and repair warning... | Michael Widenius | 2011-08-16 | 1 | -0/+3 |
* | | | | Fixed several errors in Aria discovered by test case for lp:727869 ma_pagecac... | Michael Widenius | 2011-06-24 | 2 | -34/+39 |
* | | | | Merge with MariaDB 5.1 | Michael Widenius | 2011-05-03 | 8 | -12/+11 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge with MySQL 5.1.57/58 | Michael Widenius | 2011-05-02 | 8 | -12/+11 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | merge | Mattias Jonsson | 2011-04-20 | 2 | -3/+4 |
| | |\ \ | |||||
| | | * | | Bug#11766249 bug#59316: PARTITIONING AND INDEX_MERGE MEMORY LEAK | Mattias Jonsson | 2011-03-25 | 2 | -3/+4 |
| | * | | | Bug#11900714 REMOVE LGPL LICENSED FILES IN MYSQL 5.1 | Magne Mahre | 2011-03-28 | 6 | -1/+93 |
| | |/ / | |||||
| | * | | Fix for bug#11766714 (former bug @59888) "debug assertion when | Dmitry Lenev | 2011-02-15 | 1 | -7/+9 |
| | |/ | |||||
* | | | merge 5.2 | Vladislav Vaintroub | 2011-03-10 | 5 | -9/+18 |
|\ \ \ | |||||
| * \ \ | Merge with 5.1 to get in changes from MySQL 5.1.55 | Michael Widenius | 2011-02-28 | 5 | -6/+15 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge with MySQL 5.1.55 | Michael Widenius | 2011-02-20 | 4 | -4/+13 |
| | |\ \ | | | |/ | |||||
| | | * | Merge | Kent Boortz | 2010-12-29 | 7 | -2/+82 |
| | | * | Fixed bug#54486 - assert in my_seek, concurrent | Dmitry Shulga | 2010-12-10 | 1 | -0/+2 |
| | | * | Fix for bug#48451: my_seek and my_tell ignore MY_WME flag | Ramil Kalimullin | 2010-12-09 | 1 | -2/+10 |
| | | * | Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failure | Davi Arnaut | 2010-11-10 | 2 | -4/+2 |
| | | * | Bug#45288: pb2 returns a lot of compilation warnings | Davi Arnaut | 2010-10-20 | 1 | -2/+1 |
| | * | | Fixes for Aria storage engine: | Michael Widenius | 2011-02-10 | 1 | -1/+1 |
| | * | | Aria issues: | Michael Widenius | 2011-01-24 | 1 | -1/+1 |
| * | | | Merge with alias as String | Michael Widenius | 2011-02-28 | 1 | -3/+3 |
| |\ \ \ | |||||
| | * | | | Change TABLE->alias to String for less memory reallocation | Michael Widenius | 2011-02-28 | 1 | -3/+3 |
* | | | | | MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in order | Vladislav Vaintroub | 2011-01-29 | 1 | -13/+4 |
|/ / / / | |||||
* | | | | virtual columns: | Sergei Golubchik | 2010-12-31 | 2 | -1/+1 |
* | | | | merge LP Bug#686184 | Vladislav Vaintroub | 2010-12-07 | 2 | -2/+2 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Fix myisam_crash_before_flush_keys on Windows | Vladislav Vaintroub | 2010-12-07 | 1 | -1/+1 |
| * | | | Fix LP Bug#686184 - merge_debug test fails. | Vladislav Vaintroub | 2010-12-06 | 1 | -1/+1 |
* | | | | merge | Vladislav Vaintroub | 2010-12-06 | 1 | -3/+0 |
|\ \ \ \ | |/ / / | |||||
| * | | | Bug#473914: mysql_client_test fail with in debug compilaton on windows x64 | Vladislav Vaintroub | 2010-12-06 | 1 | -3/+0 |
* | | | | merge with 5.1 | Michael Widenius | 2010-11-30 | 5 | -26/+9 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fixed compiler and gmake warnings | Michael Widenius | 2010-11-29 | 1 | -3/+0 |
| * | | | Merge with MySQL 5.1.52 | Michael Widenius | 2010-11-23 | 4 | -23/+9 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Bug#45288: pb2 returns a lot of compilation warnings on linux | Davi Arnaut | 2010-09-24 | 4 | -23/+9 |
* | | | | Merge MariaDB 5.1->5.2 | unknown | 2010-11-19 | 7 | -19/+56 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | MWL#74: Shared libmysqld.so library. | unknown | 2010-11-17 | 2 | -4/+19 |