mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix #80330: Replace language in APIs and source code/docs
Rename MYSQLI_REFRESH_SLAVE to MYSQLI_REFRESH_REPLICA in line with upstream change in MySQL. The old name is retained for backwards-compatibility reasons, and may be deprecated/removed in the future. Closes GH-6632.
This commit is contained in:
parent
71301f5baf
commit
ed24f0f201
6 changed files with 14 additions and 1 deletions
|
@ -125,6 +125,7 @@
|
|||
#define REFRESH_STATUS MYSQLND_REFRESH_STATUS
|
||||
#define REFRESH_THREADS MYSQLND_REFRESH_THREADS
|
||||
#define REFRESH_SLAVE MYSQLND_REFRESH_SLAVE
|
||||
#define REFRESH_REPLICA MYSQLND_REFRESH_REPLICA
|
||||
#define REFRESH_MASTER MYSQLND_REFRESH_MASTER
|
||||
#define REFRESH_BACKUP_LOG MYSQLND_REFRESH_BACKUP_LOG
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue