Commit 974385d3 authored by Alain Takoudjou's avatar Alain Takoudjou

stack erp5: update mariadb schema with new option

parent 17746078
...@@ -91,6 +91,13 @@ ...@@ -91,6 +91,13 @@
"minimum": 0, "minimum": 0,
"type": "integer" "type": "integer"
}, },
"innodb-file-per-table": {
"description": "See MariaDB documentation on innodb_file_per_table",
"minimum": 0,
"maximum": 1,
"default": 0,
"type": "integer"
},
"long-query-time": { "long-query-time": {
"description": "Number of seconds above which long queries are logged", "description": "Number of seconds above which long queries are logged",
"minimum": 0, "minimum": 0,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment