mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
libmysqld.def:
Corrected name of mysql_thread_{init,end} (bug#29007) libmysqld/libmysqld.def: Corrected name of mysql_thread_{init,end} (bug#29007)
This commit is contained in:
@@ -29,8 +29,8 @@ EXPORTS
|
|||||||
my_print_variables
|
my_print_variables
|
||||||
my_realloc
|
my_realloc
|
||||||
my_strdup
|
my_strdup
|
||||||
my_thread_end
|
mysql_thread_end
|
||||||
my_thread_init
|
mysql_thread_init
|
||||||
myodbc_remove_escape
|
myodbc_remove_escape
|
||||||
mysql_affected_rows
|
mysql_affected_rows
|
||||||
mysql_autocommit
|
mysql_autocommit
|
||||||
|
Reference in New Issue
Block a user