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
b33a185b
Commit
b33a185b
authored
Feb 21, 2006
by
stewart@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing signal name fro DICT_COMMIT_REQ
parent
cc483437
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
storage/ndb/src/common/debugger/signaldata/SignalNames.cpp
storage/ndb/src/common/debugger/signaldata/SignalNames.cpp
+2
-0
No files found.
storage/ndb/src/common/debugger/signaldata/SignalNames.cpp
View file @
b33a185b
...
@@ -624,5 +624,7 @@ const GsnName SignalNames [] = {
...
@@ -624,5 +624,7 @@ const GsnName SignalNames [] = {
,{
GSN_LCP_PREPARE_REQ
,
"LCP_PREPARE_REQ"
}
,{
GSN_LCP_PREPARE_REQ
,
"LCP_PREPARE_REQ"
}
,{
GSN_LCP_PREPARE_REF
,
"LCP_PREPARE_REF"
}
,{
GSN_LCP_PREPARE_REF
,
"LCP_PREPARE_REF"
}
,{
GSN_LCP_PREPARE_CONF
,
"LCP_PREPARE_CONF"
}
,{
GSN_LCP_PREPARE_CONF
,
"LCP_PREPARE_CONF"
}
,{
GSN_DICT_COMMIT_REQ
,
"DICT_COMMIT_REQ"
}
};
};
const
unsigned
short
NO_OF_SIGNAL_NAMES
=
sizeof
(
SignalNames
)
/
sizeof
(
GsnName
);
const
unsigned
short
NO_OF_SIGNAL_NAMES
=
sizeof
(
SignalNames
)
/
sizeof
(
GsnName
);
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