mariadb/libmysqld
holyfoot@deer.(none) d8d42948b2 bug #20318 (ctype_ucs2_def test fails with embedded)
there was two problems about charsets in embedded server
1. mysys/charset.c - defined there default_charset_info variable is
modified by both server and client code (particularly when
--default-charset option is handled)
In embedded server we get two codelines modifying one variable.
I created separate default_client_charset_info for client code

2. mysql->charset and mysql->options.charset initialization isn't
properly done for embedded server - necessary calls added
2006-06-19 22:11:01 +05:00
..
examples Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
emb_qcache.cc Fix crash in embedded server due to incorrect storage of results 2005-03-31 19:17:45 -08:00
emb_qcache.h Fix crash in embedded server due to incorrect storage of results 2005-03-31 19:17:45 -08:00
embedded_priv.h Proposed fix for #3744 (embedded server, wrong error message if database is 2004-05-17 12:05:57 +05:00
ha_blackhole.cc Merge mysql.com:/home/mydev/mysql-4.1 2005-12-27 10:36:19 +01:00
lib_sql.cc bug #20318 (ctype_ucs2_def test fails with embedded) 2006-06-19 22:11:01 +05:00
libmysqld.c bug #20318 (ctype_ucs2_def test fails with embedded) 2006-06-19 22:11:01 +05:00
libmysqld.def libmysqld.def, libmysql.def: 2005-01-12 21:04:31 -06:00
libmysqld.rc Adding binary version information for debug/release version of libmysqld.dll 2004-08-25 02:04:45 -03:00
Makefile.am Makefile.am, configure.in: 2005-09-24 15:51:45 +02:00
resource.h Adding binary version information for debug/release version of libmysqld.dll 2004-08-25 02:04:45 -03:00