summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-29/+20
* mergeunknown2004-11-121-33/+38
|\
| * post-review fixesunknown2004-11-121-12/+17
| * Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2004-10-221-22/+22
| |\
| | * errors without code removedunknown2004-10-201-22/+22
* | | Rename: Item::val -> Item::val_real().unknown2004-11-111-75/+75
* | | After merge fixesunknown2004-11-091-1/+1
* | | Merge with 4.1 to get new thd->mem_root handlingunknown2004-11-081-6/+22
|\ \ \
| * | | Simpler arena swapping codeunknown2004-11-081-4/+3
| * | | As it is wrong and confusing to associate anyunknown2004-11-051-2/+19
* | | | After merge fixesunknown2004-11-081-0/+2
* | | | Merge with 4.1 to get in latest bug fixesunknown2004-11-041-16/+98
|\ \ \ \ | |/ / /
| * | | Many files:unknown2004-11-021-12/+93
| * | | A fix according to Monty's request:unknown2004-10-291-1/+2
| * | | Allow to convert to non-Unicode charset when mixing a stringunknown2004-10-291-4/+4
* | | | Fixes after merge with 4.1unknown2004-11-031-1/+2
* | | | merge with 4.1unknown2004-10-291-21/+53
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | An extra "separator" class member was removed from Item_func_concat_ws.unknown2004-10-281-2/+2
| * | A fix (bug #6138: MOD operator should not round non-integral argument).unknown2004-10-211-8/+5
| * | A fix and test case for Bug#5985 ""prepare stmt from "select rand(?)" unknown2004-10-141-8/+26
| * | A small simplification: perform two actions at once, register aunknown2004-10-101-2/+2
| * | Deployment of centralized Item change registry, step 2: Item_ref unknown2004-10-081-3/+5
| * | After merge fixesunknown2004-10-071-0/+2
| * | Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-09-121-2/+3
| |\ \
| | * | Fix for bug #5513: FIND_IN_SET fails if set ends with a commaunknown2004-09-111-2/+3
| * | | BUG#4788 - show create table provides incorrect statement.unknown2004-09-101-0/+12
| |/ /
* | | Merge for Item_equal.unknown2004-10-091-0/+39
|\ \ \ | |_|/ |/| |
| * | Merge rurik.mysql.com:/home/igor/mysql-5.0unknown2004-03-251-5/+37
| |\ \
| * \ \ Manual mergeunknown2004-02-191-11/+31
| |\ \ \
| * | | | Many files:unknown2004-02-181-20/+25
| * | | | Auto Mergeunknown2003-12-231-0/+34
| |\ \ \ \
| | * \ \ \ Mergeunknown2003-12-011-11/+14
| | |\ \ \ \
| | * | | | | This ChangeSet Introdices Item_equal.unknown2003-11-261-0/+34
* | | | | | | Strict mode & better warningsunknown2004-09-281-5/+42
* | | | | | | Yet another manual merge with main tree for patch for WL#1218 "Triggers"unknown2004-09-091-27/+44
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge on pullunknown2004-09-091-27/+44
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge with 4.1unknown2004-09-061-27/+44
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | Allow IN to convert arguments into Unicode in some cases.unknown2004-09-011-4/+8
| | | * | | | | | Fix for bug #4340: find_in_set is case insensitive even on binary operators(f...unknown2004-08-241-21/+34
| | | * | | | | | manually mergedunknown2004-08-181-2/+2
| | | |\ \ \ \ \ \
| | | | * | | | | | BUG#4393, BUG#4356 - incorrect decimals in fix_length_and_dec() in some funct...unknown2004-07-311-2/+2
* | | | | | | | | | Merge of changes from the main tree to tree for WL#1218 "Triggers".unknown2004-09-081-0/+15
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | WL#1218 "Triggers". Some very preliminary version of patch.unknown2004-09-071-0/+15
| |/ / / / / / / /
* | | | | | | | | adding mysql.proc to table list if view contains stored procedures (BUG#5151)unknown2004-09-011-1/+2
* | | | | | | | | fixed case when real length very close to calculated (BUG#5150)unknown2004-08-301-2/+4
* | | | | | | | | fixed printing of stored procedure functions names (BUG#5149)unknown2004-08-301-1/+14
|/ / / / / / / /
* | | | | | | | Merge with 4.1.3-betaunknown2004-07-071-22/+67
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared stat...unknown2004-06-221-0/+9
| * | | | | | | Unused variables removed (many files).unknown2004-06-211-2/+0
| * | | | | | | Post review fixes for "SQL Syntax for Prepared Statements".unknown2004-06-071-7/+7