Skip to content

Commit

Permalink
Merge pull request #381 from dolthub/fulghum/show_slave_status
Browse files Browse the repository at this point in the history
Add support for `show slave status`
  • Loading branch information
fulghum authored Nov 25, 2024
2 parents a1ccb74 + 07f6e12 commit b4036b7
Show file tree
Hide file tree
Showing 3 changed files with 7,287 additions and 7,237 deletions.
5 changes: 4 additions & 1 deletion go/vt/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ var (
{
input: "show replica status",
},
{
input: "show slave status",
},
{
input: "change replication source to SOURCE_HOST = 'Host'",
output: "change replication source to source_host = Host",
Expand Down Expand Up @@ -4271,7 +4274,7 @@ var (
output: "set global validate_password.length = 1",
},
{
input: "set @@session.validate_password.length = 1",
input: "set @@session.validate_password.length = 1",
},
}

Expand Down
Loading

0 comments on commit b4036b7

Please sign in to comment.