mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Added a comment.
This commit is contained in:
parent
8f10662eab
commit
aadcf0d35b
1 changed files with 5 additions and 0 deletions
|
@ -7503,6 +7503,11 @@ static void ndb_set_fragmentation(NDBTAB &tab, TABLE *form, uint pk_length)
|
|||
bool ha_ndbcluster::check_if_incompatible_data(HA_CREATE_INFO *info,
|
||||
uint table_changes)
|
||||
{
|
||||
/*
|
||||
TODO: Remove the dummy return below, when cluster gets
|
||||
signal from alter table when only .frm is changed. Cluster
|
||||
needs it to manage the copies.
|
||||
*/
|
||||
return COMPATIBLE_DATA_NO;
|
||||
|
||||
if (table_changes != IS_EQUAL_YES)
|
||||
|
|
Loading…
Reference in a new issue