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
dc495b8c
Commit
dc495b8c
authored
Nov 17, 2006
by
msvensson@neptunus.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge 192.168.0.4:mysql/bug22958/my50-bug22958
into neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
parents
dbdd1075
1d5abe60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+1
-0
No files found.
sql/mysqld.cc
View file @
dc495b8c
...
...
@@ -6058,6 +6058,7 @@ struct show_var_st status_vars[]= {
{
"Com_create_function"
,
(
char
*
)
offsetof
(
STATUS_VAR
,
com_stat
[(
uint
)
SQLCOM_CREATE_FUNCTION
]),
SHOW_LONG_STATUS
},
{
"Com_create_index"
,
(
char
*
)
offsetof
(
STATUS_VAR
,
com_stat
[(
uint
)
SQLCOM_CREATE_INDEX
]),
SHOW_LONG_STATUS
},
{
"Com_create_table"
,
(
char
*
)
offsetof
(
STATUS_VAR
,
com_stat
[(
uint
)
SQLCOM_CREATE_TABLE
]),
SHOW_LONG_STATUS
},
{
"Com_create_user"
,
(
char
*
)
offsetof
(
STATUS_VAR
,
com_stat
[(
uint
)
SQLCOM_CREATE_USER
]),
SHOW_LONG_STATUS
},
{
"Com_dealloc_sql"
,
(
char
*
)
offsetof
(
STATUS_VAR
,
com_stat
[(
uint
)
SQLCOM_DEALLOCATE_PREPARE
]),
SHOW_LONG_STATUS
},
{
"Com_delete"
,
(
char
*
)
offsetof
(
STATUS_VAR
,
com_stat
[(
uint
)
SQLCOM_DELETE
]),
SHOW_LONG_STATUS
},
{
"Com_delete_multi"
,
(
char
*
)
offsetof
(
STATUS_VAR
,
com_stat
[(
uint
)
SQLCOM_DELETE_MULTI
]),
SHOW_LONG_STATUS
},
...
...
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