mirror of
https://github.com/MariaDB/server.git
synced 2025-11-19 19:03:26 +03:00
Fixes to BLOB replication code for changes to event(now stores own copy of table)
This commit is contained in:
@@ -4670,7 +4670,7 @@ NdbDictionaryImpl::fix_blob_events(const NdbDictionary::Table* table, const char
|
||||
{
|
||||
const NdbTableImpl& t = table->m_impl;
|
||||
const NdbEventImpl* ev = getEvent(ev_name);
|
||||
assert(ev != NULL && ev->m_tableImpl == &t);
|
||||
assert(ev != NULL);
|
||||
Uint32 i;
|
||||
for (i = 0; i < t.m_columns.size(); i++) {
|
||||
assert(t.m_columns[i] != NULL);
|
||||
|
||||
Reference in New Issue
Block a user