summaryrefslogtreecommitdiff
path: root/sql/sql_select.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge on pullmonty@mysql.com2004-09-091-144/+154
|\
| * After merge fixes of merge with 4.1 that included the new arena code.monty@mysql.com2004-09-091-19/+33
| * Merge with 4.1monty@mysql.com2004-09-061-132/+128
| |\
| | * Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-09-021-2/+2
| | |\
| | | * Review of new pushed code (Indentation fixes and simple optimizations)monty@mysql.com2004-08-311-2/+2
| | * | after review patchbell@sanja.is.com.ua2004-08-311-54/+0
| | * | NOT elimination moved in parsing (suggested by Monty)bell@sanja.is.com.ua2004-08-291-13/+0
| | |/
| | * Portability fixesmonty@mysql.com2004-08-261-21/+30
| | * Merge: manual resolvekonstantin@mysql.com2004-08-241-8/+2
| | |\
| | | * Fix for Bug#5034 "prepared "select 1 into @arg15", second konstantin@mysql.com2004-08-241-8/+2
| | * | Portablity fixes & simple optimizationsmonty@mysql.com2004-08-241-1/+1
| | * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-08-241-2/+8
| | |\ \
| | | * | Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returns wrong resu...gluh@gluh.mysql.r18.ru2004-08-231-2/+8
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1monty@mysql.com2004-08-231-1/+5
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Changed %lx -> 0x%lx (for easier comparison of debug files)monty@mysql.com2004-08-231-1/+5
| | * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/serg@serg.mylan2004-08-231-9/+14
| | |\ \ \
| | | * | | better for for bug#4767serg@serg.mylan2004-08-231-9/+14
| | | | |/ | | | |/|
| | * | | Fix for bug#5088:sergefp@mysql.com2004-08-231-2/+4
| | |/ /
| | * | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@rurik.mysql.com2004-08-201-16/+30
| | |\ \
| | | * \ Merge bk-internal.mysql.com:/home/bk/mysql-4.1konstantin@mysql.com2004-08-211-16/+30
| | | |\ \
| | | | * | Fix for bug#4912 "mysqld crashs in case a statement is executedkonstantin@mysql.com2004-08-211-16/+30
| | * | | | Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-4.1igor@rurik.mysql.com2004-08-201-0/+2
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge rurik.mysql.com:/home/igor/mysql-4.1igor@rurik.mysql.com2004-08-201-0/+2
| | | |\ \ \
| | | | * | | olap.test, olap.result:igor@rurik.mysql.com2004-08-121-0/+2
| | * | | | | sql_select.cc: compilation failure fixedserg@serg.mylan2004-08-201-1/+1
| | |/ / / /
| | * | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@brandersnatch.localdomain2004-08-201-2/+7
| | |\ \ \ \
| | | * | | | Fix for bug#4302 "ambiguos order by when renamed column is identical to anoth...dlenev@brandersnatch.localdomain2004-08-201-2/+7
| | | |/ / /
| | * | | | Bug #4769 - ft in subqueriesserg@serg.mylan2004-08-191-4/+6
| | | |/ / | | |/| |
| | * | | manually mergedserg@serg.mylan2004-08-181-1/+24
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Merge eagle.mysql.r18.ru:/home/vva/work/mysql.orig/clear/mysql-4.0vva@eagle.mysql.r18.ru2004-08-131-1/+10
| | | |\ \
| | | | * | fixed Bug #4358 Problem with HAVING clause that uses aliasvva@eagle.mysql.r18.ru2004-08-121-1/+10
| | | * | | bug#4497 - Serious regression if disk based TMP table is used.ingo@mysql.com2004-08-091-0/+14
| | | |/ /
| | * | | Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...dlenev@brandersnatch.localdomain2004-08-101-33/+0
| | * | | cleanupserg@serg.mylan2004-08-071-1/+1
| | * | | bug#4881 - crash in ALTER .. RENAME if rename failsserg@serg.mylan2004-08-071-9/+7
* | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-041-37/+34
|\ \ \ \ \ | |/ / / /
| * | | | Print value of Item_param if it has a value (when debugging)monty@mysql.com2004-09-041-3/+6
| * | | | Merge with pulled codemonty@mysql.com2004-09-031-36/+30
| |\ \ \ \
| | * | | | Cleanup of new code pushed into 5.0 since last pullmonty@mysql.com2004-09-031-36/+29
* | | | | | ORDER clause printing fixed (BUG#5156)bell@sanja.is.com.ua2004-08-311-1/+3
|/ / / / /
* | | | | join_nested.test, join_nested.result:igor@rurik.mysql.com2004-08-121-5/+17
* | | | | join.result, select.result:igor@rurik.mysql.com2004-08-101-2/+4
* | | | | Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2004-08-061-1/+2
|\ \ \ \ \
| * | | | | join_nested.result, join_nested.test:igor@rurik.mysql.com2004-08-061-1/+2
* | | | | | Port of cursors to be pushed into 5.0 tree:konstantin@mysql.com2004-08-031-9/+371
|/ / / / /
* | | | | mergedserg@serg.mylan2004-07-211-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fixed ORDER BY ?serg@serg.mylan2004-07-211-1/+1
| | |_|/ | |/| |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-07-201-8/+9
|\ \ \ \
| * | | | fixed quoting of identifiers in VIEWs (BUG#4613)bell@sanja.is.com.ua2004-07-201-17/+12
| * | | | mark subquery in the FROM clause like derived and quoate all identifiers (BUG...bell@sanja.is.com.ua2004-07-201-6/+12
| | |/ / | |/| |