mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -4036,6 +4036,10 @@ public:
|
||||
*format= (enum_binlog_format) variables.binlog_format;
|
||||
*current_format= current_stmt_binlog_format;
|
||||
}
|
||||
inline enum_binlog_format get_current_stmt_binlog_format()
|
||||
{
|
||||
return current_stmt_binlog_format;
|
||||
}
|
||||
inline void set_binlog_format(enum_binlog_format format,
|
||||
enum_binlog_format current_format)
|
||||
{
|
||||
@ -4081,11 +4085,6 @@ 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;
|
||||
|
Reference in New Issue
Block a user