diff options
author | Andrey Hristov <andrey@php.net> | 2015-11-10 13:14:39 +0100 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2015-11-12 16:19:16 +0100 |
commit | 4248240648810fedf5d421f28a4f35936104657c (patch) | |
tree | ee2b5b38a137025befdf6236645ce488741c1007 /ext/mysqlnd/mysqlnd_ext_plugin.c | |
parent | 3f0a542d047f023ef6575a8cbd3e9edad64a040e (diff) | |
download | php-git-4248240648810fedf5d421f28a4f35936104657c.tar.gz |
MNDR:
- move the command factory to own file - mysqlnd_commands.c
Diffstat (limited to 'ext/mysqlnd/mysqlnd_ext_plugin.c')
-rw-r--r-- | ext/mysqlnd/mysqlnd_ext_plugin.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqlnd/mysqlnd_ext_plugin.c b/ext/mysqlnd/mysqlnd_ext_plugin.c index 6a6627bc47..d375dafcd8 100644 --- a/ext/mysqlnd/mysqlnd_ext_plugin.c +++ b/ext/mysqlnd/mysqlnd_ext_plugin.c @@ -21,6 +21,7 @@ #include "mysqlnd_priv.h" #include "mysqlnd_result.h" #include "mysqlnd_debug.h" +#include "mysqlnd_commands.h" #include "mysqlnd_ext_plugin.h" static struct st_mysqlnd_conn_methods * mysqlnd_conn_methods; |