summaryrefslogtreecommitdiff
path: root/mysys/charset.c
Commit message (Expand)AuthorAgeFilesLines
* BTREE-indexes in HEAP tables can now be used to optimize ORDER BYunknown2004-03-251-10/+17
* min_sort_char was added, for the future UCA implementation.unknown2004-03-191-1/+1
* Added SQL_SELECT::cleanup() to make it easier to reuse SQL_SELECT item's for ...unknown2004-02-051-2/+0
* mergeunknown2004-01-201-5/+11
|\
| * UCS-2 aligning 0xAA -> 0x00AAunknown2004-01-191-1/+3
| * charset.c:unknown2004-01-151-4/+7
| * charset.c:unknown2004-01-121-1/+1
* | Code cleanupunknown2004-01-191-6/+7
|/
* charset.c:unknown2003-12-241-1/+1
* Fixes after merge with 4.0unknown2003-12-191-25/+51
* fix for my_mbcharlen(charset, c) to return 1 for single-byte charactersunknown2003-12-061-1/+1
* Move init_compiled_charsets to own fileunknown2003-10-061-88/+13
* charset.c:unknown2003-09-231-0/+14
* Bug 1350 fixunknown2003-09-221-34/+34
* Fixed that multibyte charsets didn't honor multibyteunknown2003-09-191-1/+1
* Charset number is now stored into error.sys by comp_err and loaded by mysqld.unknown2003-09-171-16/+23
* bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => sy...unknown2003-07-201-3/+2
* Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s...unknown2003-06-141-4/+8
* --with-charset was not up to dateunknown2003-05-261-6/+6
* BINARY collations for every character setunknown2003-05-231-1/+12
* CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-34/+4
* charset.c:unknown2003-05-231-1/+2
* Variables were rename, binary collation names were addedunknown2003-05-221-48/+15
* Some SHOW VARIABLES have been renamed:unknown2003-05-211-3/+1
* "character_sets" has been removed from SHOW VARIABLES. Use SHOW CHARACTER SET...unknown2003-05-211-67/+0
* 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