diff options
author | monty@mysql.com <> | 2004-06-01 22:29:46 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-06-01 22:29:46 +0300 |
commit | 017096695a5179e5a3b3a19ce5d4d2c0d8816914 (patch) | |
tree | a0766c2795656339b8dd8e5bef3536aee3edf335 /libmysqld/libmysqld.def | |
parent | f0f76efaa68b23c3a6a24fe6dfcb49d60242fbef (diff) | |
download | mariadb-git-017096695a5179e5a3b3a19ce5d4d2c0d8816914.tar.gz |
Update version number
Fixed serbian error messages
Fix for windows regarding changed variable name
Diffstat (limited to 'libmysqld/libmysqld.def')
-rw-r--r-- | libmysqld/libmysqld.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libmysqld/libmysqld.def b/libmysqld/libmysqld.def index 7c93951df7a..ac982f9110e 100644 --- a/libmysqld/libmysqld.def +++ b/libmysqld/libmysqld.def @@ -2,7 +2,8 @@ LIBRARY LIBMYSQLD DESCRIPTION 'MySQL 4.1 Embedded Server Library' VERSION 4.1 EXPORTS - _dig_vec + _dig_vec_upper + _dig_vec_lower bmove_upp delete_dynamic free_defaults |