Skip to content

Commit

Permalink
add slave as alias for replica
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cor committed Nov 22, 2024
1 parent a1ccb74 commit 83fe97d
Show file tree
Hide file tree
Showing 3 changed files with 7,287 additions and 7,236 deletions.
4 changes: 4 additions & 0 deletions go/vt/sqlparser/parse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ var (
{
input: "show replica status",
},
{
input: "show slave status",
output: "show replica status",
},
{
input: "change replication source to SOURCE_HOST = 'Host'",
output: "change replication source to source_host = Host",
Expand Down
Loading

0 comments on commit 83fe97d

Please sign in to comment.