summaryrefslogtreecommitdiff
path: root/mysys/charset.c
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/usr/home/bar/mysql-4.1unknown2005-10-201-12/+19
|\
| * charset.c:unknown2005-10-201-12/+19
* | Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1unknown2005-08-261-1/+0
|\ \
| * | Remove function that was accidently added backunknown2005-08-251-19/+0
| * | Mergeunknown2005-08-231-0/+19
| |\ \ | | |/ | |/|
| | * No C++ style comments in C source!unknown2005-08-171-1/+1
| * | Bug#11338 Fixes from review (identical functionality).unknown2005-08-191-18/+0
| |/
| * BUG#11338 (logging of prepared statement w/ blob type)unknown2005-08-171-0/+18
* | Merge xiphis.org:/usr/home/antony/work2/mysql-4.1unknown2005-08-111-0/+26
|\ \ | |/
| * Bug#5439 : mysql_server_init() crashes if ShiftJIS path is passedunknown2005-08-081-0/+26
* | Cleanups during review of new codeunknown2005-07-281-1/+2
* | Merge mysql.com:/usr/home/bar/mysql-4.1unknown2005-07-261-16/+18
|\ \ | |/
| * charset.c:unknown2005-07-251-16/+18
* | Add documentation to the escape_*() functions in mysys.unknown2005-07-051-16/+52
* | Make status of NO_BACKSLASH_ESCAPES mode known to the client sounknown2005-06-231-0/+64
* | a fix (bug #10650: Bit literal case sensitivity).unknown2005-06-161-1/+1
* | A fix (bug #9756: mysql client failing on dumps containing certain \ sequences).unknown2005-04-261-7/+7
* | Field::quote_data():unknown2005-03-171-27/+48
|/
* Bug#8349 myisamchk: --set-charset does not workunknown2005-02-221-1/+1
* ctype_latin1.result, ctype_latin1.test, charset.c:unknown2005-02-221-1/+1
* A way not to compile UCA collationsunknown2005-02-181-1/+1
* Only escape the first character in a sequence of bytes that appears to beunknown2005-02-151-9/+6
* When escaping a string in a multi-byte character set, escape all bytes ofunknown2005-02-091-0/+20
* Bug #6737: REGEXP gives wrong result with case sensitive collation:unknown2004-11-221-0/+11
* Critical fixes after review:unknown2004-06-161-1/+1
* Move UCA language specific definitions into ctype-ucs.c.unknown2004-06-111-143/+0
* charset.c:unknown2004-06-111-44/+15
* Initialize max_sort_char only if a character set is requested.unknown2004-06-111-23/+0
* Allocate memory when a character set is requested:unknown2004-06-111-548/+14
* Optimization to use less memory.unknown2004-06-101-5/+19
* charset.c:unknown2004-06-091-1/+2
* WL#916: Unicode collations for some languagesunknown2004-06-081-30/+180
* charset.c:unknown2004-06-041-1/+1
* Unicode collations: WL#916unknown2004-06-031-6/+496
* Preparation for user-defined Unicode collations:unknown2004-05-251-1/+2
* Support for character set conversion in binary protocol: another gounknown2004-05-251-0/+58
* Renamed MY_LEX_COLON to MY_LEX_SEMICOLON (at Serg's request)unknown2004-04-281-1/+1
* Fixed results for previous patchunknown2004-04-271-1/+1
* 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