summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
Commit message (Collapse)AuthorAgeFilesLines
...
| | * rename parameter, should not conflict with global symbol - Andrey Hristov2010-10-051-1/+1
| | | | | | | | | | | | | | | the socket function
| | * Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty ↵Ulf Wendel2010-10-041-1/+1
| | | | | | | | | | | | declaration"
| | * remove unneeded proxy function _mysqlnd_restart_psessoinAndrey Hristov2010-09-151-3/+2
| | |
| | * Remove unneeded proxy function _mysqlnd_end_psessionAndrey Hristov2010-09-151-2/+1
| | |
| | * Sync with trunk, fixes build failure on MacOSX.Andrey Hristov2010-08-161-1/+1
| | | | | | | | | | | | | | | Fix for Bug #52417 MySQLi build failure with mysqlnd
| | * - fix buildPierre Joye2010-06-171-1/+1
| | |
| | * Add possibility to control the allocator in when PHP is compiledAndrey Hristov2010-05-041-0/+6
| | | | | | | | | | | | | | | with debug
| | * Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-0/+1
| | | | | | | | | | | | | | | a mempool (used for result sets).
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | |
| | * Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+2
| | | | | | | | | | | | | | | Patch was tested and compiles on Windows. (Thanks Kalle)
| * | remove -dev for releaseStanislav Malyshev2012-02-281-1/+1
| | |
| * | - Year++Felipe Pena2012-01-011-1/+1
| | |
| * | Now really split the method tables and have differentAndrey Hristov2011-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | | 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.
| * | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-59/+56
| | | | | | | | | | | | | | | A step in the direction of keeping internal data private
| * | Bump internal version id after recent changesAndrey Hristov2011-10-261-2/+2
| | |
| * | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-0/+1
| | | | | | | | | | | | | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
| * | shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-25/+2
| | | | | | | | | | | | | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
| * | api_ext to reverse_apiAndrey Hristov2011-10-191-9/+0
| | |
| * | export this existing functionAndrey Hristov2011-10-121-0/+3
| | |
| * | - Fix TSRM buildJohannes Schlüter2011-09-011-2/+2
| | |
| * | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlndJohannes Schlüter2011-08-311-0/+9
| | |
* | | - Year++Felipe Pena2012-01-011-1/+1
| | |
* | | Now really split the method tables and have differentAndrey Hristov2011-10-311-2/+2
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-59/+56
| | | | | | | | | | | | | | | A step in the direction of keeping internal data private
* | | Bump internal version id after recent changesAndrey Hristov2011-10-261-2/+2
| | |
* | | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-0/+1
| | | | | | | | | | | | | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
* | | shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-25/+2
| | | | | | | | | | | | | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
* | | api_ext to reverse_apiAndrey Hristov2011-10-191-9/+0
| | |
* | | export this existing functionAndrey Hristov2011-10-121-0/+3
| | |
* | | - Fix TSRM buildJohannes Schlüter2011-09-011-2/+2
| | |
* | | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlndJohannes Schlüter2011-08-311-0/+9
|/ /
* | Update of mysqlnd version. This has been forgotten when introducing ↵Ulf Wendel2011-03-251-2/+2
| | | | | | | | set_autocommit, tx_commit, tx_rollback calls (http://svn.php.net/viewvc?view=revision&revision=308669).
* | Fix compressed build, make it easierAndrey Hristov2011-03-231-0/+4
| |
* | new function/methods - mysqlnd_stmt_flush. RemovingAndrey Hristov2011-03-181-0/+1
| | | | | | | | | | code duplication
* | move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-251-3/+3
| |
* | Change things to allow passing of the password lengthAndrey Hristov2011-01-141-1/+2
| | | | | | | | | | | | | | to mysqlnd. This is needed as a password might include a \0 and thus we need to be binary safe.
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | extending the API interface - plugins can registerAndrey Hristov2010-12-281-2/+11
| | | | | | | | | | | | | | | | themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO.
* | last piece to enable trace logging on windowsAndrey Hristov2010-10-221-1/+1
| |
* | rename parameter, should not conflict with global symbol - Andrey Hristov2010-10-051-1/+1
| | | | | | | | | | the socket function
* | Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty ↵Ulf Wendel2010-10-041-1/+1
| | | | | | | | declaration"
* | remove unneeded proxy function _mysqlnd_restart_psessoinAndrey Hristov2010-09-151-3/+2
| |
* | Remove unneeded proxy function _mysqlnd_end_psessionAndrey Hristov2010-09-151-2/+1
| |
* | - fix buildPierre Joye2010-06-171-1/+1
| |
* | Add possibility to control the allocator in when PHP is compiledAndrey Hristov2010-05-041-0/+6
| | | | | | | | | | with debug
* | Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-0/+1
| | | | | | | | | | a mempool (used for result sets).
* | - Fix copyrightsFelipe Pena2010-04-201-2/+2
| |
* | Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+2
|/ | | | | Patch was tested and compiles on Windows. (Thanks Kalle)
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-56/+1
| | | | | | | | needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch mysqlnd internals instead of using API calls.
* allow persistency of PSAndrey Hristov2010-03-121-10/+14
|