1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-12 01:53:02 +03:00

Fix a problem in windows build introduced a few csets ago (in

"Merge Monty's fixes from main into release branch" .. cset):
- mysql_get_server_name() is a new client API function and so should
  be exported from libmysql[d].

libmysql/libmysql.def:
  mysql_get_server_name() is a new client API function and so should
  be exported from libmysql[d].
libmysqld/libmysqld.def:
  mysql_get_server_name() is a new client API function and so should
  be exported from libmysql[d].
This commit is contained in:
Sergey Petrunya
2009-10-05 02:22:57 +04:00
parent d1ad1bdc0f
commit a9e0f792f5
2 changed files with 2 additions and 0 deletions

View File

@ -151,3 +151,4 @@ EXPORTS
mysql_get_character_set_info
get_defaults_options
modify_defaults_file
mysql_get_server_name