Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Make EXPLAIN better at displaying MRR/BKA: | Sergey Petrunya | 2011-04-02 | 2 | -1/+9 | |
* | | | | | | merge mwl#55 | Vladislav Vaintroub | 2011-03-11 | 1 | -13/+4 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | merge 5.2 | Vladislav Vaintroub | 2011-03-10 | 5 | -9/+18 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in order | Vladislav Vaintroub | 2011-01-29 | 1 | -13/+4 | |
* | | | | | | | Merge with 5.2 | Michael Widenius | 2011-03-09 | 5 | -6/+15 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | 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 | |
* | | | | | | MRR interface: change range_info's type from char* to range_id_t typedef. The... | Sergey Petrunya | 2011-03-04 | 2 | -2/+2 | |
* | | | | | | Merge in new handler and handlersocket code into 5.3 main | Michael Widenius | 2011-02-22 | 2 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge with 5.1 | Michael Widenius | 2011-01-11 | 2 | -1/+1 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | virtual columns: | Sergei Golubchik | 2010-12-31 | 2 | -1/+1 | |
* | | | | | | | Linker error, missing extern "C" for mi_killed. | Vladislav Vaintroub | 2011-02-18 | 1 | -3/+5 | |
* | | | | | | | Merge with bugfix | Michael Widenius | 2011-02-18 | 10 | -48/+176 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix for lp:711565 "Index Condition Pushdown can make a thread hold MyISAM loc... | Michael Widenius | 2011-02-18 | 10 | -48/+172 | |
|/ / / / / / / | ||||||
* | | | | | | | compilation failures caused by adding new row format to Aria | Sergei Golubchik | 2011-01-14 | 1 | -9/+9 | |
* | | | | | | | use bulk insert and repair by sort for unique keys in | Sergei Golubchik | 2011-01-14 | 1 | -1/+9 | |
* | | | | | | | BUG#665669: Result differences on query re-execution | Sergey Petrunya | 2011-01-12 | 1 | -0/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge DS-MRR/CPK improvements into 5.3-main | Sergey Petrunya | 2010-12-13 | 2 | -4/+5 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge MWL#121-125 DS-MRR improvements into MWL#128 Classic hash join tree | Sergey Petrunya | 2010-11-15 | 2 | -4/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | MWL#121-124 DS-MRR support for key-ordered retrieval, etc | Sergey Petrunya | 2010-11-01 | 2 | -4/+5 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-07-16 | 2 | -4/+5 | |
| | | |\ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | ||||||
| | | | * | | | | | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-06-22 | 2 | -4/+3 | |
| | | | * | | | | | MWL#121: DS-MRR support for clustered primary keys | Sergey Petrunya | 2010-06-19 | 2 | -7/+9 | |
* | | | | | | | | | merge LP Bug#686184 | Vladislav Vaintroub | 2010-12-07 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | 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-release. | Michael Widenius | 2010-12-06 | 11 | -45/+65 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | 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 | |
| | * | | | | | | Added option BACKUP_ALL to mysqld --myisam-recover to also get a backup of th... | Michael Widenius | 2010-11-07 | 5 | -15/+37 | |
* | | | | | | | | Added TRASH() to table->record[0] to find out if we access not initialzed data. | Michael Widenius | 2010-11-27 | 2 | -4/+15 | |
* | | | | | | | | Code cleanup to get fewer reallocs() during execution. | Michael Widenius | 2010-11-24 | 1 | -3/+3 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Fix buildbot failure introduced by the previous push | Sergey Petrunya | 2010-11-09 | 1 | -1/+0 |