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
892d859f
Commit
892d859f
authored
Jun 21, 2004
by
guilhem@mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge gbichot@213.136.52.20:/home/bk/mysql-4.1
into mysql.com:/home/mysql_src/mysql-4.1-874
parents
a6df8e74
c846e86d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
VC++Files/winmysqladmin/mysql_com.h
VC++Files/winmysqladmin/mysql_com.h
+5
-1
include/mysql_com.h
include/mysql_com.h
+5
-1
No files found.
VC++Files/winmysqladmin/mysql_com.h
View file @
892d859f
...
...
@@ -174,7 +174,11 @@ enum enum_shutdown_level {
SHUTDOWN_WAIT_STATEMENTS
=
30
,
/* wait for existing updating stmts to finish */
SHUTDOWN_WAIT_ALL_BUFFERS
=
40
,
/* flush InnoDB buffers */
SHUTDOWN_WAIT_CRITICAL_BUFFERS
=
50
,
/* flush MyISAM buffs (no corruption) */
SHUTDOWN_ENUM_END
=
255
/* must be last */
/* Now the 2 levels of the KILL command */
#if MYSQL_VERSION_ID >= 50000
KILL_QUERY
=
254
,
#endif
KILL_CONNECTION
=
255
};
extern
unsigned
long
max_allowed_packet
;
...
...
include/mysql_com.h
View file @
892d859f
...
...
@@ -242,7 +242,11 @@ enum enum_shutdown_level {
SHUTDOWN_WAIT_STATEMENTS
=
30
,
/* wait for existing updating stmts to finish */
SHUTDOWN_WAIT_ALL_BUFFERS
=
40
,
/* flush InnoDB buffers */
SHUTDOWN_WAIT_CRITICAL_BUFFERS
=
50
,
/* flush MyISAM buffs (no corruption) */
SHUTDOWN_ENUM_END
=
255
/* must be last */
/* Now the 2 levels of the KILL command */
#if MYSQL_VERSION_ID >= 50000
KILL_QUERY
=
254
,
#endif
KILL_CONNECTION
=
255
};
/* 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