summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge with 5.5Vladislav Vaintroub2012-01-0211-106/+18
|\
| * Fix failing tests in the main suiteVladislav Vaintroub2011-12-3010-99/+11
| * Fix oqgraph so it can be built on Window as well.Vladislav Vaintroub2011-12-301-7/+7
* | Fix crashes in windows-embeddedVladislav Vaintroub2012-01-021-1/+1
* | fix testVladislav Vaintroub2012-01-022-4/+5
* | Allow for faster creation of threads in corner cases where pool would be over...Vladislav Vaintroub2011-12-317-5/+104
* | Make threadpool_stall_limit variable really dynamicVladislav Vaintroub2011-12-293-2/+22
* | LP909537: Ensure thd_wait_begin/thd_wait_end callbacks are called.Vladislav Vaintroub2011-12-292-18/+10
* | Fix valgrind errors with network timeouts.Vladislav Vaintroub2011-12-292-3/+1
* | mergeVladislav Vaintroub2011-12-2912-33/+45
|\ \ | |/
| * Correct search path for plugins, in out-of-source buildVladislav Vaintroub2011-12-281-3/+3
| * Fix oqgraph build . Plugin does not need rtti, and does not load if rtti comp...Vladislav Vaintroub2011-12-281-1/+0
| * Fix compile errorVladislav Vaintroub2011-12-271-1/+1
| * Added ignore of generated fileMichael Widenius2011-12-271-0/+1
| * Fixed lp:909051 Options --debug and --disable-debug are known but ambiguous i...Michael Widenius2011-12-274-25/+34
| * Fix RQG in 5.5, make mtr MTR_VERSION=1 functional.Vladislav Vaintroub2011-12-271-1/+1
| * Fix LPBUG# : allow chain certificate files to work.Vladislav Vaintroub2011-12-272-4/+4
| * LPBUG#886526: Add propoer shebang to scriptsVladislav Vaintroub2011-12-273-0/+3
* | LP909512: Fix crash on tp_set_threadpool_size if threadpool is not used(threa...Vladislav Vaintroub2011-12-291-0/+3
* | Fix LP#909414: Valgrind warnings in threadpool codeVladislav Vaintroub2011-12-292-0/+4
* | LP9091416: destroy timer mutex when threadpool scheduler shuts down.Vladislav Vaintroub2011-12-291-0/+5
* | use performance-schema friendly mysql_thread_create() instead of pthread_cre...Vladislav Vaintroub2011-12-281-1/+2
* | fix result fileVladislav Vaintroub2011-12-281-1/+1
* | disable threadpool threads in sys_var suite, when the suite runs with embedd...Vladislav Vaintroub2011-12-274-2/+5
* | fix test suiteVladislav Vaintroub2011-12-274-6/+9
* | fix embedded build and warningVladislav Vaintroub2011-12-272-3/+3
* | mergeVladislav Vaintroub2011-12-26604-7980/+11284
|\ \ | |/
| * use ADD_CONVENIENCE_LIBRARY when building libservices, becauseVladislav Vaintroub2011-12-261-1/+1
| * keycache sysvars used to pass incorrect offset into the parent constructor,Sergei Golubchik2011-12-211-2/+3
| * fix 64 bit Windows buildVladislav Vaintroub2011-12-214-3/+4
| * Restore some fixes for slow xtradb shutdown that were lost in the 5.5 merge.unknown2011-12-161-9/+13
| * * remove WITH_DEBUG from CMakeLists.txtSergei Golubchik2011-12-158-104/+76
| * rename debug variable to debug_dbug, to make test pass in release buildsSergei Golubchik2011-12-15147-985/+1039
| * always use sql/sql_string.* files, never - client/sql_string.*Sergei Golubchik2011-12-156-8/+3
| * Fix XtraDB build on windows (avoid #ifdef inside macro invocation).unknown2011-12-151-4/+6
| * Merge missing file from XtraDBunknown2011-12-151-0/+2
| |\
| | * Add file accidentally omitted in last commitunknown2011-12-151-0/+2
| * | Merge XtraDB from Percona-server-5.5.17-rel22.1 into MariaDB 5.5unknown2011-12-15110-2947/+5935
| |\ \ | | |/
| | * Updated with XtraDB from Percona Server 5.5.17-rel22.1unknown2011-12-14103-2880/+5921
| * | After-merge fixes for 5.5 merge.unknown2011-12-1412-48/+80
| * | fix new String:realloc* variants always to zero-terminate the stringSergei Golubchik2011-12-142-4/+16
| * | new valgrind suppression for ld.soSergei Golubchik2011-12-143-15/+22
| * | new configure option: NOT_FOR_DISTRIBUTIONSergei Golubchik2011-12-148-85/+90
| * | bugfix: cxxabi.h was not foundSergei Golubchik2011-12-131-1/+2
| * | after merge changes:Sergei Golubchik2011-12-12280-3348/+3327
| * | move safemalloc out of dbug.Sergei Golubchik2011-12-1228-455/+455
| * | another backtrace resolver that prints source file name and line numberSergei Golubchik2011-12-117-6/+189
| * | win64 sysvar portability fixesSergei Golubchik2011-12-0229-153/+219
| * | Fix valgrind error after 5.5 merge (the 5.3 fix was accidentally lost in the ...unknown2011-12-081-1/+1
* | | Fix build on old 32 bit Centos (kernel 2.6.18)Vladislav Vaintroub2011-12-262-0/+11