Fix for bug #58669: read_only not enforced on 5.5.x
Problem: "read-only" option ignored if it's enabled in the command line (or in the config file). Fix: sync opt_readonly (which is used for checks) with read_only (global var) when all server options are handled.
Showing
mysql-test/r/bug58669.result
0 → 100644
mysql-test/t/bug58669.test
0 → 100644
Please register or sign in to comment