mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Making mysqlnd emit no warnings when fetching pooled persistent connections that have timed out or are unusable for any other reason - bug #49761
This commit is contained in:
parent
ab4670ee53
commit
d8dc47d58f
7 changed files with 12 additions and 8 deletions
|
@ -41,7 +41,7 @@
|
|||
/* functions */
|
||||
#define mysql_affected_rows(r) mysqlnd_affected_rows((r))
|
||||
#define mysql_autocommit(r,m) mysqlnd_autocommit((r),(m))
|
||||
#define mysql_change_user(r,a,b,c) mysqlnd_change_user((r), (a), (b), (c))
|
||||
#define mysql_change_user(r,a,b,c) mysqlnd_change_user((r), (a), (b), (c), FALSE)
|
||||
#define mysql_character_set_name(c) mysqlnd_character_set_name((c))
|
||||
#define mysql_close(r) mysqlnd_close((r), MYSQLND_CLOSE_EXPLICIT)
|
||||
#define mysql_commit(r) mysqlnd_commit((r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue