summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for BUG#4488: first portion: sign aware '<' and '>' comparisons.unknown2004-08-111-2/+4
* unused field removedunknown2004-06-281-6/+0
* correct eq() method for Item_param (BUG#4233)unknown2004-06-261-0/+2
* type of parameter assignment for parameters from variables added (BUG#4280)unknown2004-06-251-10/+10
* after merge fixunknown2004-06-221-1/+4
|\
| * a fix (Bug #4102 Crash with a DBUG window after a request)unknown2004-06-161-1/+4
* | Fix for bug#4105 "Server crash on attempt to prepare a statement with unknown2004-06-181-1/+2
* | after review fix (BUG#4067)unknown2004-06-171-0/+1
* | new length detection for non-string in UNION (BUG#4067)unknown2004-06-161-0/+1
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-091-1/+12
|\
| * Proposed fix for Bug#4026 "Microseconds part of TIME/DATETIME types unknown2004-06-091-1/+12
* | Post review fixes for "SQL Syntax for Prepared Statements".unknown2004-06-071-0/+1
* | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-011-1/+1
|\ \ | |/ |/|
| * Manually merged, requirees more mergingunknown2004-05-251-21/+51
| |\
| * | WL#1622 "SQL Syntax for Prepared Statements": Post-review fixes (1 of 2)unknown2004-05-211-2/+1
| * | Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-071-0/+1
| |\ \
| | * \ Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-05-061-0/+1
| | |\ \
| | | * \ Manual merge for WL#1622 code, will need fixesunknown2004-05-051-0/+1
| | | |\ \
| | | | * \ Mergedunknown2004-04-131-0/+1
| | | | |\ \
| | | | | * \ Post-merge fixesunknown2004-04-051-0/+1
| | | | | |\ \
| | | | | | * | Many files:unknown2004-04-051-0/+1
* | | | | | | | Fix for Bug#3796 "Prepared statement, select concat(<parameter>,<column>), wr...unknown2004-05-311-0/+39
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Support for character set conversion in binary protocol: another gounknown2004-05-251-21/+51
|/ / / / / /
* | | | | | Portability fixesunknown2004-05-071-7/+2
|/ / / / /
* | | | | Make Item_param::val_int and Item_param::val_str follow the used convention a...unknown2004-05-051-0/+1
|/ / / /
* | | | Fix for remaining issues described in Bug #1664 unknown2004-05-041-1/+1
|/ / /
* | | Added function commentunknown2004-04-121-0/+1
|/ /
* | Merge of fix for bug #2050 and bug #3307unknown2004-03-311-0/+27
|\ \ | |/ |/|
| * Fix for Bug #3307 "FLUSH TABLES sometimes breaks prepared statement unknown2004-03-311-2/+24
| * "Fix" for BUG #2050 "10 to 1 performance drop with server 4.1.1".unknown2004-03-281-0/+5
* | Cleanups & safety fixesunknown2004-03-251-3/+8
|/
* after review changesunknown2004-03-201-24/+33
* fixed signed numeric literal parsing unknown2004-03-181-7/+19
* mergeunknown2004-03-181-27/+66
|\
| * DBUG_ASSERT(fixed == 1); added to val*unknown2004-03-181-16/+46
| * DBUG_ASSERT(fixed == 0) added to fix_fields()unknown2004-03-171-8/+23
* | mergeunknown2004-03-171-8/+4
|\ \ | |/ |/|
| * Code cleanup:unknown2004-03-171-8/+2
| * Fix for the bug #3118: Subquery and order byunknown2004-03-161-2/+4
* | Fixes for bugs #2274 "mysqld gets SIGSEGV during processing of malformed unknown2004-03-151-15/+9
|/
* Bug #2959 UTF8 charset breaks joins with mixed column/string constantunknown2004-03-031-1/+2
* Desperate attempt to push part of prepared statements cleanup which was unknown2004-03-021-2/+2
* - removed extraneous Item_ident:: to fix a compile error on HP-UXunknown2004-02-271-1/+1
* after review fixunknown2004-02-201-2/+2
* mergeunknown2004-02-141-1/+1
|\
| * Merge bk-internal:/home/bk/mysql-4.1/unknown2004-02-131-1/+1
| |\
| | * my_atof is deletedunknown2004-02-131-1/+1
* | | memory leacks in PS with subqueries fixed (adddition to fix of BUG#2462)unknown2004-02-121-2/+11
* | | fixed subquery with PS (BUG#2462)unknown2004-02-081-1/+11
|/ /
* | Indexes can be used for optimization if the operationunknown2004-02-021-0/+1
|/