1
0
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:
jani@a193-229-222-105.elisa-laajakaista.fi
2005-05-18 20:10:17 +03:00
parent 3b5897e5e9
commit c63ad3b549
10 changed files with 180 additions and 146 deletions

View File

@ -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