The main focus of MariaDB staff has been the MariaDB 5.1.38 release in recent weeks, but this doesn’t mean that we’ve abandoned everything else for it. There are several non-release projects going on, one of which is adding binlog filtering and markup capabilities.
In order to see how the new features fit in, let’s first look at what binlog filtering options are already present in MySQL (and so, MariaDB):
kind | Master | Slave | mysqlbinlog |
---|---|---|---|
DB-level filtering |
–binlog-do-db –binlog-ignore-db |
–replicate-do-db=db –replicate-ignore-db=db |
–database=dbname |
Table-level filtering | - |
–replicate-do-table=db.tbl … |