summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | GIS code.Alexey Botchkov2011-10-145-1042/+1038
| | | * | | Copyright notices fixed.Alexey Botchkov2011-10-066-2/+8
| | | * | | Valgrind warning fixed.Alexey Botchkov2011-10-053-57/+102
| | | * | | GIS code cleanup.Alexey Botchkov2011-10-041-0/+7
| | | * | | GIS library code cleanup.Alexey Botchkov2011-10-044-620/+370
| | | * | | bug 857087 Wrong result with ST_INTERSECTS and LINESTRINGsAlexey Botchkov2011-09-232-2/+4
| | | * | | bug #857050 ST_WITHIN returns wrong result with MULTIPOINT and POLYGONAlexey Botchkov2011-09-231-0/+4
| | | * | | fix for bug 857051 ST_EQUALS returns TRUE on two nonidentical MULTIPOINTsAlexey Botchkov2011-09-231-0/+2
| | | * | | fix for 857050 ST_WITHIN returns wrong result with MULTIPOINT and POLYGONAlexey Botchkov2011-09-231-2/+11
| | | * | | fixed bugsAlexey Botchkov2011-09-227-222/+278
| | | * | | bug 855336 ST_LENGTH does not work on GEOMETRYCOLLECTIONs fixed.Alexey Botchkov2011-09-213-9/+61