Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the build and compiler warnings (few of which were real bugs) | Sergei Golubchik | 2011-10-29 | 4 | -11/+7 |
* | fixes for sys_vars and pbxt suites | Sergei Golubchik | 2011-10-28 | 2 | -2/+2 |
* | Post-merge fixes: Fix problems in table_elim.test and enable it. | Sergey Petrunya | 2011-10-27 | 2 | -7/+21 |
* | Post-merge fixes: | Sergey Petrunya | 2011-10-24 | 2 | -3/+9 |
* | Sergey Petrunya fixes for subselect* tests, | Sergei Golubchik | 2011-10-22 | 1 | -3/+7 |
* | fixes for windows | Sergei Golubchik | 2011-10-21 | 3 | -2/+3 |
* | bugfix: query cache was using incorrect wait flag | Sergei Golubchik | 2011-10-19 | 1 | -2/+2 |
* | bugfix: progress reporting and sub-statements | Sergei Golubchik | 2011-10-19 | 2 | -5/+13 |
* | don't forget to call ha_index_end before destroying the handler | Sergei Golubchik | 2011-10-19 | 1 | -1/+2 |
* | with introduction of progress reporting, max error number is 65534 | Sergei Golubchik | 2011-10-19 | 1 | -3/+4 |
* | bugfix: delay_key_write=ALL cannot be turned off | Sergei Golubchik | 2011-10-19 | 1 | -0/+2 |
* | cleanups | Sergei Golubchik | 2011-10-19 | 6 | -13/+7 |
* | safe_mutex deadlock detector post-merge fixes | Sergei Golubchik | 2011-10-19 | 3 | -10/+11 |
* | Id column in EXPLAIN can be null. | Sergei Golubchik | 2011-10-19 | 1 | -1/+2 |
* | merge with 5.3 | Sergei Golubchik | 2011-10-19 | 169 | -14853/+35286 |
|\ | |||||
| * | lp:822760 Wrong result with view + invalid dates | Sergei Golubchik | 2011-08-22 | 1 | -1/+1 |
| * | Fixed LP bug #826279. | Igor Babaev | 2011-08-19 | 1 | -2/+12 |
| * | Fix bug lp:813473 | unknown | 2011-08-17 | 3 | -4/+25 |
| * | field_conv.cc: added comments | Sergey Petrunya | 2011-08-17 | 2 | -1/+15 |
| * | Merge | Sergey Petrunya | 2011-08-17 | 1 | -1/+6 |
| |\ | |||||
| | * | BUG#826935 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea... | Sergey Petrunya | 2011-08-17 | 1 | -1/+6 |
| * | | Fixed LP bug #825035. | Igor Babaev | 2011-08-16 | 5 | -0/+10 |
| * | | Merge | Sergey Petrunya | 2011-08-16 | 1 | -0/+12 |
| |\ \ | | |/ | |||||
| | * | BUG#818280: crash in do_copy_not_null() in maria-5.3 with semijoin | Sergey Petrunya | 2011-08-16 | 1 | -0/+12 |
| * | | Automatic merge with 5.2 | Michael Widenius | 2011-08-16 | 5 | -11/+26 |
| |\ \ | | |/ | |/| | |||||
| | * | Fixed build failure in embedded library regarding that decrease_user_connecti... | Michael Widenius | 2011-08-16 | 2 | -1/+3 |
| | * | Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situation... | Michael Widenius | 2011-08-16 | 4 | -10/+23 |
| * | | Early check of subquery cache hit rate added to limit its performance impact ... | unknown | 2011-08-12 | 2 | -9/+30 |
| * | | Protect statistic variables of subquery cache. | unknown | 2011-08-12 | 1 | -2/+5 |
| * | | Fixed LP bug #823189. | Igor Babaev | 2011-08-11 | 1 | -1/+4 |
| * | | Fixed LP bug #823826. | Igor Babaev | 2011-08-11 | 1 | -0/+4 |
| * | | Fix bug lp:817384 | unknown | 2011-08-09 | 1 | -1/+3 |
| * | | Fixed LP bug #819716. | Igor Babaev | 2011-08-08 | 1 | -1/+1 |
| * | | Merge fix for BUG#822134 | Sergey Petrunya | 2011-08-09 | 1 | -7/+36 |
| |\ \ | |||||
| | * | | BUG#822134: Invalid plan and wrong result set for Q20 from DBT3 benchmark set | Sergey Petrunya | 2011-08-09 | 1 | -7/+36 |
| * | | | Merge | Sergey Petrunya | 2011-08-05 | 1 | -161/+459 |
| |\ \ \ | | |/ / | |||||
| | * | | Backport of: | Sergey Petrunya | 2011-08-05 | 1 | -3/+54 |
| | * | | Backport of: | Sergey Petrunya | 2011-08-04 | 1 | -160/+407 |
| * | | | Limit query length in error log to 64K, to avoid output of full blobs | Vladislav Vaintroub | 2011-08-03 | 1 | -1/+1 |
| * | | | Enhance crash reporting. Fix | Vladislav Vaintroub | 2011-08-03 | 1 | -1/+2 |
| |/ / | |||||
| * | | Fixed LP bug #817360. | Igor Babaev | 2011-07-29 | 1 | -6/+8 |
| * | | Subquery cache going on disk management fix: Do not go on disk if hit rate is... | unknown | 2011-07-28 | 2 | -6/+44 |
| * | | Fixed a crash with pbxt.subselect when 'derived_merge' is set off in | Igor Babaev | 2011-07-22 | 1 | -1/+1 |
| * | | Merge. | Igor Babaev | 2011-07-21 | 2 | -4/+2 |
| |\ \ | |||||
| | * | | Made the optimizer switches 'derived_merge' and 'derived_with_keys' | Igor Babaev | 2011-07-21 | 2 | -4/+2 |
| * | | | Fix for LP BUG#806071 | unknown | 2011-07-21 | 2 | -1/+17 |
| * | | | BUG#803457: Wrong result with semijoin + view + outer join in maria-5.3-subqu... | Sergey Petrunya | 2011-07-21 | 1 | -0/+9 |
| * | | | Merge from 5.2 | unknown | 2011-07-21 | 7 | -36/+40 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Merge 5.1->5.2 | unknown | 2011-07-21 | 5 | -15/+27 |
| | |\ \ | |||||
| | | * | | Removed incorrect fix and its test suite (the test suit is duplicate). | unknown | 2011-07-21 | 2 | -12/+0 |