summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Implementation of Monty's idea about clear_alloc_root() optimization and clea...unknown2004-09-231-2/+6
* sql_print_error cleanupunknown2004-09-041-3/+3
* Should check for GEOM_FLAG later because keyX may be partly initialized (min_...unknown2004-08-261-6/+7
* A fix (Bug#5219: Cannot use '||' with MBRContains(..)).unknown2004-08-261-5/+12
* New handler::index_flags() definition to make it easy to check the full used ...unknown2004-07-081-3/+6
* mergedunknown2004-06-251-3/+0
|\
| * release cursors in return_zero_rowsunknown2004-06-251-4/+1
* | After merge fixesunknown2004-06-251-1/+3
|/
* workaround for gcc 2.95.3 bugunknown2004-06-251-0/+3
* bug#4089 - JOIN::join_free calling mysql_unlock w/o index_end() beforeunknown2004-06-241-1/+2
* mergedunknown2004-06-231-36/+6
|\
| * handler interface cleanups:unknown2004-06-231-36/+6
* | Merge with 4.0.21unknown2004-06-181-9/+21
|\ \ | |/ |/|
| * Fixed unlikely bug in the range optimzer when using many IN() queries on diff...unknown2004-06-181-9/+21
* | Support for character set conversion in binary protocol: another gounknown2004-05-251-3/+3
* | After merge fixesunknown2004-05-241-2/+3
* | key_cmp -> key_cmp_if_sameunknown2004-05-161-50/+31
* | Windows fixes for VC++ compiler compabilityunknown2004-05-051-2/+2
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-081-180/+161
|\ \
| * | Moved reading of ranges from opt_range.cc to handler.ccunknown2004-04-081-123/+90
| * | Cleanup/optimizations of structures and key usage to make it easier to move k...unknown2004-04-081-69/+83
* | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-1/+1
|/ /
* | merge fixes (use old code)unknown2004-03-181-5/+5
|\ \
| * \ merge with 4.0unknown2004-03-161-5/+5
| |\ \ | | |/
| | * Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882)unknown2004-03-101-3/+3
| | * Changes to fix errors encountered in test builds on Windows.unknown2004-02-271-2/+2
* | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-171-1/+1
|\ \ \
| * | | Fix for #233 (the second one)unknown2004-03-161-1/+1
| |/ /
* | | Cast for VC++ compiler errorsunknown2004-03-121-2/+2
|/ /
* | Merge with 4.0 to get fix for mysqlbinlogunknown2004-02-161-0/+1
|\ \ | |/
| * fixed copying of color in SEL_ARG::clone (fixed bug #2968)unknown2004-02-121-0/+1
* | After merge fixesunknown2004-02-161-2/+2
* | Merge with 4.0.18unknown2004-02-111-16/+23
|\ \ | |/
| * Fixed problem with range optimization over overlapping ranges (#2448)unknown2004-02-041-7/+12
| * An improvement of the fix for the bug #2231: string column, unknown2004-01-081-15/+17
| * Fix for the bug #2231: string column, INDEX+LIKE, don't take the ESCAPE chara...unknown2003-12-301-4/+7
* | Added --compact to mysqlbinlogunknown2004-02-091-1/+1
* | mergeunknown2004-02-051-7/+14
|\ \
| * | Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ...unknown2004-02-051-7/+14
* | | Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-02-021-29/+44
|\ \ \
| * | | Indexes can be used for optimization if the operationunknown2004-02-021-29/+44
| |/ /
* | | Added a comment for NULL range creation.unknown2004-02-021-1/+6
* | | fix for the bug #2419: order by ignores rows.unknown2004-01-311-2/+19
|/ /
* | merge with 4.0.18unknown2003-12-191-1/+0
|\ \ | |/
| * Simple cleanupsunknown2003-12-181-1/+0
* | Merge with 4.0.17unknown2003-12-171-13/+40
|\ \ | |/
| * Fixed bug in last push found by valgrindunknown2003-12-141-8/+7
| * Fix autoincrement for signed columns (Bug #1366)unknown2003-12-121-9/+37
| * cleanup: if there is return from if-part, we don't need else statementunknown2003-12-101-1/+1
| * followupunknown2003-12-091-2/+2