diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-09-29 09:55:53 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2009-09-29 09:55:53 -0300 |
commit | 344cd04b1ec15b8ccea834381b4668f86d6822d5 (patch) | |
tree | 9f27d633325188fc4fb5d168282898d3c8b9c795 /libmysqld | |
parent | 406e680b25806d607d184f2484dd15231daa5392 (diff) | |
download | mariadb-git-344cd04b1ec15b8ccea834381b4668f86d6822d5.tar.gz |
Bug#41728: Dropped symbol but no soname change
Restore a stub of the removed mysql_odbc_escape_string function
to fix a ABI breakage. The function was intended to be private
and used only by Connector/ODBC, but, unfortunately, it was exported
as part of the ABI. Nonetheless, only a stub is restored as the
original function is inherently broken and shouldn't be used.
This restoration only applies to MySQL 5.0. This will be addressed
differently in later versions -- reworked library versioning.
Diffstat (limited to 'libmysqld')
-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 8aed164a30e..8829112fefd 100644 --- a/libmysqld/libmysqld.def +++ b/libmysqld/libmysqld.def @@ -71,6 +71,7 @@ EXPORTS mysql_next_result mysql_num_fields mysql_num_rows + mysql_odbc_escape_string mysql_options mysql_ping mysql_query |