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 | 6403a9a0c47f312d1a1785f58c4d3b1ea7b9b584 (patch) | |
tree | d46e32bf10d817df219dea0907974ba75d0c21d6 /storage | |
parent | 83f58d36145fe557c484e0a3122b811ba4502ab0 (diff) | |
download | mariadb-git-6403a9a0c47f312d1a1785f58c4d3b1ea7b9b584.tar.gz |
Fixed build failure on Win.
Reverted lost in the merge line.
Diffstat (limited to 'storage')
-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) */ |