summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge of changes from the main tree to tree for WL#1218 "Triggers".unknown2004-09-081-0/+93
|\
| * WL#1218 "Triggers". Some very preliminary version of patch.unknown2004-09-071-0/+93
* | postmerge fix (found by Dmitry)unknown2004-09-061-1/+1
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-041-1/+20
|\ \
| * | Print value of Item_param if it has a value (when debugging)unknown2004-09-041-1/+20
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-09-021-10/+45
|\ \ \ | |/ / |/| |
| * | fixed staistic of subquery if outer field resolved in merged view (BUG#5247)unknown2004-09-011-10/+30
| * | fixed printing of real constants (BUG#5160)unknown2004-09-011-0/+15
* | | Fixed return type warning in sql/item.cc.unknown2004-08-301-1/+1
|/ /
* | fixed updateability VIEW detection (Bug#5146)unknown2004-08-261-0/+38
* | fix of Item_ref with result_field (BUG#5104)unknown2004-08-261-0/+8
* | fixed quoting of identifiers in VIEWs (BUG#4613)unknown2004-07-201-16/+15
* | mark subquery in the FROM clause like derived and quoate all identifiers (BUG...unknown2004-07-201-0/+31
|/
* VIEWunknown2004-07-161-29/+95
* Merge with 4.1.3-betaunknown2004-07-071-13/+129
|\
| * type of parameter assignment for parameters from variables added (BUG#4280)unknown2004-06-251-0/+4
| * Fix for Bug#4030 "Client side conversion string -> date type doesn't unknown2004-06-241-2/+2
| * Coding style fixesunknown2004-06-221-36/+35
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-181-2/+2
| |\
| | * WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-2/+2
| * | Fix for bug#4105 "Server crash on attempt to prepare a statement with unknown2004-06-181-1/+11
| |/
| * after review fix (BUG#4067)unknown2004-06-171-45/+1
| * new length detection for non-string in UNION (BUG#4067)unknown2004-06-161-3/+69
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-091-0/+12
| |\
| | * Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types unknown2004-06-091-0/+12
| * | Post review fixes for "SQL Syntax for Prepared Statements".unknown2004-06-071-4/+66
| * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-011-2/+2
| |\ \ | | |/ | |/|
| | * Manually merged, requirees more mergingunknown2004-05-251-172/+249
| | |\
| | * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-211-4/+4
| | |\ \
| | | * | WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)unknown2004-05-211-6/+1
| | | * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-071-3/+8
| | | |\ \
| | | | * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-061-3/+8
| | | | |\ \
| | | | | * \ Manual merge for WL#1622 code, will need fixesunknown2004-05-051-3/+8
| | | | | |\ \
| | | | | | * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-301-3/+8
| | | | | | |\ \
| | | | | | | * \ Mergedunknown2004-04-131-3/+8
| | | | | | | |\ \
| | | | | | | | * \ Mergeunknown2004-04-081-3/+8
| | | | | | | | |\ \
| | | | | | | | | * \ Post-merge fixesunknown2004-04-051-3/+8
| | | | | | | | | |\ \
| | | | | | | | | | * | Many files:unknown2004-04-051-3/+8
| * | | | | | | | | | | Fix for Bug#3796 "Prepared statement, select concat(<parameter>,<column>), wr...unknown2004-05-311-3/+10
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merging 4.1 to 5.0.unknown2004-05-261-157/+258
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Support for character set conversion in binary protocol: another gounknown2004-05-251-172/+249
| |/ / / / / / / / /
| * | | | | | | | | assigning max_length parameter for Item_param (Bug #3811)unknown2004-05-201-0/+19
| * | | | | | | | | Mergeunknown2004-05-141-3/+8
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | EXPLAIN UNION using same routing which used for execution which allow return ...unknown2004-05-061-3/+8
| | |/ / / / / / /
* | | | | | | | | Merge 4.1 -> 5.0unknown2004-05-071-9/+72
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Portability fixesunknown2004-05-071-0/+23
| |/ / / / / / /
| * | | | | | | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-061-0/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Make Item_param::val_int and Item_param::val_str follow the used convention a...unknown2004-05-051-0/+4
| | |/ / / / / /
| * | | | | | | after merge fixesunknown2004-05-051-1/+1
| * | | | | | | Merge with 4.0.19unknown2004-05-051-0/+3
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |