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
bb4f4081
Commit
bb4f4081
authored
Sep 30, 2005
by
stewart@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more post-merge fixes for SingleUser log events
parent
875f8abd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ndb/include/mgmapi/ndb_logevent.h
ndb/include/mgmapi/ndb_logevent.h
+1
-0
ndb/src/mgmapi/ndb_logevent.cpp
ndb/src/mgmapi/ndb_logevent.cpp
+2
-1
No files found.
ndb/include/mgmapi/ndb_logevent.h
View file @
bb4f4081
...
...
@@ -595,6 +595,7 @@ extern "C" {
}
BackupAborted
;
/** Log event data @ref NDB_LE_SingleUser */
struct
{
unsigned
type
;
unsigned
node_id
;
}
SingleUser
;
#ifndef DOXYGEN_FIX
...
...
ndb/src/mgmapi/ndb_logevent.cpp
View file @
bb4f4081
...
...
@@ -289,7 +289,8 @@ struct Ndb_logevent_body_row ndb_logevent_body[]= {
ROW
(
BackupAborted
,
"backup_id"
,
2
,
backup_id
),
ROW
(
BackupAborted
,
"error"
,
3
,
error
),
ROW
(
SingleUser
,
"node_id"
,
1
,
node_id
),
ROW
(
SingleUser
,
"type"
,
1
,
type
),
ROW
(
SingleUser
,
"node_id"
,
2
,
node_id
),
{
NDB_LE_ILLEGAL_TYPE
,
0
,
0
,
0
,
0
,
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