You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: jobs/mysql/spec
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -263,6 +263,17 @@ properties:
263
263
description: 'Threshold in seconds above which SQL queries get logged in the slow query log file'
264
264
265
265
cf_mysql.mysql.bootstrap_enabled:
266
-
default: true
266
+
default: true
267
267
description: 'Enables usage of bootsrap procedure'
268
268
269
+
cf_mysql.mysql.wait_timeout:
270
+
default: 28800
271
+
description: 'The number of seconds the server waits for activity on a noninteractive connection before closing it.'
272
+
273
+
cf_mysql.mysql.interactive_timeout:
274
+
default: 28800
275
+
description: 'The number of seconds the server waits for activity on an interactive connection before closing it.'
276
+
277
+
cf_mysql.mysql.innodb_force_primary_key:
278
+
default: false
279
+
description: 'If set to true (false is default) CREATE TABLEs without a primary or unique key where all keyparts are NOT NULL will not be accepted, and will return an error.'
0 commit comments