]> granicus.if.org Git - php/commit
Change of way the packet objects are created/initialised
authorAndrey Hristov <andrey@php.net>
Thu, 7 Jan 2010 19:44:59 +0000 (19:44 +0000)
committerAndrey Hristov <andrey@php.net>
Thu, 7 Jan 2010 19:44:59 +0000 (19:44 +0000)
commit73b23fca37d6d27d703511d9a7eedad84e786f23
tree2f47b8e985d32d184670ef663021cbeea12402ba
parent1ee6c8277faa3f48ab8e82888a34e0e2d0a8ea1f
Change of way the packet objects are created/initialised
If the protocol gets changed, ever, we can decide at runtime
easily which protocol to use by instantiating the right protocol
object. But this is restricted to the structure of the packets, not
the flow.
ext/mysqlnd/mysqlnd.c
ext/mysqlnd/mysqlnd_net.c
ext/mysqlnd/mysqlnd_net.h
ext/mysqlnd/mysqlnd_ps.c
ext/mysqlnd/mysqlnd_result.c
ext/mysqlnd/mysqlnd_result_meta.c
ext/mysqlnd/mysqlnd_structs.h
ext/mysqlnd/mysqlnd_wireprotocol.c
ext/mysqlnd/mysqlnd_wireprotocol.h