mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch '10.1' into 10.2
This commit is contained in:
@@ -3765,6 +3765,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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user