summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-221-33/+33
|\
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-201-33/+33
| |\
| | * errors without code removedbell@sanja.is.com.ua2004-10-201-33/+33
* | | Merge for post-merge fixes for Item_equal patch.igor@rurik.mysql.com2004-10-191-1/+121
|\ \ \ | |/ / |/| |
| * | table.h, sql_select.h:igor@rurik.mysql.com2004-10-191-3/+98
| * | Merge for Item_equal.igor@rurik.mysql.com2004-10-091-1/+26
| |\ \ | | |/ | |/|
| | * sql_select.cc, opt_range.cc, item.cc:igor@rurik.mysql.com2004-02-191-1/+2
| | * Manual mergeigor@rurik.mysql.com2004-02-191-40/+40
| | |\
| | * | Many files:igor@rurik.mysql.com2004-02-181-8/+81
| | * | Auto Mergeigor@rurik.mysql.com2003-12-231-1/+46
| | |\ \
| | | * \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2003-12-081-0/+11
| | | |\ \
| | | * \ \ Merge rurik.mysql.com:/home/igor/mysql-5.0igor@rurik.mysql.com2003-12-021-2/+1
| | | |\ \ \
| | | * \ \ \ Mergeigor@rurik.mysql.com2003-12-011-7/+160
| | | |\ \ \ \
| | | * | | | | This ChangeSet Introdices Item_equal.igor@rurik.mysql.com2003-11-261-1/+46
* | | | | | | | Merge with implementation of WL#1724.timour@mysql.com2004-10-111-0/+39
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixes for WL#1724 required by the third code review.timour@mysql.com2004-10-111-3/+2
| * | | | | | | WL#1724 "Min/Max Optimization for Queries with Group By Clause"timour@mysql.com2004-08-271-0/+40
* | | | | | | | More fixes for strict mode:monty@mishka.local2004-10-021-3/+39
* | | | | | | | Removed wrong warnings in test suite (This was because select_insert / select...monty@mishka.local2004-09-171-0/+12
* | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-101-0/+93
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Yet another manual merge with main tree for patch for WL#1218 "Triggers"dlenev@mysql.com2004-09-091-16/+79
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge of changes from the main tree to tree for WL#1218 "Triggers".dlenev@mysql.com2004-09-081-0/+93
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | WL#1218 "Triggers". Some very preliminary version of patch.dlenev@brandersnatch.localdomain2004-09-071-0/+93
* | | | | | | | | | | mergebell@sanja.is.com.ua2004-09-091-16/+79
|\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge on pullmonty@mysql.com2004-09-091-16/+79
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | After merge fixes of merge with 4.1 that included the new arena code.monty@mysql.com2004-09-091-3/+12
| | * | | | | | | | | Merge with 4.1monty@mysql.com2004-09-061-13/+67
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Move collation aggregation with superset conversion codebar@mysql.com2004-09-011-2/+28
| | | * | | | | | | | | Portablity fixes & simple optimizationsmonty@mysql.com2004-08-241-1/+1
| | | * | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1bell@sanja.is.com.ua2004-08-231-24/+46
| | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | skip resolving field in table list if table list is not accessable due to gro...bell@sanja.is.com.ua2004-08-131-24/+46
| | | * | | | | | | | | | ctype_ucs.result, ctype_ucs.test, item.cc:bar@mysql.com2004-08-131-4/+9
| | | |/ / / / / / / / /
* | | | | | | | | | | | ixed table and db name of fields incase of lower_case_table_names (BUG#5154)bell@sanja.is.com.ua2004-09-071-3/+21
|/ / / / / / / / / / /
* | | | | | | | | | | postmerge fix (found by Dmitry)bell@sanja.is.com.ua2004-09-061-1/+1
* | | | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-041-1/+20
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Print value of Item_param if it has a value (when debugging)monty@mysql.com2004-09-041-1/+20
* | | | | | | | | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-09-021-10/+45
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | fixed staistic of subquery if outer field resolved in merged view (BUG#5247)bell@sanja.is.com.ua2004-09-011-10/+30
| * | | | | | | | | | fixed printing of real constants (BUG#5160)bell@sanja.is.com.ua2004-09-011-0/+15
* | | | | | | | | | | Fixed return type warning in sql/item.cc.pem@mysql.comhem.se2004-08-301-1/+1
|/ / / / / / / / / /
* | | | | | | | | | fixed updateability VIEW detection (Bug#5146)bell@sanja.is.com.ua2004-08-261-0/+38
* | | | | | | | | | fix of Item_ref with result_field (BUG#5104)bell@sanja.is.com.ua2004-08-261-0/+8
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | fixed quoting of identifiers in VIEWs (BUG#4613)bell@sanja.is.com.ua2004-07-201-16/+15
* | | | | | | | | mark subquery in the FROM clause like derived and quoate all identifiers (BUG...bell@sanja.is.com.ua2004-07-201-0/+31
| |/ / / / / / / |/| | | | | | |
* | | | | | | | VIEWbell@sanja.is.com.ua2004-07-161-29/+95
* | | | | | | | Merge with 4.1.3-betamonty@mysql.com2004-07-071-13/+129
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | type of parameter assignment for parameters from variables added (BUG#4280)bell@sanja.is.com.ua2004-06-251-0/+4
| * | | | | | | Fix for Bug#4030 "Client side conversion string -> date type doesn't konstantin@mysql.com2004-06-241-2/+2
| * | | | | | | Coding style fixessergefp@mysql.com2004-06-221-36/+35
| * | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1dlenev@brandersnatch.localdomain2004-06-181-2/+2
| |\ \ \ \ \ \ \