summaryrefslogtreecommitdiff
path: root/sql/opt_range.cc
Commit message (Expand)AuthorAgeFilesLines
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-marveldf@kahlann.erinye.com2006-12-011-2/+2
|\
| * Fixed portability issue in my_thr_init.c (was added in my last push)monty@mysql.com/narttu.mysql.fi2006-11-301-2/+2
* | Merge dl145s.mysql.com:/data0/bk/team_tree_merge/mysql-5.0gkodinov@dl145s.mysql.com2006-11-291-3/+3
|\ \ | |/ |/|
| * Bug#24156: Loose index scan not used with CREATE TABLE ...SELECT and similargkodinov/kgeorge@macbook.gmz2006-11-281-3/+3
* | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-10/+10
|/
* Merge siva.hindu.god:/usr/home/tim/m/bk/g50tsmith/tim@siva.hindu.god2006-10-241-0/+37
|\
| * Merge dl145s.mysql.com:/data/bk/team_tree_merge/mysql-5.0gkodinov@dl145s.mysql.com2006-10-191-0/+37
| |\
| | * Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.0-optgkodinov/kgeorge@rakia.(none)2006-10-161-0/+37
| | |\
| | | * Bug #22342: No results returned for query using max and group bygkodinov/kgeorge@macbook.gmz2006-10-161-0/+37
* | | | Merge mysql.com:/usr/home/ram/work/bug20732/my41-bug20732ramil/ram@mysql.com/myoffice.izhnet.ru2006-10-191-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Fix for bug #20732: Partial index and long sjis search with '>' fails sometimesramil/ram@mysql.com/myoffice.izhnet.ru2006-10-191-1/+5
| * | | Merge bk-internal:/home/bk/mysql-4.1-maintjimw@rama.(none)2006-09-281-3/+4
| |\ \ \
* | \ \ \ Merge bk-internal:/home/bk/mysql-5.0-runtimemsvensson@neptunus.(none)2006-10-031-3/+4
|\ \ \ \ \
| * \ \ \ \ Merge bk-internal:/home/bk/mysql-5.0-maintjimw@rama.(none)2006-09-281-3/+4
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge rama.(none):/home/jimw/my/mysql-4.1-cleanjimw@rama.(none)2006-09-281-3/+4
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Bug #2717: include/my_global.h mis-defines __attribute__jimw@rama.(none)2006-08-171-3/+4
* | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0-runtimedlenev@mockturtle.local2006-09-301-8/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for bug#20670 "UPDATE using key and invoking trigger that modifiesdlenev@mockturtle.local2006-09-211-8/+8
* | | | | | Merge chilla.local:/home/mydev/mysql-5.0--mainistruewing@chilla.local2006-09-211-2/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | merge fixesgkodinov@dl145s.mysql.com2006-09-181-15/+0
| * | | | | Merge dl145s.mysql.com:/data/bk/team_tree_merge/MERGE/mysql-4.1-optgkodinov@dl145s.mysql.com2006-09-181-0/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Bug #21180: Subselect with index for both WHERE and ORDER BY produces empty r...gkodinov/kgeorge@macbook.gmz2006-08-031-1/+13
| | | |/ | | |/|
| | * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1sergefp@mysql.com2006-07-011-4/+179
| | |\ \
* | | \ \ Merge svojtovich@bk-internal.mysql.com:/home/bk/mysql-5.0svoj@april.(none)2006-09-181-4/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG#20256 - LOCK WRITE - MyISAMsvoj@april.(none)2006-09-121-4/+1
| | |_|/ | |/| |
* | | | Fixed bug #16249: different results for a range with an without index igor@rurik.mysql.com2006-08-311-1/+8
* | | | opt_range.cc:evgen@sunlight.local2006-08-251-2/+4
* | | | opt_range.cc:evgen@moonbone.local2006-08-241-4/+3
* | | | Fixed bug 16201: a memory corruption causing crashes due to a too small igor@rurik.mysql.com2006-08-221-7/+12
* | | | Fixed bug #18165.igor@rurik.mysql.com2006-08-161-59/+171
* | | | BUG#21282: Incorrect query results for "t.key NOT IN (<big const list>) sergefp@mysql.com2006-08-151-61/+46
|/ / /
* | | Merge mysql.com:/home/psergey/mysql-4.1-bug16168-pushsergefp@mysql.com2006-07-011-4/+179
|\ \ \ | | |/ | |/|
| * | BUG#16168: Wrong results from range optimizer, "Use_count: Wrong count for ke...sergefp@mysql.com2006-06-301-4/+179
* | | Merge mysql.com:/home/kgeorge/mysql/4.1/warningsgkodinov@mysql.com2006-06-291-2/+2
|\ \ \ | | |/ | |/|
| * | gcc 4.1 linux warning fixes backported from 5.0.gkodinov@mysql.com2006-06-281-2/+2
| |/
* | Merge mysql.com:/home/kgeorge/mysql/4.1/B4981gkodinov@mysql.com2006-06-021-1/+1
|\ \ | |/
| * Bug #4981: 4.x and 5.x produce non-optimal execution path, gkodinov@mysql.com2006-06-021-1/+1
* | BUG#19618: post-review fixes: better commentssergefp@mysql.com2006-05-161-21/+39
* | BUG#19618: Crash for unsigned_col NOT IN (-1, ... ) sergefp@mysql.com2006-05-151-18/+51
* | BUG#17379 Wrong reuse of E(#rows(range)) as E(#rows(ref(const))):sergefp@mysql.com2006-05-101-2/+9
* | BUG#15872: Don't run the range analyzer on "t1.keypart NOT IN (const1, ..., )...sergefp@mysql.com2006-04-251-9/+84
* | BUG#19021, Crash in ROR-index_merge optimizer: sergefp@mysql.com2006-04-131-1/+1
* | Merge mysql.com:/home/timka/mysql/src/5.0-virgintimour@mysql.com2006-03-311-0/+26
|\ \
| * | Fix for BUG#16710.timour@mysql.com2006-03-311-0/+26
* | | Fix for bug #18306: MySQL crashes and restarts using subqueryramil@mysql.com2006-03-231-3/+12
* | | Fixed compiler warnings from gcc 4.0.2:monty@mysql.com2006-02-251-0/+10
|/ /
* | Fixed bug #16203.igor@rurik.mysql.com2006-02-061-0/+1
* | mergedserg@serg.mylan2006-01-061-5/+9
|\ \
| * \ Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2006-01-061-5/+9
| |\ \