mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
posr review fixes of prev patch
This commit is contained in:
parent
6f27675dfc
commit
1e1a5762d6
2 changed files with 2 additions and 1 deletions
|
@ -7484,6 +7484,7 @@ static void ndb_set_fragmentation(NDBTAB &tab, TABLE *form, uint pk_length)
|
|||
switch (opt_ndb_distribution_id)
|
||||
{
|
||||
case ND_KEYHASH:
|
||||
ftype= NDBTAB::DistrKeyHash;
|
||||
break;
|
||||
case ND_LINHASH:
|
||||
ftype= NDBTAB::DistrKeyLin;
|
||||
|
|
|
@ -4316,7 +4316,7 @@ enum options_mysqld
|
|||
OPT_NDB_FORCE_SEND, OPT_NDB_AUTOINCREMENT_PREFETCH_SZ,
|
||||
OPT_NDB_SHM, OPT_NDB_OPTIMIZED_NODE_SELECTION, OPT_NDB_CACHE_CHECK_TIME,
|
||||
OPT_NDB_MGMD, OPT_NDB_NODEID,
|
||||
OPT_NDB_LINEAR_HASH,
|
||||
OPT_NDB_DISTRIBUTION,
|
||||
OPT_SKIP_SAFEMALLOC,
|
||||
OPT_TEMP_POOL, OPT_TX_ISOLATION, OPT_COMPLETION_TYPE,
|
||||
OPT_SKIP_STACK_TRACE, OPT_SKIP_SYMLINKS,
|
||||
|
|
Loading…
Add table
Reference in a new issue