summaryrefslogtreecommitdiff
path: root/libmysqld/libmysqld.def
diff options
context:
space:
mode:
authorunknown <iggy@amd64.(none)>2007-08-03 18:56:24 -0400
committerunknown <iggy@amd64.(none)>2007-08-03 18:56:24 -0400
commit21792097899511211e82d22daa2e8cbe5008bd37 (patch)
tree9a4a3ce80d1784604c5099295d8bd9ad89d1502c /libmysqld/libmysqld.def
parentc6c57ed783eabf5d9c99a3c1fd4f5ea5518c069c (diff)
downloadmariadb-git-21792097899511211e82d22daa2e8cbe5008bd37.tar.gz
Bug#29903 The CMake build method does not produce the embedded library.
- Additional changes to correct link failure in Do-linkall script. libmysqld/libmysqld.def: Bug#29903 The CMake build method does not produce the embedded library. - Missing exports.
Diffstat (limited to 'libmysqld/libmysqld.def')
-rw-r--r--libmysqld/libmysqld.def8
1 files changed, 5 insertions, 3 deletions
diff --git a/libmysqld/libmysqld.def b/libmysqld/libmysqld.def
index c1025cd3846..78ff08e510a 100644
--- a/libmysqld/libmysqld.def
+++ b/libmysqld/libmysqld.def
@@ -1,6 +1,6 @@
LIBRARY LIBMYSQLD
-DESCRIPTION 'MySQL 5.0 Embedded Server Library'
-VERSION 5.0
+DESCRIPTION 'MySQL 5.1 Embedded Server Library'
+VERSION 5.1
EXPORTS
_dig_vec_upper
_dig_vec_lower
@@ -48,6 +48,7 @@ EXPORTS
mysql_errno
mysql_error
mysql_escape_string
+ mysql_hex_string
mysql_fetch_field
mysql_fetch_field_direct
mysql_fetch_fields
@@ -62,11 +63,13 @@ EXPORTS
mysql_get_host_info
mysql_get_proto_info
mysql_get_server_info
+ mysql_get_client_version
mysql_get_ssl_cipher
mysql_info
mysql_init
mysql_insert_id
mysql_kill
+ mysql_set_server_option
mysql_list_dbs
mysql_list_fields
mysql_list_processes
@@ -172,4 +175,3 @@ EXPORTS
my_charset_bin
my_charset_same
modify_defaults_file
- mysql_set_server_option