HomeClusterLabs Projects

High: mysql: fix grep failure on MySQL5.6 or higher when checking read_only…

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

High: mysql: fix grep failure on MySQL5.6 or higher when checking read_only variable

On MySQL 5.6 or higher, the "SHOW VARIABLES" command returns the multiple rows that contains the "read_only".(innodb_read_only, read_only and tx_read_only)
So, I add "-w" to grep option.

Details

Provenance
higashik <kazuh@goo.jp>Authored on Dec 6 2015, 11:29 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.