summaryrefslogtreecommitdiff
path: root/ext/mysqli/mysqli_mysqlnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mysqli/mysqli_mysqlnd.h')
-rw-r--r--ext/mysqli/mysqli_mysqlnd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_mysqlnd.h b/ext/mysqli/mysqli_mysqlnd.h
index 920f0d4b04..baa7745e81 100644
--- a/ext/mysqli/mysqli_mysqlnd.h
+++ b/ext/mysqli/mysqli_mysqlnd.h
@@ -37,5 +37,6 @@
#define mysqli_close(c, how) mysqlnd_close((c), (how))
#define mysqli_stmt_close(c, implicit) mysqlnd_stmt_close((c), (implicit))
#define mysqli_free_result(r, implicit) mysqlnd_free_result((r), (implicit))
+#define mysqli_bg_store_result(r) mysqlnd_bg_store_result((r))
#endif