mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Make Replication filter settings dynamic.
Make the slave options --replicate-* dynamic variables so that these options can be changed dynamically while the server is running, which enables users to modify replication filtering rules without having to stop and restart the server. This is accomplished by just requiring that the slave threads are stopped when these options are set dynamically. Since filtering rules are only used by the SQL slave thread, setting them while the thread is not running avoids the need for locking.
This commit is contained in:
parent
7789f3d567
commit
9584cbe7fc
23 changed files with 1483 additions and 18 deletions
|
|
@ -435,7 +435,6 @@ CHECK_FUNCTION_EXISTS (strlcat HAVE_STRLCAT)
|
|||
CHECK_FUNCTION_EXISTS (strsignal HAVE_STRSIGNAL)
|
||||
CHECK_FUNCTION_EXISTS (fgetln HAVE_FGETLN)
|
||||
CHECK_FUNCTION_EXISTS (strpbrk HAVE_STRPBRK)
|
||||
CHECK_FUNCTION_EXISTS (strsep HAVE_STRSEP)
|
||||
CHECK_FUNCTION_EXISTS (strstr HAVE_STRSTR)
|
||||
CHECK_FUNCTION_EXISTS (strtok_r HAVE_STRTOK_R)
|
||||
CHECK_FUNCTION_EXISTS (strtol HAVE_STRTOL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue