diff options
author | Sergey Vojtovich <svoj@sun.com> | 2009-08-04 13:02:48 +0500 |
---|---|---|
committer | Sergey Vojtovich <svoj@sun.com> | 2009-08-04 13:02:48 +0500 |
commit | 94efc1c6b084ed531b513e70fb66e7b7a1186b56 (patch) | |
tree | d46e32bf10d817df219dea0907974ba75d0c21d6 | |
parent | 5444c400e4423bb12424c02dcde5b265e67a53a1 (diff) | |
download | mariadb-git-94efc1c6b084ed531b513e70fb66e7b7a1186b56.tar.gz |
Fixed build failure on Win.
Reverted lost in the merge line.
-rw-r--r-- | storage/innodb_plugin/handler/ha_innodb.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/innodb_plugin/handler/ha_innodb.cc b/storage/innodb_plugin/handler/ha_innodb.cc index 90999254f6b..682004407c7 100644 --- a/storage/innodb_plugin/handler/ha_innodb.cc +++ b/storage/innodb_plugin/handler/ha_innodb.cc @@ -1023,6 +1023,7 @@ innobase_get_charset( } #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 _doserrno and the mapped value is stored in errno) */ |