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
ec6476cb
Commit
ec6476cb
authored
Apr 11, 2007
by
tomas@whalegate.ndb.mysql.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
into whalegate.ndb.mysql.com:/home/tomas/mysql-5.1-single-user
parents
537af124
b86f256d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
storage/ndb/src/ndbapi/Ndb.cpp
storage/ndb/src/ndbapi/Ndb.cpp
+1
-0
storage/ndb/src/ndbapi/Ndbif.cpp
storage/ndb/src/ndbapi/Ndbif.cpp
+1
-1
No files found.
storage/ndb/src/ndbapi/Ndb.cpp
View file @
ec6476cb
...
...
@@ -1234,6 +1234,7 @@ int Ndb::setSchemaName(const char * a_schema_name)
return
-
1
;
}
}
return
0
;
}
// </internal>
...
...
storage/ndb/src/ndbapi/Ndbif.cpp
View file @
ec6476cb
...
...
@@ -940,7 +940,7 @@ Ndb::handleReceivedSignal(NdbApiSignal* aSignal, LinearSectionPtr ptr[3])
InvalidSignal:
#ifdef VM_TRACE
ndbout_c
(
"Ndbif: Error Ndb::handleReceivedSignal "
"(tFirstDataPtr=%
x
, GSN=%d, theImpl->theWaiter.m_state=%d)"
"(tFirstDataPtr=%
p
, GSN=%d, theImpl->theWaiter.m_state=%d)"
" sender = (Block: %d Node: %d)"
,
tFirstDataPtr
,
tSignalNumber
,
...
...
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