Commit 01dbe984 authored by Sergey Vojtovich's avatar Sergey Vojtovich

Fixed build failure on Win.

Reverted lost in the merge line.
parent 6ad29d43
...@@ -1023,6 +1023,7 @@ innobase_get_charset( ...@@ -1023,6 +1023,7 @@ innobase_get_charset(
} }
#if defined (__WIN__) && defined (MYSQL_DYNAMIC_PLUGIN) #if defined (__WIN__) && defined (MYSQL_DYNAMIC_PLUGIN)
extern MYSQL_PLUGIN_IMPORT MY_TMPDIR mysql_tmpdir_list;
/*******************************************************************//** /*******************************************************************//**
Map an OS error to an errno value. The OS error number is stored in Map an OS error to an errno value. The OS error number is stored in
_doserrno and the mapped value is stored in errno) */ _doserrno and the mapped value is stored in errno) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment