Commit 35ac9c92 authored by unknown's avatar unknown

Resetting of alter table marker in NDB_SHARE (WL#1892)

parent 7cd917c5
......@@ -4346,6 +4346,7 @@ int ha_ndbcluster::create_handler_files(const char *file)
DBUG_PRINT("info", ("Table %s has changed, altering frm in ndb",
m_tabname));
error= table_changed(pack_data, pack_length);
m_share->state= NSS_INITIAL;
}
my_free((char*)data, MYF(MY_ALLOW_ZERO_PTR));
my_free((char*)pack_data, MYF(MY_ALLOW_ZERO_PTR));
......
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