summaryrefslogtreecommitdiff
path: root/mysys/charset.c
Commit message (Expand)AuthorAgeFilesLines
...
* mbcharlen() is now used instead of ismbhead(). The last one has been removed.unknown2003-04-011-1/+1
* my_strncasecmp() is not used anymore. Use my_strncoll() instead.unknown2003-04-011-2/+0
* Some optimization in CHARSET_INFO:unknown2003-04-011-4/+0
* charset.c:unknown2003-03-281-3/+4
* German Phone book collation is always compiledunknown2003-03-261-1/+4
* SHOW CHARACTER SET now can display commentsunknown2003-03-251-1/+7
* SELECT N'string'unknown2003-03-201-0/+1
* SHOW CREATE TABLE didn't display field names in the proper charsetunknown2003-03-181-0/+2
* mysql-test/t/ctype_many.test:unknown2003-03-171-1/+1
* New function my_charset_same()unknown2003-03-161-0/+4
* system_charset_info has been moved to /sql directoryunknown2003-03-161-1/+0
* set_default_charset() is not used anymoreunknown2003-03-161-37/+0
* Every charset now have its own parser state arraysunknown2003-03-141-1/+63
* Case insensitivrly has been added in charset and collation names.unknown2003-03-131-2/+2
* New fields in CHARSET_INFO structure to optimize searching forunknown2003-03-051-0/+10
* SELECT BINARY expr unknown2003-03-041-2/+4
* Every character set now has binary collationunknown2003-03-041-13/+32
* charset.c:unknown2003-02-201-0/+1
* Fixed a lot of wrong memory references as reported by valgrindunknown2003-02-121-1/+1
* Merge with 4.0.11unknown2003-02-041-0/+4
|\
| * Fixes for Netwareunknown2003-01-281-0/+4
* | New functions in CHARSET_INFO structureunknown2003-01-311-0/+2
* | New CHARSET_INFO function to compare strings regardless to trailing spacesunknown2003-01-311-0/+1
* | Move latin1 into a separarte fileunknown2003-01-291-3/+5
* | Reorganization to restore generating charset C files from conf filesunknown2003-01-291-0/+72
* | New "fill" function in charset_info_st structureunknown2003-01-281-0/+1
* | New scan() function in CHARSET_INFO structure (not used yet) unknown2003-01-171-0/+1
* | Some comments have been addedunknown2003-01-171-4/+18
* | All charsets now have strnxfrm. unknown2003-01-151-0/+1
* | Charset loading has been moved to /string libraryunknown2003-01-141-235/+6
* | Some reorganization to move loading related code to /strings library.unknown2003-01-141-232/+243
* | charset.c:unknown2003-01-081-1/+2
* | New function to search for charset using charset name rather than collation nameunknown2003-01-081-9/+30
* | Enchanced my_once..() functions.unknown2003-01-071-165/+167
* | charset.c:unknown2003-01-071-2/+12
* | charset.c:unknown2003-01-051-2/+0
* | koi8_ru -> koi8_runknown2003-01-051-179/+205
* | charset.c:unknown2003-01-041-3/+3
* | Some changes to separate charset and collation termsunknown2003-01-041-4/+23
* | Charset index is sotred in XML nowunknown2003-01-031-39/+154
* | Preparing to use better string-to-number functions to avoid c_ptr() call,unknown2002-11-271-4/+5
* | move like_range into CHARSET_INFO structureunknown2002-11-151-0/+1
* | removed unused functionunknown2002-11-141-0/+1
* | Preparing to embed string to number conversion functions into charset structureunknown2002-11-131-0/+4
* | For coding convenuence cs->mbmaxlen is now 1 for 8bit charsetsunknown2002-11-111-0/+1
* | New field snprintf() in CHARSET_INFO structureunknown2002-11-101-0/+1
* | Move hash_sort and hash_caseup into CHARSET_INFO for all charsetsunknown2002-10-101-0/+2
* | Some reorganization to use less memory as well as to hide some implementationunknown2002-10-101-35/+41
* | my_sortcmp -> my_strnncollunknown2002-10-091-0/+1
* | Simple charsets now have strncoll() field toounknown2002-10-091-0/+1