Updated documentation and set C99 mode as the default.
This commit is contained in:
@ -98,6 +98,14 @@ A list of event names which cause the script to be executed. If this option is n
|
|||||||
events=master_down,slave_down
|
events=master_down,slave_down
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### `mysql51_only`
|
||||||
|
|
||||||
|
Enable support for MySQL 5.1 replication monitoring. This is needed if a MySQL server older than 5.5 is used as a slave in replication.
|
||||||
|
|
||||||
|
```
|
||||||
|
mysql51_only=true
|
||||||
|
```
|
||||||
|
|
||||||
## Script events
|
## Script events
|
||||||
|
|
||||||
Here is a table of all possible event types and their descriptions.
|
Here is a table of all possible event types and their descriptions.
|
||||||
|
@ -21,7 +21,7 @@ endmacro()
|
|||||||
macro(set_variables)
|
macro(set_variables)
|
||||||
|
|
||||||
# Use C99
|
# Use C99
|
||||||
set(USE_C99 FALSE CACHE BOOL "Use C99 standard")
|
set(USE_C99 TRUE CACHE BOOL "Use C99 standard")
|
||||||
|
|
||||||
# hostname or IP address of MaxScale's host
|
# hostname or IP address of MaxScale's host
|
||||||
set(TEST_HOST "127.0.0.1" CACHE STRING "hostname or IP address of MaxScale's host")
|
set(TEST_HOST "127.0.0.1" CACHE STRING "hostname or IP address of MaxScale's host")
|
||||||
|
Reference in New Issue
Block a user