summaryrefslogtreecommitdiff
path: root/sql/item_strfunc.cc
Commit message (Expand)AuthorAgeFilesLines
* BINARY charset is now used instead of binary_flagunknown2002-10-251-18/+20
* Update after last merge. Fixes some wrong test results.unknown2002-10-031-2/+3
* Merge with 4.0.4unknown2002-10-021-34/+596
|\
| * merge with workunknown2002-10-021-3/+5
| |\
| | * Fixed that:unknown2002-09-131-3/+5
| * | Fixes and code cleanups after merge with 4.0.3unknown2002-10-021-3/+1
| * | Merge with 4.0.3unknown2002-08-301-34/+596
| |\ \ | | |/
| | * Fix that this didn't work as far as sorting for ORDER BY was removed by optim...unknown2002-08-261-0/+20
| | * Adding a necessary functionality to ::store and ::save_in_fieldunknown2002-08-241-2/+2
| | * Stupid bug fixes in sql_yacc.ccunknown2002-08-221-0/+29
| | * subselect clean upunknown2002-07-011-1/+1
| | * Fixunknown2002-06-271-0/+1
| | * SELECT DISTINCT CONVERT(field USING charset) now works properlyunknown2002-06-261-0/+1
| | * Several problems were fixed (mostly BLOB+charset related)unknown2002-06-261-10/+28
| | * New CHARSET() functionunknown2002-06-201-0/+13
| | * SELECT left(non_default_charset_field,n) GROUP BY 1unknown2002-06-201-0/+1
| | * Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1unknown2002-06-041-58/+58
| | |\
| | | * merge with 4.0unknown2002-06-031-1/+1
| | | |\
| | | * | Extension of .frm file (not yet ready for push)unknown2002-06-021-57/+57
| | * | | Changed 003F -> 0000 for undefinite characters in charset.confunknown2002-06-021-2/+2
| | |/ /
| | * | Now string values are created and filled with charset fieldunknown2002-05-171-10/+10
| | * | Fix for AsText() spatial functionunknown2002-04-181-4/+8
| | * | mergeunknown2002-04-131-25/+498
| | |\ \
| | | * | item_strfunc.cc:unknown2002-03-291-4/+4
| | | * | Now this syntax works too: CONVERT(string,charset_to,charset_from)unknown2002-03-291-0/+73
| | | * | Charset convertion operator CONVERT( string USING charset)unknown2002-03-291-0/+67
| | | * | Configure.in/Makefile.in charset related things are now earier to maintainunknown2002-03-191-16/+16
| | | * | use String->charset instead of default_charset_infounknown2002-03-141-17/+20
| | | * | New ctype functions/macros to support many charsets at a timeunknown2002-03-121-8/+8
| | | * | Added GIS extensionunknown2002-02-221-0/+330
* | | | | fixed so that --ssl and --skip-ssl works with the MySQL clients.unknown2002-09-171-19/+25
* | | | | Updated VC++ dsp files from windows build machineunknown2002-08-291-1/+1
|/ / / /
* | | | Changed IF(expr, column, NULL) to take type from columnunknown2002-08-121-22/+71
* | | | QUOTE() code cleanupunknown2002-08-101-6/+6
* | | | added NULLs check to the QUOTE() functionunknown2002-08-091-4/+8
* | | | QUOTE() func changes according to monty's suggestionsunknown2002-08-091-34/+19
* | | | new QUOTE() fuction has been addedunknown2002-08-081-0/+53
* | | | New SET syntax & system variables.unknown2002-07-231-9/+16
* | | | Minor compilation fixunknown2002-06-221-1/+1
* | | | Made keyread (key scanning) a key specific attribute.unknown2002-06-191-15/+16
* | | | Mergeunknown2002-06-141-0/+108
|\ \ \ \
| * | | | This is just code style/minor optimizations cleanup changesetunknown2002-06-141-24/+21
| * | | | This changeset is mostly new version of previous commit modified according unknown2002-06-111-0/+111
| | |_|/ | |/| |
* | | | Added the following new privleges:unknown2002-06-121-1/+1
* | | | Big code cleanup/review before 4.0.2 release.unknown2002-06-111-4/+3
|/ / /
* | | mergeunknown2002-05-191-1/+1
|\ \ \ | |/ / |/| |
| * | Fix bug in CONCAT_WS()unknown2002-05-171-1/+1
* | | Fix for INET_NTOA(N) when N >= 2^32unknown2002-04-061-10/+9
* | | Mergeunknown2002-04-021-7/+10
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed help typos in mysql.ccunknown2002-04-021-7/+10