posr review fixes of prev patch

This commit is contained in:
tomas@poseidon.ndb.mysql.com 2005-08-22 13:36:55 +02:00
parent 6f27675dfc
commit 1e1a5762d6
2 changed files with 2 additions and 1 deletions

View file

@ -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;

View file

@ -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,