Loading sql/ha_ndbcluster.cc +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading sql/mysqld.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
sql/ha_ndbcluster.cc +1 −0 Original line number Diff line number Diff line Loading @@ -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; Loading
sql/mysqld.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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