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
220eb32a
Commit
220eb32a
authored
Jan 22, 2007
by
jonas@eel.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - bug#25755
remove accidently left debug prinouts
parent
e7e4dde5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
storage/ndb/src/kernel/blocks/suma/Suma.cpp
storage/ndb/src/kernel/blocks/suma/Suma.cpp
+0
-2
No files found.
storage/ndb/src/kernel/blocks/suma/Suma.cpp
View file @
220eb32a
...
...
@@ -1530,7 +1530,6 @@ Suma::initTable(Signal *signal, Uint32 tableId, TablePtr &tabPtr)
if
(
ERROR_INSERTED
(
13031
))
{
jam
();
ndbout_c
(
"HERE"
);
CLEAR_ERROR_INSERT_VALUE
;
GetTabInfoRef
*
ref
=
(
GetTabInfoRef
*
)
signal
->
getDataPtrSend
();
ref
->
tableId
=
tableId
;
...
...
@@ -1541,7 +1540,6 @@ Suma::initTable(Signal *signal, Uint32 tableId, TablePtr &tabPtr)
DBUG_RETURN
(
1
);
}
ndbout_c
(
"HARE"
);
sendSignal
(
DBDICT_REF
,
GSN_GET_TABINFOREQ
,
signal
,
GetTabInfoReq
::
SignalLength
,
JBB
);
DBUG_RETURN
(
1
);
...
...
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