Merge "Add max_prepared_stmt_count to validation rules"

This commit is contained in:
Jenkins 2016-09-23 15:16:58 +00:00 committed by Gerrit Code Review
commit 85b2e40316
5 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}

View File

@ -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"
}
]
}