Skip to content

Commit

Permalink
feat: add variables for MySQL 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 24, 2024
1 parent 435f5d2 commit b9a5257
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rust/mysql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,11 @@ pub fn get_pages() -> Vec<PageProcess<'static>> {
name: "server-system-variables".to_string(),
data_type: "variables",
},
PageProcess {
url: KB_URL57.to_owned() + "server-system-variables.html",
name: "server-system-variables_5.7".to_string(),
data_type: "variables",
},
PageProcess {
url: KB_URL.to_owned() + "server-status-variables.html",
name: "server-status-variables".to_string(),
Expand Down

0 comments on commit b9a5257

Please sign in to comment.