1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
unknown 8b17d33df6 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.
2006-05-11 11:09:58 +02:00
..
2006-05-03 16:33:42 +05:00
2006-03-01 15:50:15 +04:00
2006-03-30 17:14:55 +04:00
2006-04-24 12:12:15 +03:00
2006-04-24 12:12:15 +03:00
2006-03-06 23:20:19 +01:00
2006-04-11 15:26:18 +05:00
2006-02-26 15:11:56 +02:00
2006-04-11 10:03:37 -07:00
2006-03-06 14:38:31 +04:00
2006-03-24 12:44:54 -08:00
2006-03-06 23:43:47 +01:00
2006-05-04 19:39:47 +03:00
2006-05-04 06:28:24 +03:00
2006-03-11 15:52:38 +01:00
2006-04-17 20:24:41 +02:00
2006-05-04 19:39:47 +03:00
2006-05-04 19:39:47 +03:00
2006-02-16 16:33:46 +01:00
2006-03-10 14:36:48 +01:00
2006-01-12 23:57:01 +01:00
2006-03-10 14:36:48 +01:00
2006-02-13 11:49:28 +04:00
2006-02-15 14:02:47 +01:00
2006-02-15 14:02:47 +01:00
2006-02-09 15:29:57 +01:00
2006-02-09 15:29:57 +01:00
2006-02-13 16:36:11 +01:00
2006-02-13 16:36:11 +01:00
2006-01-12 19:51:02 +01:00
2006-02-10 12:52:35 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-02-13 16:36:11 +01:00
2006-01-12 19:51:02 +01:00
2006-02-10 12:52:35 +01:00
2006-02-15 14:02:47 +01:00
2006-02-08 22:17:46 +01:00
2006-04-22 04:38:22 -04:00
2006-05-03 19:01:29 +05:00
2006-03-09 21:00:45 +03:00
2006-04-26 17:09:41 -07:00