Commit 599aebd9 authored by unknown's avatar unknown

Fixed failed merge

parent 37172400
...@@ -3728,7 +3728,7 @@ static int create_ndb_column(NDBCOL &col, ...@@ -3728,7 +3728,7 @@ static int create_ndb_column(NDBCOL &col,
static void ndb_set_fragmentation(NDBTAB &tab, TABLE *form, uint pk_length) static void ndb_set_fragmentation(NDBTAB &tab, TABLE *form, uint pk_length)
{ {
if (form->max_rows == (ha_rows) 0) /* default setting, don't set fragmentation */ if (form->s->max_rows == (ha_rows) 0) /* default setting, don't set fragmentation */
return; return;
/** /**
* get the number of fragments right * get the number of fragments right
......
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