mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
correction of merge
This commit is contained in:
parent
84b8f11141
commit
326ebe4c5b
1 changed files with 1 additions and 1 deletions
|
@ -3517,7 +3517,7 @@ int ha_ndbcluster::external_lock(THD *thd, int lock_type)
|
|||
|
||||
const void *data, *pack_data;
|
||||
uint length, pack_length;
|
||||
if (readfrm(table->path, &data, &length) ||
|
||||
if (readfrm(table->s->path, &data, &length) ||
|
||||
packfrm(data, length, &pack_data, &pack_length) ||
|
||||
pack_length != tab->getFrmLength() ||
|
||||
memcmp(pack_data, tab->getFrmData(), pack_length))
|
||||
|
|
Loading…
Add table
Reference in a new issue