mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added THD::binlog_table_should_be_logged() to simplify some code
- Added missing test for binlog_filter to ALTER TABLE
This commit is contained in:
@ -2699,6 +2699,7 @@ public:
|
||||
{
|
||||
binlog_table_maps= 0;
|
||||
}
|
||||
bool binlog_table_should_be_logged(const LEX_CSTRING *db);
|
||||
|
||||
#endif /* MYSQL_CLIENT */
|
||||
|
||||
|
Reference in New Issue
Block a user