summaryrefslogtreecommitdiff
path: root/sql/debug_sync.h
diff options
context:
space:
mode:
authorMikael Ronström <mikael@dator9>2011-02-03 21:05:34 +0100
committerMikael Ronström <mikael@dator9>2011-02-03 21:05:34 +0100
commitfbbe9c2e8ee268222348adb1173cf5fdbcc694d2 (patch)
treec08ec84e82ea453037d74946c0b0be5d9c36684b /sql/debug_sync.h
parentd947cd8eabf0d3ae6994ebb6e09d435eadc6ea56 (diff)
downloadmariadb-git-fbbe9c2e8ee268222348adb1173cf5fdbcc694d2.tar.gz
Fixed such that debug_sync can be used by plugins on Windows
Diffstat (limited to 'sql/debug_sync.h')
-rw-r--r--sql/debug_sync.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/debug_sync.h b/sql/debug_sync.h
index 9ac7da39d4d..ba3739e8ad5 100644
--- a/sql/debug_sync.h
+++ b/sql/debug_sync.h
@@ -39,7 +39,7 @@ class THD;
} while (0)
/* Command line option --debug-sync-timeout. See mysqld.cc. */
-extern uint opt_debug_sync_timeout;
+extern MYSQL_PLUGIN_IMPORT uint opt_debug_sync_timeout;
/* Default WAIT_FOR timeout if command line option is given without argument. */
#define DEBUG_SYNC_DEFAULT_WAIT_TIMEOUT 300