Skip to content

Commit

Permalink
fix: rename mysql options slave to replica
Browse files Browse the repository at this point in the history
Renamed upstream
  • Loading branch information
williamdes committed Jul 16, 2020
1 parent d5453e5 commit 633e667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,6 @@
"type": "integer"
}
],
"name": "replication-options-slave",
"url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-slave.html"
"name": "replication-options-replica",
"url": "https://dev.mysql.com/doc/refman/8.0/en/replication-options-replica.html"
}
4 changes: 2 additions & 2 deletions src/MySQL.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ const pages = [
name: 'replication-options-gtids',
},
{
url: KB_URL + 'replication-options-slave.html',
name: 'replication-options-slave',
url: KB_URL + 'replication-options-replica.html',
name: 'replication-options-replica',
},
{
url: KB_URL + 'replication-options-master.html',
Expand Down

0 comments on commit 633e667

Please sign in to comment.