summaryrefslogtreecommitdiff
path: root/sql/item_create.cc
Commit message (Expand)AuthorAgeFilesLines
* innobase/include/univ.iunknown2005-01-261-2/+3
* fixes/cleanups according to Coverity reportunknown2005-01-241-8/+5
* A fix according to Monty's request:unknown2004-10-291-1/+4
* Fix for bug #4508 "CONVERT_TZ() function with new time zone as param crashes ...unknown2004-08-101-5/+0
* Fixed BUG#3486: FOUND_ROWS() fails inside stored procedure [and prepared stat...unknown2004-06-221-1/+1
* WL#1264 "Per-thread time zone support infrastructure".unknown2004-06-181-0/+5
* Allocate memory when a character set is requested:unknown2004-06-111-1/+1
* Merge bk-internal:/home/bk/mysql-4.1/unknown2004-03-051-0/+5
|\
| * UNHEX() functionunknown2004-03-041-0/+5
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-041-0/+1
|\ \ | |/ |/|
| * Optimized GIS functionsunknown2004-03-041-0/+1
* | my_gethwaddr() for linux/freebsdunknown2004-02-271-3/+8
|/
* SCRUM:unknown2004-01-151-0/+2
* THD::lex now points to THD::main_lex like in 5.0unknown2003-12-191-7/+7
* changed name of bit on more descriptive (after rewie change)unknown2003-11-181-5/+5
* fixed using 'uncachable' tag and RAND_TABLE_BIT settingunknown2003-11-171-5/+5
* WL#1253: LAST_DAYunknown2003-11-171-0/+5
* Mergeunknown2003-11-031-1/+2
|\
| * Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-031-1/+2
* | amall fixunknown2003-10-311-1/+1
* | added code covarage for functions convert(), nullif(), crc32(), is_used_lock(...unknown2003-10-301-1/+1
|/
* Scrum task 835 - text-to-datetime conversion functionunknown2003-10-201-0/+5
* Merge bk-internal:/home/bk/mysql-4.1/unknown2003-09-031-12/+0
|\
| * merge commit, hope that none of bar and dlenev changes wereunknown2003-09-031-12/+0
| |\
| | * manual mergeunknown2003-07-311-12/+0
| | |\
| | | * resolved conflict with pulled changesetunknown2003-07-091-12/+0
| | | |\
| | | | * Bug fixes for authenticationunknown2003-07-041-12/+0
* | | | | mergedunknown2003-09-031-17/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fixed a crash on COMPRESS() and other zlib-dependent functions when compiled ...unknown2003-08-211-17/+4
| |/ / /
* | | | CAST(expr AS CHAR(10)) is now working unknown2003-08-211-5/+5
|/ / /
* | | Merge bk-internal:/home/bk/mysql-4.1/unknown2003-07-141-1/+1
|\ \ \ | |/ / |/| |
| * | renamed enum Item_cast as it's not a 'class Item' childunknown2003-07-061-1/+1
| |/
* | SAPDB date/time finctionsunknown2003-07-081-2/+2
* | Merge gluh@gw:/home/bk/mysql-4.1unknown2003-07-081-0/+35
|\ \ | |/ |/|
| * Merge gluh@gw:/home/bk/mysql-4.1unknown2003-06-231-0/+35
| |\
| | * Internal commitunknown2003-06-231-0/+35
* | | New class DTCollation (SQL:2003 calls it "declared type collation")unknown2003-06-241-1/+1
|/ /
* | Renamed xxx_as_text() and xxx__from_text().unknown2003-06-201-1/+1
* | Added AsWKT() alias for AsText().unknown2003-06-201-1/+1
* | SPACE() is now ucs2 compatibleunknown2003-06-031-1/+14
* | LTRIM, RTRIM and TRIM now honors coercibilityunknown2003-06-031-2/+2
* | MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ...unknown2003-06-031-1/+1
|/
* manual types casting to satisfy gcc 3.2.1 compilerunknown2003-05-281-2/+2
* CAST(expr AS char) now supports character set with conversion:unknown2003-05-281-2/+5
* USER, DATABASE and VERSION functions returns now IMPLICIT coercibilityunknown2003-05-221-1/+1
* Merge with 4.0.13unknown2003-05-191-1/+1
|\
| * CURRENT_USER() and "access denied" error messages now report hostname exactly...unknown2003-04-291-1/+1
* | Proper replication of CONNECTION_ID() and 4.1 PASSWORD() (bugs 177 and 344),unknown2003-05-131-2/+6
* | small compress/uncompress modification after monty's reviewunknown2003-04-221-1/+7
* | Mergeunknown2003-04-101-0/+20
|\ \