summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-2919-99/+39
* fix embedded tests.Sergei Golubchik2011-10-288-8/+21
* ignore troff failures - they are not fatalSergei Golubchik2011-10-281-2/+2
* fixes for sys_vars and pbxt suitesSergei Golubchik2011-10-2827-69/+619
* Merge: post-merge fixesSergey Petrunya2011-10-273-8/+21
|\
| * Post-merge fixes: Fix problems in table_elim.test and enable it.Sergey Petrunya2011-10-273-8/+21
* | Fixed that oqgraph and libmysqld/examples compiles on OpenSuse 11.4Michael Widenius2011-10-263-1/+3
|/
* Fix debug build on Windows. Vladislav Vaintroub2011-10-251-3/+5
* Post-merge fixes:Sergey Petrunya2011-10-248-15/+34
* embedded testsSergei Golubchik2011-10-221-6/+7
* Sergey Petrunya fixes for subselect* tests,Sergei Golubchik2011-10-2219-1301/+601
* fixes for windowsSergei Golubchik2011-10-2131-145/+57
* post-merge changes to the mysql-test suiteSergei Golubchik2011-10-1912-43/+48
* bugfix: query cache was using incorrect wait flagSergei Golubchik2011-10-191-2/+2
* bugfix: progress reporting and sub-statementsSergei Golubchik2011-10-192-5/+13
* don't forget to call ha_index_end before destroying the handlerSergei Golubchik2011-10-191-1/+2
* with introduction of progress reporting, max error number is 65534Sergei Golubchik2011-10-191-3/+4
* bugfix: delay_key_write=ALL cannot be turned offSergei Golubchik2011-10-191-0/+2
* cleanupsSergei Golubchik2011-10-1911-20/+12
* intptr should be unsignedSergei Golubchik2011-10-192-4/+4
* cmake 2.6 compatSergei Golubchik2011-10-191-1/+1
* safe_mutex deadlock detector post-merge fixesSergei Golubchik2011-10-197-11/+28
* Id column in EXPLAIN can be null.Sergei Golubchik2011-10-191-1/+2
* merge with 5.3Sergei Golubchik2011-10-191705-39261/+165955
|\
| * lp:822760 Wrong result with view + invalid datesSergei Golubchik2011-08-225-1/+125
| * Fixed LP bug #826279.Igor Babaev2011-08-197-2/+163
| * Fix bug lp:813473unknown2011-08-179-4/+464
| * field_conv.cc: added commentsSergey Petrunya2011-08-172-1/+15
| * MergeSergey Petrunya2011-08-173-1/+34
| |\
| | * BUG#826935 Assertion `!table || (!table->read_set || bitmap_is_set(table->rea...Sergey Petrunya2011-08-173-1/+34
| * | Fixed LP bug #825035.Igor Babaev2011-08-168-0/+73
| * | Merge fix for small_blocksize.testMichael Widenius2011-08-162-43/+0
| |\ \
| | * \ Merge with 5.2Michael Widenius2011-08-162-43/+0
| | |\ \
| | | * | Fixed wrong testcaseMichael Widenius2011-08-162-43/+0
| * | | | MergeSergey Petrunya2011-08-164-0/+56
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | BUG#818280: crash in do_copy_not_null() in maria-5.3 with semijoinSergey Petrunya2011-08-164-0/+56
| * | | Automatic merge with 5.2Michael Widenius2011-08-167-12/+37
| |\ \ \ | | | |/ | | |/|
| | * | Fixed build failure in embedded library regarding that decrease_user_connecti...Michael Widenius2011-08-162-1/+3
| | * | If mysqld --log-warnings=3 or higher, then print all check and repair warning...Michael Widenius2011-08-161-0/+3
| | * | Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situation...Michael Widenius2011-08-164-10/+23
| | * | Fixed recovery crash lp:814806 "Unclean shutdown corrupted Aria table blockin...Michael Widenius2011-08-151-1/+8
| * | | Automatic merge with 5.2Michael Widenius2011-08-1521-66/+400
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Merge in bug fix from 5.1Michael Widenius2011-08-153-1/+75
| | |\
| | | * Fixed bug lp:826377 "Aria DB Format: Reading specific table from dump causes ...Michael Widenius2011-08-153-1/+75
| | * | Increase server versionMichael Widenius2011-08-151-1/+1
| | * | Fixes bugs found by testcase for lp:815022 and lp:726374 "ma_blockrec.c:3000:...Michael Widenius2011-08-1513-50/+198
| | * | Autmatic merge with 5.1Michael Widenius2011-08-122-5/+13
| | |\ \ | | | |/
| | | * Fixed lp:814231 Aria post-recovery error "Bitmap at page 0 has pages reserved...Michael Widenius2011-08-122-5/+13
| | * | Fixed bug lp:814054 'Assertion `block->hash_link == hash_link && hash_link->b...Michael Widenius2011-08-101-2/+8
| | * | Fixes MySQL bug#48972: mysqldump --insert-ignore leaves set unique_checks=0.Michael Widenius2011-08-103-3/+100