mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
Merge mysql.com:/space/pekka/ndb/version/my51-ndb
into mysql.com:/space/pekka/ndb/version/my51-rbr
This commit is contained in:
commit
9de965b306
1 changed files with 4 additions and 3 deletions
|
@ -3840,9 +3840,10 @@ NdbDictionaryImpl::dropBlobEvents(const NdbEventImpl& evnt)
|
|||
if (! c.getBlobType() || c.getPartSize() == 0)
|
||||
continue;
|
||||
n--;
|
||||
char bename[MAX_TAB_NAME_SIZE];
|
||||
NdbBlob::getBlobEventName(bename, &evnt, &c);
|
||||
(void)dropEvent(bename);
|
||||
NdbEventImpl* blob_evnt = getBlobEvent(evnt, i);
|
||||
if (blob_evnt == NULL)
|
||||
continue;
|
||||
(void)dropEvent(*blob_evnt);
|
||||
}
|
||||
} else {
|
||||
// loop over MAX_ATTRIBUTES_IN_TABLE ...
|
||||
|
|
Loading…
Add table
Reference in a new issue