This website requires JavaScript.
Explore
Help
Sign in
mirror
/
mariadb
Watch
1
Star
0
Fork
You've already forked mariadb
0
mirror of
https://github.com/MariaDB/server.git
synced
2025-01-31 19:11:46 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
f32d0ec6bf
mariadb
/
mysql-test
/
t
/
rpl_ndb_myisam2ndb-slave.opt
2 lines
56 B
Text
Raw
Normal View
History
Unescape
Escape
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
--default-storage-engine=ndbcluster --binlog-format=row
Reference in a new issue
Copy permalink