Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
fbbe9c2e
Commit
fbbe9c2e
authored
Feb 03, 2011
by
Mikael Ronström
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed such that debug_sync can be used by plugins on Windows
parent
d947cd8e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sql/debug_sync.h
sql/debug_sync.h
+1
-1
sql/mysqld.cc
sql/mysqld.cc
+1
-1
No files found.
sql/debug_sync.h
View file @
fbbe9c2e
...
@@ -39,7 +39,7 @@ class THD;
...
@@ -39,7 +39,7 @@ class THD;
} while (0)
} while (0)
/* Command line option --debug-sync-timeout. See mysqld.cc. */
/* 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. */
/* Default WAIT_FOR timeout if command line option is given without argument. */
#define DEBUG_SYNC_DEFAULT_WAIT_TIMEOUT 300
#define DEBUG_SYNC_DEFAULT_WAIT_TIMEOUT 300
...
...
sql/mysqld.cc
View file @
fbbe9c2e
...
@@ -425,7 +425,7 @@ my_bool opt_super_large_pages= 0;
...
@@ -425,7 +425,7 @@ my_bool opt_super_large_pages= 0;
my_bool
opt_myisam_use_mmap
=
0
;
my_bool
opt_myisam_use_mmap
=
0
;
uint
opt_large_page_size
=
0
;
uint
opt_large_page_size
=
0
;
#if defined(ENABLED_DEBUG_SYNC)
#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) */
#endif
/* defined(ENABLED_DEBUG_SYNC) */
my_bool
opt_old_style_user_limits
=
0
,
trust_function_creators
=
0
;
my_bool
opt_old_style_user_limits
=
0
,
trust_function_creators
=
0
;
/*
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment