diff options
author | unknown <miguel@hegel.local> | 2004-02-04 13:39:01 -0400 |
---|---|---|
committer | unknown <miguel@hegel.local> | 2004-02-04 13:39:01 -0400 |
commit | 883ef70c34c4f899b813841c23f950e44e2a1e7f (patch) | |
tree | 147234e024e7300e5ea8a89791ab3b2d381875da /libmysql/libmysql.def | |
parent | ef55f2dcdbc79c78aa37e6646ac2aef62c23e7d3 (diff) | |
download | mariadb-git-883ef70c34c4f899b813841c23f950e44e2a1e7f.tar.gz |
For to export the right functions with changes done from 4.0.16
Diffstat (limited to 'libmysql/libmysql.def')
-rw-r--r-- | libmysql/libmysql.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmysql/libmysql.def b/libmysql/libmysql.def index 542ab890e95..721097905a8 100644 --- a/libmysql/libmysql.def +++ b/libmysql/libmysql.def @@ -68,8 +68,8 @@ EXPORTS my_memdup my_no_flags_free my_realloc - my_thread_end - my_thread_init + mysql_thread_end + mysql_thread_init net_buffer_length set_dynamic strcend |