mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
New file default_modify.c. Fixed a typo on mysqld.cc
Changed name of function my_correct_default_file to modify_defaults_file. Improved function and fixed some bugs in it.
This commit is contained in:

parent
3b5897e5e9
commit
c63ad3b549
@ -1,5 +1,5 @@
|
||||
LIBRARY LIBMYSQL
|
||||
DESCRIPTION 'MySQL 4.1 Client Library'
|
||||
DESCRIPTION 'MySQL 5.0 Client Library'
|
||||
VERSION 6.0
|
||||
EXPORTS
|
||||
_dig_vec_lower
|
||||
@ -150,3 +150,4 @@ EXPORTS
|
||||
mysql_server_end
|
||||
mysql_set_character_set
|
||||
get_defaults_files
|
||||
modify_defaults_file
|
||||
|
Reference in New Issue
Block a user