summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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
| |/ / / / / / /
* | | | | | | | 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
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265)unknown2004-04-281-0/+12
* | | | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-051-2/+3
|\ \ \ \ \ \ \
| * | | | | | | Fixed crashing bug with alter table when table was in use (Bug #3643)unknown2004-05-051-2/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Fix for remaining issues described in Bug #1664 unknown2004-05-041-1/+33
|/ / / / / /
* | | | | | Fix and testcase for BUG#3367.unknown2004-04-131-0/+2
| |/ / / / |/| | | |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-121-3/+1
|\ \ \ \ \
| * | | | | Added function commentunknown2004-04-121-3/+1
| | |/ / / | |/| | |
* | | | | field->store resuts passing is fixed for REAL and INT for Item_param (BUG3223)unknown2004-04-081-2/+2
|/ / / /
* | | | mergedunknown2004-04-071-1/+1
|\ \ \ \
| * | | | ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_...unknown2004-04-061-1/+1
| | |/ / | |/| |
* | | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1unknown2004-04-071-1/+0
|\ \ \ \ | |/ / /
| * | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-04-051-1/+0
| |\ \ \
| | * | | Fixed many compiler warningsunknown2004-04-051-1/+0
| | | |/ | | |/|
* | | | for Item_param we have to have value set instead of fave item fixed (BUG#3353)unknown2004-04-031-4/+4
|/ / /
* | | removed unused fieldunknown2004-04-011-2/+7
* | | Merge of fix for bug #2050 and bug #3307unknown2004-03-311-3/+23
|\ \ \ | |/ / |/| |
| * | Fix for Bug #3307 "FLUSH TABLES sometimes breaks prepared statement unknown2004-03-311-3/+22