diff options
author | miguel@hegel.local <> | 2004-02-04 13:39:01 -0400 |
---|---|---|
committer | miguel@hegel.local <> | 2004-02-04 13:39:01 -0400 |
commit | 108a7eabb6299f28060e898c56b6d1b60814a5ec (patch) | |
tree | 147234e024e7300e5ea8a89791ab3b2d381875da /libmysql/libmysql.def | |
parent | 4578f22271955c3688d175e247fc3d73b4a4ff32 (diff) | |
download | mariadb-git-108a7eabb6299f28060e898c56b6d1b60814a5ec.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 |