Skip to content

Commit 0c5823a

Browse files
committed
MariaRocks port: mysql_bin_log_is_open -> mysql_bin_log.is_open
1 parent 06b4962 commit 0c5823a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/rocksdb/ha_rocksdb.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ static int rocksdb_start_tx_and_assign_read_view(
30643064

30653065
if (binlog_file)
30663066
{
3067-
if (binlog_pos && mysql_bin_log_is_open())
3067+
if (binlog_pos && mysql_bin_log.is_open())
30683068
mysql_bin_log_lock_commits();
30693069
else
30703070
return 1;

0 commit comments

Comments
 (0)