summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.h
Commit message (Expand)AuthorAgeFilesLines
* fixed cyclic reference bugunknown2002-11-141-0/+21
* USER(), DATABASE() and CHARSET() functions are now UCS2 compatibleunknown2002-11-111-3/+12
* Use item->set_charset() instead of item->str_value.set_charset()unknown2002-10-301-2/+2
* BINARY charset is now used instead of binary_flagunknown2002-10-251-3/+11
* Merge with 4.0.4unknown2002-10-021-35/+251
|\
| * merge with workunknown2002-10-021-4/+1
| |\
| | * Fixed that:unknown2002-09-131-4/+1
| * | Merge with 4.0.3unknown2002-08-301-35/+254
| |\ \ | | |/
| | * Fix that this didn't work as far as sorting for ORDER BY was removed by optim...unknown2002-08-261-0/+1
| | * Adding a necessary functionality to ::store and ::save_in_fieldunknown2002-08-241-2/+2
| | * Stupid bug fixes in sql_yacc.ccunknown2002-08-221-4/+18
| | * Merge sanja.is.com.ua:/home/bell/mysql/mysql-4.1unknown2002-07-011-7/+9
| | |\
| | | * subselect in having clauseunknown2002-07-011-7/+9
| | * | This now correctly substitutes charset to new table:unknown2002-06-261-2/+2
| | * | Several problems were fixed (mostly BLOB+charset related)unknown2002-06-261-1/+3
| | |/
| | * New CHARSET() functionunknown2002-06-201-0/+12
| | * mergeunknown2002-05-261-4/+6
| | |\
| | | * Now string values are created and filled with charset fieldunknown2002-05-171-1/+1
| | * | simple subselects ported to new select_lex structuresunknown2002-05-121-1/+3
| | |/
| | * Now this syntax works too: CONVERT(string,charset_to,charset_from)unknown2002-03-291-0/+10
| | * Charset convertion operator CONVERT( string USING charset)unknown2002-03-291-0/+13
| | * Added GIS extensionunknown2002-02-221-0/+193
* | | merge with 3.23.53 (only code cleanup and new test case)unknown2002-09-181-1/+5
|\ \ \ | |/ / |/| |
| * | Fixed bug with BINARY NULLunknown2002-09-181-1/+6
* | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0unknown2002-08-091-0/+9
|\ \ \
| * | | QUOTE() func changes according to monty's suggestionsunknown2002-08-091-1/+1
| * | | new QUOTE() fuction has been addedunknown2002-08-081-0/+9
* | | | Added nety_retry_count as a changeable variableunknown2002-08-081-10/+1
|/ / /
* | | Lots of code fixes to the replication code (especially the binary logging and...unknown2002-08-081-3/+9
* | | Removed wrong implementation of CUBE/ROLLUPunknown2002-07-241-26/+26
* | | OLAP functionality plus some small bug fixesunknown2002-07-201-0/+26
* | | This changeset is mostly new version of previous commit modified according unknown2002-06-111-0/+28
| |/ |/|
* | Add support for NULL=NULL in keys (Used in GROUP BY optimization)unknown2002-01-161-1/+2
* | Code that had to be changed so that CREATE ... SELECT ... always unknown2001-12-291-0/+5
* | Added FLUSH DES_KEY_FILE.unknown2001-12-131-0/+13
* | Fixed sleep time in mysql-test-rununknown2001-12-131-3/+2
* | des_encrypt()/des_decrypt() are now ASCII protected and pass testsuiteunknown2001-11-261-2/+2
* | des_encrypt()/des_decrypt() work much better nowunknown2001-11-091-0/+4
* | des_encrypt(), des_decrypt() functions added. Not finally ready yet, so I wil...unknown2001-11-061-0/+20
* | get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft...unknown2001-09-251-3/+3
|/
* sql/item_strfunc.ccunknown2000-11-061-1/+7
* Import changesetunknown2000-07-311-0/+429