Fixed such that debug_sync can be used by plugins on Windows
This commit is contained in:
parent
d947cd8eab
commit
fbbe9c2e8e
@ -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
|
||||
|
@ -425,7 +425,7 @@ my_bool opt_super_large_pages= 0;
|
||||
my_bool opt_myisam_use_mmap= 0;
|
||||
uint opt_large_page_size= 0;
|
||||
#if defined(ENABLED_DEBUG_SYNC)
|
||||
uint opt_debug_sync_timeout= 0;
|
||||
MYSQL_PLUGIN_IMPORT uint opt_debug_sync_timeout= 0;
|
||||
#endif /* defined(ENABLED_DEBUG_SYNC) */
|
||||
my_bool opt_old_style_user_limits= 0, trust_function_creators= 0;
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user