Skip to content

Commit

Permalink
chore(mariadb-variable): Add long_query_time
Browse files Browse the repository at this point in the history
Sometimes we may need to find queries that take less than 10s to
complete (eg: 5s)
  • Loading branch information
balamurali27 committed Jan 13, 2025
1 parent 55a219a commit 112156c
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 @@ -394,5 +394,17 @@
"name": "binlog_format",
"set_on_new_servers": 0,
"skippable": 0
},
{
"datatype": "Str",
"default_value": null,
"doc_section": "server",
"docstatus": 0,
"doctype": "MariaDB Variable",
"dynamic": 1,
"modified": "2025-01-13 12:24:41.969815",
"name": "long_query_time",
"set_on_new_servers": 0,
"skippable": 0
}
]

0 comments on commit 112156c

Please sign in to comment.