Commit 220eb32a authored by jonas@eel.(none)'s avatar jonas@eel.(none)

ndb - bug#25755

  remove accidently left debug prinouts
parent e7e4dde5
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment