Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename debug variable to debug_dbug, to make test pass in release builds | Sergei Golubchik | 2011-12-15 | 147 | -985/+1039 |
* | always use sql/sql_string.* files, never - client/sql_string.* | Sergei Golubchik | 2011-12-15 | 6 | -8/+3 |
* | Fix XtraDB build on windows (avoid #ifdef inside macro invocation). | unknown | 2011-12-15 | 1 | -4/+6 |
* | Merge missing file from XtraDB | unknown | 2011-12-15 | 1 | -0/+2 |
|\ | |||||
| * | Add file accidentally omitted in last commit | unknown | 2011-12-15 | 1 | -0/+2 |
* | | Merge XtraDB from Percona-server-5.5.17-rel22.1 into MariaDB 5.5 | unknown | 2011-12-15 | 110 | -2947/+5935 |
|\ \ | |/ | |||||
| * | Updated with XtraDB from Percona Server 5.5.17-rel22.1 | unknown | 2011-12-14 | 103 | -2880/+5921 |
* | | After-merge fixes for 5.5 merge. | unknown | 2011-12-14 | 12 | -48/+80 |
* | | fix new String:realloc* variants always to zero-terminate the string | Sergei Golubchik | 2011-12-14 | 2 | -4/+16 |
* | | new valgrind suppression for ld.so | Sergei Golubchik | 2011-12-14 | 3 | -15/+22 |
* | | new configure option: NOT_FOR_DISTRIBUTION | Sergei Golubchik | 2011-12-14 | 8 | -85/+90 |
* | | bugfix: cxxabi.h was not found | Sergei Golubchik | 2011-12-13 | 1 | -1/+2 |
* | | after merge changes: | Sergei Golubchik | 2011-12-12 | 280 | -3348/+3327 |
* | | move safemalloc out of dbug. | Sergei Golubchik | 2011-12-12 | 28 | -455/+455 |
* | | another backtrace resolver that prints source file name and line number | Sergei Golubchik | 2011-12-11 | 7 | -6/+189 |
* | | win64 sysvar portability fixes | Sergei Golubchik | 2011-12-02 | 29 | -153/+219 |
* | | Fix valgrind error after 5.5 merge (the 5.3 fix was accidentally lost in the ... | unknown | 2011-12-08 | 1 | -1/+1 |
* | | Fix crash due to wrong my_error() call (5.5 after-merge fix). | unknown | 2011-12-05 | 1 | -1/+1 |
* | | install my_valgrind.h too | Sergei Golubchik | 2011-12-02 | 1 | -0/+1 |
* | | Fixed crashes found by application verifier: | Vladislav Vaintroub | 2011-12-02 | 3 | -18/+24 |
* | | fix failing test cases in 5.5 main suite | Vladislav Vaintroub | 2011-12-02 | 4 | -5/+8 |
* | | Make it possible to compile without SAFEMALLOC in debug builds | Vladislav Vaintroub | 2011-12-02 | 2 | -1/+23 |
* | | Fix Aria unit tests on Windows. | Vladislav Vaintroub | 2011-11-30 | 1 | -2/+14 |
* | | fix signing and packaging | Vladislav Vaintroub | 2011-11-30 | 1 | -32/+32 |
* | | small cleanup | Sergei Golubchik | 2011-11-28 | 6 | -47/+19 |
* | | by default disable pbxt too | Sergei Golubchik | 2011-11-28 | 1 | -26/+38 |
* | | consistency fixes for mysqld --help | Sergei Golubchik | 2011-11-28 | 4 | -57/+42 |
* | | compilation failure on Solaris | Sergei Golubchik | 2011-11-28 | 1 | -0/+1 |
* | | merge | Vladislav Vaintroub | 2011-11-28 | 17 | -19/+77 |
|\ \ | |||||
| * \ | merge | Vladislav Vaintroub | 2011-11-28 | 132 | -910/+10444 |
| |\ \ | |/ / |/| | | |||||
* | | | merged | Sergei Golubchik | 2011-11-27 | 6 | -9/+27 |
|\ \ \ | |||||
* | | | | compilation fixes | Sergei Golubchik | 2011-11-27 | 6 | -9/+9 |
* | | | | 5.3->5.5 merge | Sergei Golubchik | 2011-11-27 | 119 | -890/+10421 |
|\ \ \ \ | |||||
| * | | | | Small fixes to make compilers happy. | Alexey Botchkov | 2011-11-22 | 1 | -3/+3 |
| * | | | | Windows has no 'nearbyint' in libraries. | Alexey Botchkov | 2011-11-22 | 1 | -2/+1 |
| * | | | | Merge default materialization=on. | unknown | 2011-11-22 | 31 | -225/+342 |
| |\ \ \ \ | |||||
| | * \ \ \ | Merge enabling materialization=on by default. | unknown | 2011-11-21 | 31 | -225/+342 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merge enabling of materialization=on by default with main tree. | unknown | 2011-11-21 | 31 | -225/+342 |
| | | |\ \ \ \ | |||||
| | | | * | | | | Fixed PBXT test cases. | unknown | 2011-11-09 | 2 | -7/+11 |
| | | | * | | | | - Removed a comment that is not true any more. | unknown | 2011-11-09 | 2 | -8/+4 |
| | | | * | | | | Enable subquery materialization=ON by default. | unknown | 2011-11-09 | 27 | -216/+327 |
| * | | | | | | | Correct test file. | unknown | 2011-11-21 | 1 | -1/+1 |
| * | | | | | | | Fix test to pass on 32-bit machines by reducing | unknown | 2011-11-21 | 5 | -5/+5 |
| * | | | | | | | Merge. | Igor Babaev | 2011-11-21 | 5 | -3/+99 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Fixed LP bug #887496. | Igor Babaev | 2011-11-21 | 5 | -3/+99 |
| | |/ / / / / / | |||||
| * | | | | | | | Fix bug lp:833777 | unknown | 2011-11-21 | 8 | -3/+68 |
| |/ / / / / / | |||||
| * | | | | | | Corrected the patch that made the optimizer switch for index condition pushdown | Igor Babaev | 2011-11-21 | 1 | -1/+1 |
| * | | | | | | Made the optimizer switch for index condition pushdown set to 'on' by default. | Igor Babaev | 2011-11-21 | 40 | -323/+324 |
| * | | | | | | Fixed LP bug #892725. | Igor Babaev | 2011-11-20 | 3 | -0/+86 |
| * | | | | | | Fix for bug #809849 spatial operations must be KILL-able. | Alexey Botchkov | 2011-11-20 | 6 | -5/+17 |