summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-09-091-4/+11
|\
| * Fix for BUG#12637: Make SPs+user variables replication work:unknown2005-09-071-4/+11
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/work-4.1unknown2005-09-061-0/+5
|\ \ | |/ |/|
| * Bug #6172 RAND(a) should only accept constant values as arguments(2nd version)unknown2005-09-061-0/+5
* | Implement WL#2661 "Prepared Statements: Dynamic SQL in Stored Procedures".unknown2005-09-031-8/+8
* | Rename:unknown2005-09-021-2/+2
* | fix for bug #12841unknown2005-08-291-4/+9
* | func_str.result, null.result:unknown2005-08-261-25/+23
* | Fix for BUG#12335 (SP replication) : New binlogging strategy for stored PROCE...unknown2005-08-251-2/+6
* | Fix minor typo in handling of error conditions and return of SLEEP().unknown2005-08-171-2/+2
* | Fix SLEEP() to be interruptable. (Bug #12582)unknown2005-08-161-2/+28
* | Save and clear run context before executing a stored function or trigger and ...unknown2005-08-151-38/+14
* | Add SLEEP(seconds) function, which always returns 0 after the givenunknown2005-08-111-0/+11
* | Manual mergeunknown2005-08-031-3/+3
|\ \
| * | Added Non-prelocked SP execution: Now a PROCEDURE doesn't enter/leave prelock...unknown2005-07-301-3/+3
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-08-011-22/+2
|\ \ \ | | |/ | |/|
| * | Merge mysql.com:/home/jimw/my/mysql-4.1-11402unknown2005-08-011-3/+0
| |\ \
| | * | Fix multiplication of abs() by a negative value. (Bug #11402)unknown2005-06-221-3/+0
| * | | Merge mysql.com:/home/jimw/my/mysql-4.1-10724unknown2005-08-011-20/+2
| |\ \ \
| | * | | Don't force column header to @@session.var_name if @@local.var_nameunknown2005-07-251-20/+2
* | | | | Merge mysql.com:/usr/home/bar/mysql-4.1.b10201unknown2005-07-261-168/+0
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | func_gconcat.result, func_gconcat.test:unknown2005-07-261-162/+0
| |/ /
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanunknown2005-07-191-2/+3
|\ \ \ | |/ /
| * | Simple fixes during review of new codeunknown2005-07-191-2/+3
* | | After-merge fixes (4.1 -> 5.0).unknown2005-07-161-1/+1
* | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-07-161-30/+38
|\ \ \ | |/ /
| * | A fix and a test case for Bug#9359 "Prepared statements take snapshotunknown2005-07-161-30/+38
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-141-5/+5
|\ \ \
| * | | Get rid of checking for ETIME return value of pthread_cond_timedwait.unknown2005-07-141-5/+5
* | | | Merge mysql.com:/opt/local/work/mysql-4.1-rootunknown2005-07-141-0/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge mysql.com:/home/psergey/mysql-4.1-build-treeunknown2005-07-141-0/+3
| |\ \
| | * | Fix for BUG#11869: In Item_func_match::fix_index() handle the case when there...unknown2005-07-141-0/+3
| | |/
* | | Merge mysql.com:/opt/local/work/mysql-4.1-9379unknown2005-07-131-1/+14
|\ \ \ | |/ /
| * | A fix and a test case for Bug#9379 (collation of a parameter marker is unknown2005-07-131-1/+14
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2005-07-091-0/+1
|\ \
| * | Enable support of access to tables from triggers. Thus fix bug #8406 "Triggersunknown2005-07-091-0/+1
* | | Fix for bug #11708 (real function returns wrongly rounded decimal)unknown2005-07-071-0/+11
* | | manual mergeunknown2005-07-041-11/+12
|\ \ \
| * | | Fixes during review of new codeunknown2005-07-041-11/+12
* | | | Name resolution context added (BUG#6443)unknown2005-07-011-23/+24
|/ / /
* | | removed unneed lineunknown2005-06-231-1/+0
* | | fixed environment restoring in case of error during SP function execution (BU...unknown2005-06-231-14/+15
* | | fixed view fields names check and generation (changed after Trudy review: und...unknown2005-06-211-1/+1
* | | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0unknown2005-06-171-1/+9
|\ \ \
| * | | fixed printing of sum(distinct ) & avg(distinct ) & cast(... as decimal) (BU...unknown2005-06-171-1/+9
| |/ /
* | | Merge bk-internal:/home/bk/mysql-5.0unknown2005-06-151-1/+1
|\ \ \ | |/ / |/| |
| * | renamed:unknown2005-06-151-1/+1
* | | Fix for bug #10337 (cast(NULL DECIMAL) crashes the server)unknown2005-06-151-1/+8
* | | a fix (#11235: Expression with IFNULL yields 18 where 1 is correct).unknown2005-06-141-2/+2
|/ /
* | Post-merge fix.unknown2005-06-101-0/+1