summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* Rename: Item::val -> Item::val_real().konstantin@mysql.com2004-11-111-2/+2
* merge with 4.1monty@mysql.com2004-10-291-20/+2
|\
| * An extra "separator" class member was removed from Item_func_concat_ws.bar@mysql.com2004-10-281-19/+1
| * Deployment of centralized Item change registry, step 2: Item_ref konstantin@mysql.com2004-10-081-2/+2
* | Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-5.0bell@sanja.is.com.ua2004-10-221-1/+1
|\ \
| * | fixed printing of substring_index (BUG#5911)bell@sanja.is.com.ua2004-10-211-1/+1
* | | Merge for Item_equal.igor@rurik.mysql.com2004-10-091-0/+8
|\ \ \ | |/ / |/| |
| * | Manual mergeigor@rurik.mysql.com2004-02-191-15/+4
| |\ \
| * | | Many files:igor@rurik.mysql.com2004-02-181-3/+3
| * | | Auto Mergeigor@rurik.mysql.com2003-12-231-0/+8
| |\ \ \
| | * | | This ChangeSet Introdices Item_equal.igor@rurik.mysql.com2003-11-261-0/+8
* | | | | fixed & added comments (according to Igor's review and a bit more)bell@sanja.is.com.ua2004-10-071-1/+1
* | | | | updateability of field with collation support (BUG#5506)bell@sanja.is.com.ua2004-09-161-0/+5
* | | | | fixed open_and_lock_tables result processing (all open_and_lock_tables revision)bell@sanja.is.com.ua2004-08-311-1/+1
| |_|_|/ |/| | |
* | | | in 4.1 DATABASE() may be NULLserg@serg.mylan2004-07-161-2/+3
* | | | DBUG_ASSERT(fixed == 1); added to val*bell@sanja.is.com.ua2004-03-181-0/+1
* | | | DBUG_ASSERT(fixed == 0) added to fix_fields()bell@sanja.is.com.ua2004-03-171-0/+2
* | | | UNHEX() functionserg@serg.mylan2004-03-041-10/+25
* | | | fix CHARSET(UUID())serg@serg.mylan2004-02-271-1/+4
* | | | my_gethwaddr() for linux/freebsdserg@serg.mylan2004-02-271-6/+16
| |_|/ |/| |
* | | Bug 2701: Function CHARSET() inconsistencybar@bar.intranet.mysql.r18.ru2004-02-111-12/+2
* | | Problem fix:bar@bar.intranet.mysql.r18.ru2004-02-061-1/+2
* | | Fix for prepared statementshf@deer.(none)2003-12-301-2/+0
|/ /
* | Merge with 4.0.17monty@mysql.com2003-12-171-2/+2
|\ \ | |/ |/|
| * Fix for bug#1944 'Function RPad() sometimes produce unexpected result'gluh@gluh.mysql.r18.ru2003-12-041-2/+2
* | Mergemonty@narttu.mysql.fi2003-11-031-2/+2
|\ \
| * | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...monty@narttu.mysql.fi2003-11-031-2/+2
* | | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...bell@sanja.is.com.ua2003-10-301-3/+8
* | | fixed printability of Items (all items except subselects)bell@laptop.sanja.is.com.ua2003-10-121-2/+7
|/ /
* | Merge bk-internal:/home/bk/mysql-4.1/serg@serg.mylan2003-09-031-8/+23
|\ \
| * \ merge commit, hope that none of bar and dlenev changes werekostja@oak.local2003-09-031-8/+23
| |\ \
| | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootkostja@oak.local2003-08-071-8/+23
| | |\ \
| | | * \ Merge oak.local:/home/kostja/mysql/mysql-4.1-rootkostja@oak.local2003-07-171-8/+23
| | | |\ \
| | | | * | Preliminary support for options --secure-auth, kostja@oak.local2003-07-081-1/+1
| | | | * | Bug fixes for authenticationkostja@oak.local2003-07-041-1/+2
| | | | * | First version of new authentification procedure: now authentification is one-...kostja@oak.local2003-07-011-8/+22
* | | | | | mergedserg@serg.mylan2003-09-031-1/+48
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | use crc32() from bundled zlib if system zlib is unavailableserg@serg.mylan2003-08-211-20/+20
| * | | | | fixed a crash on COMPRESS() and other zlib-dependent functions when compiled ...serg@serg.mylan2003-08-211-1/+48
| |/ / / /
* | | | | mergebell@sanja.is.com.ua2003-08-111-14/+12
|\ \ \ \ \ | |/ / / /
| * | | | Old style charset() and set_charset() were removed.bar@bar.mysql.r18.ru2003-08-051-14/+12
| |/ / /
* | | | mergebell@sanja.is.com.ua2003-07-161-17/+1
|\ \ \ \ | |/ / /
| * | | ELT passes the first argument in args[0] instead of having a separate Item.bar@bar.mysql.r18.ru2003-07-151-17/+1
| |/ /
* | | Item tree iteratorbell@sanja.is.com.ua2003-07-021-0/+16
* | | after review changes (SCRUM)bell@sanja.is.com.ua2003-07-021-15/+0
|/ /
* | LOCATE(), INSTR(), POSITION(), FIND_IN_SET(), SUBSTRING_INDEX()bar@bar.mysql.r18.ru2003-06-251-1/+1
* | New class DTCollation (SQL:2003 calls it "declared type collation")bar@bar.mysql.r18.ru2003-06-241-5/+5
* | These functions now return a result of proper collation:bar@bar.mysql.r18.ru2003-06-191-3/+16
* | LOAD_FILE() is now COERCIBLEbar@bar.mysql.r18.ru2003-06-101-2/+2
* | Some more functions work according to coercibility now:bar@bar.mysql.r18.ru2003-06-101-1/+5