diff options
author | unknown <mats@mysql.com> | 2006-05-11 11:09:58 +0200 |
---|---|---|
committer | unknown <mats@mysql.com> | 2006-05-11 11:09:58 +0200 |
commit | 8b17d33df64b904609a34f0e4b01b5066739b605 (patch) | |
tree | 44840902ed66772046e069d42d40aa69f7a0debe /mysql-test/t/federated.test | |
parent | 94c6f6dc4888166b3677f38b534502156ef50d49 (diff) | |
download | mariadb-git-8b17d33df64b904609a34f0e4b01b5066739b605.tar.gz |
Bug#17400 (CRBR: Delete and update of table w/o PK fails on slave):
Fixing bug where UPDATE failed on slave and some cleanup of ndb_unpack_record().
mysql-test/r/rpl_bit_npk.result:
Result change
mysql-test/t/disabled.def:
Disabling tests
mysql-test/t/rpl_bit_npk.test:
Making test storage-engine independent
mysql-test/t/rpl_ndb_innodb2ndb-slave.opt:
Storage engine name change
mysql-test/t/rpl_ndb_myisam2ndb-slave.opt:
Storage engine name change
sql/ha_ndbcluster.cc:
Using move_field_offset() to move field pointer.
Using my_ptrdiff_t instead of uint for pointer difference.
Removing ineffective cast.
Calling member function directly, bypassing the virtual mechanism
for Field_bit.
sql/log_event.cc:
Starting and stopping range scan and index read inside find_and_fetch row
instead of in calling function. There are storage engines that require the
search to be restarted for every changed row.
Diffstat (limited to 'mysql-test/t/federated.test')
0 files changed, 0 insertions, 0 deletions