Loading mysql-test/t/disabled.def +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ ndb_binlog_ddl_multi : Bug #18490 cluster: binlog events lost on remote mysql ndb_cache2 : Bug #18597 ndb_gis : Bug #18600 ndb_load : Bug#17233 ndb_partition_list : Bug#18598 partition_03ndb : Bug#16385 ps_7ndb : dbug assert in RBR mode when executing test suite #rpl_bit_npk : Bug#13418 Loading sql/ha_ndbcluster.cc +1 −1 Original line number Diff line number Diff line Loading @@ -3399,7 +3399,7 @@ int ha_ndbcluster::rnd_pos(byte *buf, byte *pos) */ DBUG_DUMP("key+part", (char *)pos, key_length); key_length= ref_length - sizeof(m_part_id); part_spec.start_part= part_spec.end_part= *(pos + key_length); part_spec.start_part= part_spec.end_part= *(uint32 *)(pos + key_length); } else { Loading Loading
mysql-test/t/disabled.def +0 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ ndb_binlog_ddl_multi : Bug #18490 cluster: binlog events lost on remote mysql ndb_cache2 : Bug #18597 ndb_gis : Bug #18600 ndb_load : Bug#17233 ndb_partition_list : Bug#18598 partition_03ndb : Bug#16385 ps_7ndb : dbug assert in RBR mode when executing test suite #rpl_bit_npk : Bug#13418 Loading
sql/ha_ndbcluster.cc +1 −1 Original line number Diff line number Diff line Loading @@ -3399,7 +3399,7 @@ int ha_ndbcluster::rnd_pos(byte *buf, byte *pos) */ DBUG_DUMP("key+part", (char *)pos, key_length); key_length= ref_length - sizeof(m_part_id); part_spec.start_part= part_spec.end_part= *(pos + key_length); part_spec.start_part= part_spec.end_part= *(uint32 *)(pos + key_length); } else { Loading