#
92ec40d8 |
| 31-Oct-2011 |
Andrey Hristov |
Now really split the method tables and have different methods for the handle and the data object. Add auxiliary functions to work with the new methods. Add possibility to clone a connecti
Now really split the method tables and have different methods for the handle and the data object. Add auxiliary functions to work with the new methods. Add possibility to clone a connection object - shadow copy.
show more ...
|
#
6a9feb73 |
| 31-Oct-2011 |
Andrey Hristov |
Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. A step in the direction of keeping internal data private
|
#
8fb6bdd5 |
| 31-Oct-2011 |
Andrey Hristov |
Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. A step in the direction of keeping internal data private
|
#
f926a3c0 |
| 25-Oct-2011 |
Andrey Hristov |
Move from directly referencing an aggregated structure to using a pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite
Move from directly referencing an aggregated structure to using a pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
show more ...
|
#
845d8fa1 |
| 25-Oct-2011 |
Andrey Hristov |
Move from directly referencing an aggregated structure to using a pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite
Move from directly referencing an aggregated structure to using a pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
show more ...
|
#
4321da03 |
| 24-Oct-2011 |
Andrey Hristov |
move plugin specific stuff to one file. create object factory for similar objects
|
#
37401880 |
| 24-Oct-2011 |
Andrey Hristov |
move plugin specific stuff to one file. create object factory for similar objects
|
#
e111b23d |
| 21-Oct-2011 |
Andrey Hristov |
fix the build
|
#
7472c081 |
| 21-Oct-2011 |
Andrey Hristov |
add files that weren't committed with the previous commit
|
#
652490d4 |
| 21-Oct-2011 |
Andrey Hristov |
shift code around to two new files - mysqlnd_driver.c and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
|