summaryrefslogtreecommitdiff
path: root/mysys/charset.c
Commit message (Expand)AuthorAgeFilesLines
* Backport WL#3653 to 5.1 to enable bundled innodb plugin.Vladislav Vaintroub2009-06-101-1/+1
* Bug#42649 THR_LOCK_charset global mutex abused by InnoDBAlexander Barkov2009-04-071-15/+26
* Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
|\
| * Merge mysql.com:/home/svoj/devel/mysql/BUG31159/mysql-4.1-enginesunknown2007-10-241-0/+40
| |\
| | * BUG#31159 - fulltext search on ucs2 column crashes serverunknown2007-10-241-0/+40
* | | Bug#41084 full-text index added to custom UCA collation not workingAlexander Barkov2009-02-021-2/+2
* | | Fix for server bug experienced in Maria (wrong "Truncated incorrect <var_name>unknown2008-02-181-6/+6
* | | Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1unknown2007-08-041-4/+4
|\ \ \
| * | | Slow query log to file now displays queries with microsecond precissionunknown2007-07-301-4/+4
* | | | Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b28875unknown2007-08-031-0/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bug#28875 Conversion between ASCII and LATIN1 charsets does not functionunknown2007-08-031-0/+3
* | | Patch for the following bugs:unknown2007-06-281-7/+7
* | | Merge maint1.mysql.com:/data/localhome/tsmith/bk/maint/50unknown2007-06-211-11/+25
|\ \ \ | |/ /
| * | Bug#28916 LDML doesn't work for utf8unknown2007-06-071-11/+25
* | | This the 4-th patch in scope of CS patch (BUG#11986).unknown2007-06-141-0/+64
* | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-10/+10
|/ /
* | Fix for unknown2007-04-161-4/+4
* | Many files:unknown2006-12-231-2/+1
* | Merge siva.hindu.god:/usr/home/tim/m/bk/tmp/41unknown2006-09-141-6/+9
|\ \ | |/
| * Bug #4053: too many of "error 1236: 'binlog truncated in the middle of event'...unknown2006-09-141-6/+9
* | 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