Merge "Add max_prepared_stmt_count to validation rules"
This commit is contained in:
commit
85b2e40316
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- Add 'max-prepared-stmt-cnt' to the list of valid
|
||||
values which can be used in configuration groups
|
||||
for Mysql, Percona, MariaDB and PXC
|
@ -237,6 +237,13 @@
|
||||
"restart_required": false,
|
||||
"min": 0,
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "max_prepared_stmt_count",
|
||||
"restart_required": false,
|
||||
"max": 1048576,
|
||||
"min": 0,
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -237,6 +237,13 @@
|
||||
"restart_required": false,
|
||||
"min": 0,
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "max_prepared_stmt_count",
|
||||
"restart_required": false,
|
||||
"max": 1048576,
|
||||
"min": 0,
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -225,6 +225,13 @@
|
||||
"restart_required": false,
|
||||
"min": 0,
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "max_prepared_stmt_count",
|
||||
"restart_required": false,
|
||||
"max": 1048576,
|
||||
"min": 0,
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
}
|
@ -225,6 +225,13 @@
|
||||
"restart_required": false,
|
||||
"min": 0,
|
||||
"type": "float"
|
||||
},
|
||||
{
|
||||
"name": "max_prepared_stmt_count",
|
||||
"restart_required": false,
|
||||
"max": 1048576,
|
||||
"min": 0,
|
||||
"type": "integer"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user