summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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 crash due to wrong my_error() call (5.5 after-merge fix).unknown2011-12-051-1/+1
* | install my_valgrind.h tooSergei Golubchik2011-12-021-0/+1
* | Fixed crashes found by application verifier:Vladislav Vaintroub2011-12-023-18/+24
* | fix failing test cases in 5.5 main suiteVladislav Vaintroub2011-12-024-5/+8
* | Make it possible to compile without SAFEMALLOC in debug buildsVladislav Vaintroub2011-12-022-1/+23
* | Fix Aria unit tests on Windows.Vladislav Vaintroub2011-11-301-2/+14
* | fix signing and packagingVladislav Vaintroub2011-11-301-32/+32
* | small cleanupSergei Golubchik2011-11-286-47/+19
* | by default disable pbxt tooSergei Golubchik2011-11-281-26/+38
* | consistency fixes for mysqld --helpSergei Golubchik2011-11-284-57/+42
* | compilation failure on SolarisSergei Golubchik2011-11-281-0/+1
* | mergeVladislav Vaintroub2011-11-2817-19/+77
|\ \
| * \ mergeVladislav Vaintroub2011-11-28132-910/+10444
| |\ \ | |/ / |/| |
* | | mergedSergei Golubchik2011-11-276-9/+27
|\ \ \
* | | | compilation fixesSergei Golubchik2011-11-276-9/+9
* | | | 5.3->5.5 mergeSergei Golubchik2011-11-27119-890/+10421
|\ \ \ \
| * | | | Small fixes to make compilers happy.Alexey Botchkov2011-11-221-3/+3
| * | | | Windows has no 'nearbyint' in libraries.Alexey Botchkov2011-11-221-2/+1
| * | | | Merge default materialization=on.unknown2011-11-2231-225/+342
| |\ \ \ \
| | * \ \ \ Merge enabling materialization=on by default.unknown2011-11-2131-225/+342
| | |\ \ \ \
| | | * \ \ \ Merge enabling of materialization=on by default with main tree.unknown2011-11-2131-225/+342
| | | |\ \ \ \
| | | | * | | | Fixed PBXT test cases.unknown2011-11-092-7/+11
| | | | * | | | - Removed a comment that is not true any more.unknown2011-11-092-8/+4
| | | | * | | | Enable subquery materialization=ON by default.unknown2011-11-0927-216/+327
| * | | | | | | Correct test file.unknown2011-11-211-1/+1
| * | | | | | | Fix test to pass on 32-bit machines by reducingunknown2011-11-215-5/+5
| * | | | | | | Merge.Igor Babaev2011-11-215-3/+99
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed LP bug #887496.Igor Babaev2011-11-215-3/+99
| | |/ / / / / /
| * | | | | | | Fix bug lp:833777unknown2011-11-218-3/+68
| |/ / / / / /
| * | | | | | Corrected the patch that made the optimizer switch for index condition pushdownIgor Babaev2011-11-211-1/+1
| * | | | | | Made the optimizer switch for index condition pushdown set to 'on' by default. Igor Babaev2011-11-2140-323/+324
| * | | | | | Fixed LP bug #892725.Igor Babaev2011-11-203-0/+86
| * | | | | | Fix for bug #809849 spatial operations must be KILL-able.Alexey Botchkov2011-11-206-5/+17