diff options
author | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-08-19 15:15:36 +0500 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/deer.(none)> | 2006-08-19 15:15:36 +0500 |
commit | 22f6e6518ce1dd95386971197f9884e4c7e55c55 (patch) | |
tree | 9a966817a5acee27b31ebfd4328e98e9c8a8f0b4 /libmysqld/libmysqld.def | |
parent | b2cfa703f4799e68bc41dd651e30d4057b5c7076 (diff) | |
download | mariadb-git-22f6e6518ce1dd95386971197f9884e4c7e55c55.tar.gz |
bug #16513 (no mysql_set_server_option in libmysqld.dll export)
libmysqld/libmysqld.def:
mysql_set_server_option added to libmysqld.dll export
Diffstat (limited to 'libmysqld/libmysqld.def')
-rw-r--r-- | libmysqld/libmysqld.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmysqld/libmysqld.def b/libmysqld/libmysqld.def index 3895588e02c..0e80681700f 100644 --- a/libmysqld/libmysqld.def +++ b/libmysqld/libmysqld.def @@ -163,3 +163,4 @@ EXPORTS my_charset_bin my_charset_same modify_defaults_file + mysql_set_server_option |