mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Dbdict.cpp:
changed to using fragmented signals for CREATE_TABLE_REQ ndb/src/kernel/blocks/dbdict/Dbdict.cpp: changed to using fragmented signals for CREATE_TABLE_REQ
This commit is contained in:
parent
bbebacbf13
commit
f944465bf0
1 changed files with 2 additions and 3 deletions
|
@ -3661,9 +3661,8 @@ Dbdict::execCREATE_FRAGMENTATION_CONF(Signal* signal){
|
|||
req->tableId = tabPtr.i;
|
||||
req->tableVersion = tabEntry->m_tableVersion + 1;
|
||||
|
||||
sendSignal(rg, GSN_CREATE_TAB_REQ, signal,
|
||||
CreateTabReq::SignalLength, JBB);
|
||||
|
||||
sendFragmentedSignal(rg, GSN_CREATE_TAB_REQ, signal,
|
||||
CreateTabReq::SignalLength, JBB);
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue