mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Remove warning when using ScopedStatementReplication
This commit is contained in:
@ -4078,6 +4078,16 @@ public:
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
inline enum_binlog_format get_current_stmt_binlog_format()
|
||||
{
|
||||
return current_stmt_binlog_format;
|
||||
}
|
||||
|
||||
inline void set_current_stmt_binlog_format(enum_binlog_format format)
|
||||
{
|
||||
current_stmt_binlog_format= format;
|
||||
}
|
||||
|
||||
inline void set_current_stmt_binlog_format_row()
|
||||
{
|
||||
DBUG_ENTER("set_current_stmt_binlog_format_row");
|
||||
|
Reference in New Issue
Block a user