mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
BUG#22864 (CREATE-SELECT does not work correctly):
Post-merge fixes. sql/log.cc: Removing HAVE_ROW_BASED_REPLICATION from file.
This commit is contained in:
parent
c3315ccca9
commit
948804c8aa
1 changed files with 0 additions and 2 deletions
|
@ -148,7 +148,6 @@ public:
|
|||
*/
|
||||
void truncate(my_off_t pos)
|
||||
{
|
||||
#ifdef HAVE_ROW_BASED_REPLICATION
|
||||
DBUG_PRINT("info", ("truncating to position %lu", pos));
|
||||
DBUG_PRINT("info", ("before_stmt_pos=%lu", pos));
|
||||
delete pending();
|
||||
|
@ -156,7 +155,6 @@ public:
|
|||
reinit_io_cache(&trans_log, WRITE_CACHE, pos, 0, 0);
|
||||
if (pos < before_stmt_pos)
|
||||
before_stmt_pos= MY_OFF_T_UNDEF;
|
||||
#endif
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue