Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | rename parameter, should not conflict with global symbol - | Andrey Hristov | 2010-10-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | the socket function | |||||
| | * | Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty ↵ | Ulf Wendel | 2010-10-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | declaration" | |||||
| | * | remove unneeded proxy function _mysqlnd_restart_psessoin | Andrey Hristov | 2010-09-15 | 1 | -3/+2 | |
| | | | ||||||
| | * | Remove unneeded proxy function _mysqlnd_end_psession | Andrey Hristov | 2010-09-15 | 1 | -2/+1 | |
| | | | ||||||
| | * | Sync with trunk, fixes build failure on MacOSX. | Andrey Hristov | 2010-08-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Fix for Bug #52417 MySQLi build failure with mysqlnd | |||||
| | * | - fix build | Pierre Joye | 2010-06-17 | 1 | -1/+1 | |
| | | | ||||||
| | * | Add possibility to control the allocator in when PHP is compiled | Andrey Hristov | 2010-05-04 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | with debug | |||||
| | * | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | a mempool (used for result sets). | |||||
| | * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 | |
| | | | ||||||
| | * | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | Patch was tested and compiles on Windows. (Thanks Kalle) | |||||
| * | | remove -dev for release | Stanislav Malyshev | 2012-02-28 | 1 | -1/+1 | |
| | | | ||||||
| * | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | Now really split the method tables and have different | Andrey Hristov | 2011-10-31 | 1 | -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 Hristov | 2011-10-31 | 1 | -59/+56 | |
| | | | | | | | | | | | | | | | A step in the direction of keeping internal data private | |||||
| * | | Bump internal version id after recent changes | Andrey Hristov | 2011-10-26 | 1 | -2/+2 | |
| | | | ||||||
| * | | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -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 Hristov | 2011-10-21 | 1 | -25/+2 | |
| | | | | | | | | | | | | | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin) | |||||
| * | | api_ext to reverse_api | Andrey Hristov | 2011-10-19 | 1 | -9/+0 | |
| | | | ||||||
| * | | export this existing function | Andrey Hristov | 2011-10-12 | 1 | -0/+3 | |
| | | | ||||||
| * | | - Fix TSRM build | Johannes Schlüter | 2011-09-01 | 1 | -2/+2 | |
| | | | ||||||
| * | | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd | Johannes Schlüter | 2011-08-31 | 1 | -0/+9 | |
| | | | ||||||
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | | ||||||
* | | | Now really split the method tables and have different | Andrey Hristov | 2011-10-31 | 1 | -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 Hristov | 2011-10-31 | 1 | -59/+56 | |
| | | | | | | | | | | | | | | | A step in the direction of keeping internal data private | |||||
* | | | Bump internal version id after recent changes | Andrey Hristov | 2011-10-26 | 1 | -2/+2 | |
| | | | ||||||
* | | | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -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 Hristov | 2011-10-21 | 1 | -25/+2 | |
| | | | | | | | | | | | | | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin) | |||||
* | | | api_ext to reverse_api | Andrey Hristov | 2011-10-19 | 1 | -9/+0 | |
| | | | ||||||
* | | | export this existing function | Andrey Hristov | 2011-10-12 | 1 | -0/+3 | |
| | | | ||||||
* | | | - Fix TSRM build | Johannes Schlüter | 2011-09-01 | 1 | -2/+2 | |
| | | | ||||||
* | | | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd | Johannes Schlüter | 2011-08-31 | 1 | -0/+9 | |
|/ / | ||||||
* | | Update of mysqlnd version. This has been forgotten when introducing ↵ | Ulf Wendel | 2011-03-25 | 1 | -2/+2 | |
| | | | | | | | | set_autocommit, tx_commit, tx_rollback calls (http://svn.php.net/viewvc?view=revision&revision=308669). | |||||
* | | Fix compressed build, make it easier | Andrey Hristov | 2011-03-23 | 1 | -0/+4 | |
| | | ||||||
* | | new function/methods - mysqlnd_stmt_flush. Removing | Andrey Hristov | 2011-03-18 | 1 | -0/+1 | |
| | | | | | | | | | | code duplication | |||||
* | | move from macros to functions, which can be overwritten, if needed | Andrey Hristov | 2011-02-25 | 1 | -3/+3 | |
| | | ||||||
* | | Change things to allow passing of the password length | Andrey Hristov | 2011-01-14 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | to mysqlnd. This is needed as a password might include a \0 and thus we need to be binary safe. | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -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 windows | Andrey Hristov | 2010-10-22 | 1 | -1/+1 | |
| | | ||||||
* | | rename parameter, should not conflict with global symbol - | Andrey Hristov | 2010-10-05 | 1 | -1/+1 | |
| | | | | | | | | | | the socket function | |||||
* | | Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty ↵ | Ulf Wendel | 2010-10-04 | 1 | -1/+1 | |
| | | | | | | | | declaration" | |||||
* | | remove unneeded proxy function _mysqlnd_restart_psessoin | Andrey Hristov | 2010-09-15 | 1 | -3/+2 | |
| | | ||||||
* | | Remove unneeded proxy function _mysqlnd_end_psession | Andrey Hristov | 2010-09-15 | 1 | -2/+1 | |
| | | ||||||
* | | - fix build | Pierre Joye | 2010-06-17 | 1 | -1/+1 | |
| | | ||||||
* | | Add possibility to control the allocator in when PHP is compiled | Andrey Hristov | 2010-05-04 | 1 | -0/+6 | |
| | | | | | | | | | | with debug | |||||
* | | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 1 | -0/+1 | |
| | | | | | | | | | | a mempool (used for result sets). | |||||
* | | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 | |
| | | ||||||
* | | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -0/+2 | |
|/ | | | | | Patch was tested and compiles on Windows. (Thanks Kalle) | |||||
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 1 | -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 PS | Andrey Hristov | 2010-03-12 | 1 | -10/+14 | |
| |