diff options
author | unknown <malff/marcsql@weblab.(none)> | 2006-11-30 18:43:33 -0700 |
---|---|---|
committer | unknown <malff/marcsql@weblab.(none)> | 2006-11-30 18:43:33 -0700 |
commit | d469888a951368a764f807839c330feec21489f4 (patch) | |
tree | f94df2ec9dc5a369f48c4d034816f41985477e9f /mysql-test/t/rpl_read_only-slave.opt | |
parent | de613e2eb2174e9234765dc636ada4ecc1fea406 (diff) | |
download | mariadb-git-d469888a951368a764f807839c330feec21489f4.tar.gz |
WL#3602
Post review changes
the --read-only option is not enforced for the slave thread in replication, or for the SUPER user.
sql/handler.cc:
Post review changes
Allowing writes for the slave thread or for SUPER, in read-only mode
sql/lock.cc:
Post review changes
Allowing writes for the slave thread or for SUPER, in read-only mode
mysql-test/r/rpl_read_only.result:
New test
mysql-test/t/rpl_read_only-slave.opt:
New test
mysql-test/t/rpl_read_only.test:
New test
Diffstat (limited to 'mysql-test/t/rpl_read_only-slave.opt')
-rw-r--r-- | mysql-test/t/rpl_read_only-slave.opt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/rpl_read_only-slave.opt b/mysql-test/t/rpl_read_only-slave.opt new file mode 100644 index 00000000000..627becdbfb5 --- /dev/null +++ b/mysql-test/t/rpl_read_only-slave.opt @@ -0,0 +1 @@ +--innodb |