mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 09:04:29 +02:00
New attempt after Bar's review
Added api function mysql_get_character_set_info which provides information about the current client character set. include/mysql.h: Added api function mysql_get_character_set_info which provides information about the current client character set. libmysql/libmysql.c: Added api function mysql_get_character_set_info which provides information about the current client character set. libmysql/libmysql.def: Added api function mysql_get_character_set_info which provides information about the current client character set. tests/mysql_client_test.c: Added api function mysql_get_character_set_info which provides information about the current client character set.
This commit is contained in:
parent
de1254ad79
commit
c5e573dabc
4 changed files with 48 additions and 0 deletions
|
|
@ -149,5 +149,6 @@ EXPORTS
|
|||
mysql_server_init
|
||||
mysql_server_end
|
||||
mysql_set_character_set
|
||||
mysql_get_character_set_info
|
||||
get_defaults_files
|
||||
modify_defaults_file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue