Skip to content

Commit

Permalink
chore(MariaDBVariable): Add innodb_print_all_deadlocks
Browse files Browse the repository at this point in the history
  • Loading branch information
balamurali27 committed Jul 2, 2024
1 parent f8e2214 commit fe43023
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions press/fixtures/mariadb_variable.json
Original file line number Diff line number Diff line change
Expand Up @@ -298,5 +298,17 @@
"name": "max_heap_table_size",
"set_on_new_servers": 0,
"skippable": 0
},
{
"datatype": "Bool",
"default_value": null,
"doc_section": "innodb",
"docstatus": 0,
"doctype": "MariaDB Variable",
"dynamic": 1,
"modified": "2024-07-02 19:20:23.150723",
"name": "innodb_print_all_deadlocks",
"set_on_new_servers": 0,
"skippable": 0
}
]

0 comments on commit fe43023

Please sign in to comment.