1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

fixed two bugs that break Windows build

libmysql/libmysql.def:
  "get_defaults_files" has been renamed to "get_defaults_options"
  but was not removed here
sql/sql_select.cc:
  pulled variable out of for() scope to satisfy dumb MSVC6 compiler
This commit is contained in:
unknown
2005-07-29 15:40:39 +02:00
parent 2562ba5591
commit b66ffdcbda
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,6 @@ EXPORTS
mysql_embedded
mysql_server_init
mysql_server_end
get_defaults_files
mysql_set_character_set
mysql_get_character_set_info
get_defaults_options