mirror of
https://github.com/MariaDB/server.git
synced 2025-11-08 00:28:29 +03:00
This is very special case because test first sets read_only=ON disabling some of the writes. Based on documentation replication (slave) threads are not affected by this option. However, threads executing streaming replication recovery were effected by read_only setting. Fix is to set thd->security_ctx->skip_grants() for streaming replication threads so that they are not affected by read_only setting.
13 KiB
13 KiB