mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Add support for connect attributes, as of MySQL 5.6
This commit is contained in:
parent
be07f815f2
commit
1ff4352263
8 changed files with 171 additions and 8 deletions
|
@ -106,7 +106,8 @@
|
|||
#define mysql_stmt_more_results(s) mysqlnd_stmt_more_results((s))
|
||||
#define mysql_thread_safe() mysqlnd_thread_safe()
|
||||
#define mysql_info(r) mysqlnd_info((r))
|
||||
#define mysql_options(r,a,b) mysqlnd_options((r), (a), (b))
|
||||
#define mysql_options(c,a,v) mysqlnd_options((c), (a), (v))
|
||||
#define mysql_options4(c,a,k,v) mysqlnd_options4((c), (a), (k), (v))
|
||||
#define mysql_stmt_init(r) mysqlnd_stmt_init((r))
|
||||
#define mysql_free_result(r) mysqlnd_free_result((r), FALSE)
|
||||
#define mysql_store_result(r) mysqlnd_store_result((r))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue