summaryrefslogtreecommitdiff
path: root/sql/item_func.h
Commit message (Expand)AuthorAgeFilesLines
* Merge bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-06-041-1/+1
|\
| * This changeset is largely a handler cleanup changeset (WL#3281), but includes...unknown2006-06-041-1/+1
| * Added support for key_block_size for key and table level (WL#602)unknown2006-05-031-0/+1
* | Merge mronstrom@bk-internal.mysql.com:/home/bk/mysql-5.1-newunknown2006-05-311-1/+31
|\ \
| * | BUG#18198: Many strange partition functions were allowed, now only strictly a...unknown2006-05-311-31/+31
| * | BUG#18198: Errors due to too much allowed in partition functionsunknown2006-04-081-1/+31
* | | After-merge fixes; some function signatures changed from Item * to Item **.unknown2006-05-151-1/+1
* | | Merge mysql.com:/opt/local/work/mysql-5.0-rootunknown2006-05-151-1/+11
|\ \ \
| * | | Bug#14635: Accept NEW.x as INOUT parameters to stored proceduresunknown2006-05-121-1/+11
| | |/ | |/|
* | | Fixed memory leak in sql_parse.cc (lex_end() was not called)unknown2006-05-041-0/+1
|/ /
* | Bug#16461: connection_id() does not work properly inside triggerunknown2006-04-121-0/+12
|/
* Fixed bug#13575: SP funcs in select with distinct/group and order by canunknown2006-03-101-1/+13
* Merge april.(none):/home/svoj/devel/mysql/merge/mysql-4.1unknown2006-02-071-3/+1
|\
| * Merge april.(none):/home/svoj/devel/mysql/BUG16893/mysql-4.1unknown2006-02-071-3/+0
| |\
| | * BUG#16893: Crash in test 'fulltext_order_by'unknown2006-02-031-3/+0
| * | BUG#14496: Crash or strange results with prepared statement,unknown2006-02-011-1/+1
| |/
* | Patch for WL#2894: Make stored routine variables workunknown2005-12-071-2/+2
* | Addition to fix for bug #12956: cast make differ rounding.unknown2005-11-301-2/+2
* | Merge mysql.com:/home/mysql_src/mysql-4.1-gcaunknown2005-11-101-2/+2
|\ \ | |/
| * Declaring some class members public for BUG#12377:unknown2005-11-101-2/+2
* | Merge mysqldev@production.mysql.com:my/mysql-5.0-releaseunknown2005-09-231-3/+0
|\ \
| * | Fixed problems found by valgrindunknown2005-09-221-3/+0
* | | postmerge fixesunknown2005-09-211-1/+2
* | | Fix bug #12812 create view calling a function works without execute right on ...unknown2005-09-201-1/+5
|/ /
* | func_str.result, null.result:unknown2005-08-261-1/+0
* | Fix cases where SLEEP() calls would get optimized away or cached. (Bug #12689)unknown2005-08-191-0/+6
* | Add SLEEP(seconds) function, which always returns 0 after the givenunknown2005-08-111-0/+11
* | Remove Item_func::NOTLIKE_FUNC and all [dead] code that uses itunknown2005-07-291-1/+1
* | Merge mysql.com:/usr/home/bar/mysql-4.1.b10201unknown2005-07-261-3/+13
|\ \ | |/
| * func_gconcat.result, func_gconcat.test:unknown2005-07-261-3/+13
* | After-merge fixes (4.1 -> 5.0).unknown2005-07-161-2/+4
* | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-07-161-0/+23
|\ \ | |/
| * A fix and a test case for Bug#9359 "Prepared statements take snapshotunknown2005-07-161-0/+23
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-091-1/+1
| |\
* | | Fix for bug #11708 (real function returns wrongly rounded decimal)unknown2005-07-071-0/+1
* | | Name resolution context added (BUG#6443)unknown2005-07-011-28/+48
* | | fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...unknown2005-06-171-13/+26
* | | Post review and additional fix for BUG#10968: Stored procedures: crash if lon...unknown2005-06-101-8/+2
* | | item_func.h:unknown2005-06-021-3/+3
* | | item_func.h:unknown2005-06-021-0/+6
* | | Manual merge of fix for bug #9913 into 5.0 tree.unknown2005-05-091-0/+1
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2005-05-091-0/+1
| |\ \
| | * | Fix for Bug #9913 "udf_deinit is not called after execution of PS"unknown2005-04-301-0/+1
* | | | Merge neptunus.(none):/home/msvensson/mysql/bug10241unknown2005-05-091-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG#10241 cygwin port: invalid pragma interface directivesunknown2005-05-041-1/+1
| |/ /
* | | A lot of fixes to Precision mathunknown2005-05-051-2/+6
* | | Merge with 4.1unknown2005-04-301-6/+3
|\ \ \ | |/ /
| * | CAST(string_argument AS UNSIGNED) didn't work for big integers above the sign...unknown2005-04-291-6/+3
| |/
| * Mergeunknown2005-03-301-1/+2
| |\
| | * fixed union types merging and table related metadata (BUG#8824)unknown2005-03-231-1/+2