summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-12-311-1/+1
|\
| * my_strtoll10-x86.s:unknown2006-12-311-1/+1
* | Merge xiphis.org:/home/antony/work2/mysql-5.0-enginesunknown2006-12-261-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | BUG#25048 - ERROR 126 : Incorrect key file for table '.XXXX.MYI'; try tounknown2006-12-261-6/+17
|/
* Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-marvelunknown2006-12-011-2/+2
|\
| * Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-2/+2
* | Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.0unknown2006-11-291-3/+3
|\ \ | |/ |/|
| * Bug#24156: Loose index scan not used with CREATE TABLE ...SELECT and similarunknown2006-11-281-3/+3
* | Remove compiler warningsunknown2006-11-201-10/+10
|/
* Merge siva.hindu.god:/usr/home/tim/m/bk/g50unknown2006-10-241-0/+37
|\
| * Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-5.0unknown2006-10-191-0/+37
| |\
| | * Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optunknown2006-10-161-0/+37
| | |\
| | | * Bug #22342: No results returned for query using max and group byunknown2006-10-161-0/+37
* | | | Merge mysql.com:/usr/home/ram/work/bug20732/my41-bug20732unknown2006-10-191-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for bug #20732: Partial index and long sjis search with '>' fails sometimesunknown2006-10-191-1/+5
| * | | Merge bk-internal:/home/bk/mysql-4.1-maintunknown2006-09-281-3/+4
| |\ \ \
* | \ \ \ Merge bk-internal:/home/bk/mysql-5.0-runtimeunknown2006-10-031-3/+4
|\ \ \ \ \
| * \ \ \ \ Merge bk-internal:/home/bk/mysql-5.0-maintunknown2006-09-281-3/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge rama.(none):/home/jimw/my/mysql-4.1-cleanunknown2006-09-281-3/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Bug #2717: include/my_global.h mis-defines __attribute__unknown2006-08-171-3/+4
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimeunknown2006-09-301-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifiesunknown2006-09-211-8/+8
* | | | | | Merge chilla.local:/home/mydev/mysql-5.0--mainunknown2006-09-211-2/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | merge fixesunknown2006-09-181-15/+0
| * | | | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-optunknown2006-09-181-0/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Bug #21180: Subselect with index for both WHERE and ORDER BY produces empty r...unknown2006-08-031-1/+13
| | | |/ | | |/|
| | * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2006-07-011-4/+179
| | |\ \
* | | \ \ Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-09-181-4/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG#20256 - LOCK WRITE - MyISAMunknown2006-09-121-4/+1
| | |_|/ | |/| |
* | | | Fixed bug #16249: different results for a range with an without index unknown2006-08-311-1/+8
* | | | opt_range.cc:unknown2006-08-251-2/+4
* | | | opt_range.cc:unknown2006-08-241-4/+3
* | | | Fixed bug 16201: a memory corruption causing crashes due to a too small unknown2006-08-221-7/+12
* | | | Fixed bug #18165.unknown2006-08-161-59/+171
* | | | BUG#21282: Incorrect query results for "t.key NOT IN (<big const list>) unknown2006-08-151-61/+46
|/ / /
* | | Merge mysql.com:/home/psergey/mysql-4.1-bug16168-pushunknown2006-07-011-4/+179
|\ \ \ | | |/ | |/|
| * | BUG#16168: Wrong results from range optimizer, "Use_count: Wrong count for ke...unknown2006-06-301-4/+179
* | | Merge mysql.com:/home/kgeorge/mysql/4.1/warningsunknown2006-06-291-2/+2
|\ \ \ | | |/ | |/|
| * | gcc 4.1 linux warning fixes backported from 5.0.unknown2006-06-281-2/+2
| |/
* | Merge mysql.com:/home/kgeorge/mysql/4.1/B4981unknown2006-06-021-1/+1
|\ \ | |/
| * Bug #4981: 4.x and 5.x produce non-optimal execution path, unknown2006-06-021-1/+1
* | BUG#19618: post-review fixes: better commentsunknown2006-05-161-21/+39
* | BUG#19618: Crash for unsigned_col NOT IN (-1, ... ) unknown2006-05-151-18/+51
* | BUG#17379 Wrong reuse of E(#rows(range)) as E(#rows(ref(const))):unknown2006-05-101-2/+9
* | BUG#15872: Don't run the range analyzer on "t1.keypart NOT IN (const1, ..., )...unknown2006-04-251-9/+84
* | BUG#19021, Crash in ROR-index_merge optimizer: unknown2006-04-131-1/+1
* | Merge mysql.com:/home/timka/mysql/src/5.0-virginunknown2006-03-311-0/+26
|\ \
| * | Fix for BUG#16710.unknown2006-03-311-0/+26
* | | Fix for bug #18306: MySQL crashes and restarts using subqueryunknown2006-03-231-3/+12