summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Fix sys_vars test suite for 32bit systems. (MDEV-53 & MDEV-53)unknown2012-01-091-0/+5
* MDEV-76 5.5 memory overrun on main.select_jcl6.Sergei Golubchik2012-01-071-0/+1
* moved ha_maria::implicit_commit() calls aroundSergei Golubchik2012-01-062-6/+8
* Fix some failing tests on WindowsVladislav Vaintroub2012-01-061-2/+1
* Fixed lp:909051 Options --debug and --disable-debug are known but ambiguous i...Michael Widenius2011-12-271-17/+26
* keycache sysvars used to pass incorrect offset into the parent constructor,Sergei Golubchik2011-12-211-2/+3
* rename debug variable to debug_dbug, to make test pass in release buildsSergei Golubchik2011-12-153-4/+10
* always use sql/sql_string.* files, never - client/sql_string.*Sergei Golubchik2011-12-152-7/+0
* After-merge fixes for 5.5 merge.unknown2011-12-145-30/+68
* fix new String:realloc* variants always to zero-terminate the stringSergei Golubchik2011-12-142-4/+16
* after merge changes:Sergei Golubchik2011-12-127-207/+199
* move safemalloc out of dbug.Sergei Golubchik2011-12-122-2/+4
* win64 sysvar portability fixesSergei Golubchik2011-12-024-61/+62
* 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
* small cleanupSergei Golubchik2011-11-285-44/+19
* by default disable pbxt tooSergei Golubchik2011-11-281-26/+38
* consistency fixes for mysqld --helpSergei Golubchik2011-11-282-25/+10
* mergeVladislav Vaintroub2011-11-2822-185/+6853
|\
| * compilation fixesSergei Golubchik2011-11-272-2/+2
| * 5.3->5.5 mergeSergei Golubchik2011-11-2720-183/+6851
| |\
| | * 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-224-8/+4
| | |\
| | | * Merge enabling materialization=on by default.unknown2011-11-214-8/+4
| | | |\
| | | | * Merge enabling of materialization=on by default with main tree.unknown2011-11-214-8/+4
| | | | |\
| | | | | * - Removed a comment that is not true any more.unknown2011-11-092-8/+4
| | | | | * Enable subquery materialization=ON by default.unknown2011-11-093-8/+2
| | * | | | Merge.Igor Babaev2011-11-211-1/+1
| | |\ \ \ \
| | | * | | | Fixed LP bug #887496.Igor Babaev2011-11-211-1/+1
| | | |/ / /
| | * | | | Fix bug lp:833777unknown2011-11-211-2/+8
| | |/ / /
| | * | | 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-211-0/+1
| | * | | Fixed LP bug #892725.Igor Babaev2011-11-201-0/+2
| | * | | Fix for bug #809849 spatial operations must be KILL-able.Alexey Botchkov2011-11-206-5/+17
| | * | | Fixed LP bug #891995.Igor Babaev2011-11-181-2/+2
| | * | | Fixed LP bug #891953.Igor Babaev2011-11-181-1/+1
| | * | | unused variable removed.Alexey Botchkov2011-11-181-2/+1
| | * | | GCALC_CHECK_WITH_FLOAT disabled.Alexey Botchkov2011-11-181-1/+1
| | * | | Fixed LP bug #800184.Igor Babaev2011-11-181-2/+2
| | * | | Merge.Igor Babaev2011-11-171-2/+2
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Corrected the fix for bug 891052.Igor Babaev2011-11-171-2/+2
| | * | | small fixes to make compiler happy.Alexey Botchkov2011-11-172-2/+2
| | * | | test results updated.Alexey Botchkov2011-11-171-3/+2
| | * | | merging.Alexey Botchkov2011-11-1717-183/+6840
| | |\ \ \ | | | |/ / | | |/| |
| | | * | merging.Alexey Botchkov2011-11-1288-2045/+4396
| | | |\ \
| | | * | | code cleanup.Alexey Botchkov2011-10-161-48/+0
| | | * | | GIS code cleanup.Alexey Botchkov2011-10-162-484/+458
| | | * | | #define addedAlexey Botchkov2011-10-141-0/+2
| | | * | | repeating calcualtions eliminated.Alexey Botchkov2011-10-142-15/+139