mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
Temporarily disable Read-Free replication in MariaRocks, part#2
(Squash with 4be8cae56a
)
This commit is contained in:
parent
d26283458c
commit
a7091b0679
1 changed files with 2 additions and 0 deletions
|
@ -7299,6 +7299,7 @@ int ha_rocksdb::write_row(uchar *buf)
|
|||
*/
|
||||
void ha_rocksdb::set_last_rowkey(const uchar *old_data)
|
||||
{
|
||||
#ifdef MARIAROCKS_NOT_YET
|
||||
if (old_data && use_read_free_rpl())
|
||||
{
|
||||
int old_pk_size= m_pk_descr->pack_record(
|
||||
|
@ -7306,6 +7307,7 @@ void ha_rocksdb::set_last_rowkey(const uchar *old_data)
|
|||
m_last_rowkey.copy((const char*)m_pk_packed_tuple, old_pk_size,
|
||||
&my_charset_bin);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
int ha_rocksdb::get_pk_for_update(struct update_row_info* row_info)
|
||||
|
|
Loading…
Add table
Reference in a new issue