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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
25de7219
Commit
25de7219
authored
Jun 15, 2004
by
guilhem@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding SHUTDOWN_WAIT_STATEMENTS to the possible arguments of mysql_shutdown().
Comments on names still welcome.
parent
f1fda638
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
include/mysql_com.h
include/mysql_com.h
+3
-2
No files found.
include/mysql_com.h
View file @
25de7219
...
@@ -239,8 +239,9 @@ enum enum_shutdown_level {
...
@@ -239,8 +239,9 @@ enum enum_shutdown_level {
*/
*/
SHUTDOWN_WAIT_CRITICAL_BUFFERS
=
10
,
/* flush MyISAM buffs (no corruption) */
SHUTDOWN_WAIT_CRITICAL_BUFFERS
=
10
,
/* flush MyISAM buffs (no corruption) */
SHUTDOWN_WAIT_ALL_BUFFERS
=
20
,
/* flush InnoDB buffers */
SHUTDOWN_WAIT_ALL_BUFFERS
=
20
,
/* flush InnoDB buffers */
SHUTDOWN_WAIT_TRANSACTIONS
=
30
,
/* wait for existing trans to finish */
SHUTDOWN_WAIT_STATEMENTS
=
30
,
SHUTDOWN_WAIT_CONNECTIONS
=
40
/* wait for existing connections to finish */
SHUTDOWN_WAIT_TRANSACTIONS
=
40
,
/* wait for existing trans to finish */
SHUTDOWN_WAIT_CONNECTIONS
=
50
/* wait for existing connections to finish */
};
};
/* options for mysql_set_option */
/* options for mysql_set_option */
...
...
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