Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-26 | 1 | -4/+20 | |
|\ \ | |/ | | | | | | | | | Conflicts: NEWS ext/mysqlnd/mysqlnd.c | |||||
| * | Fix for Bug #66141 (mysqlnd quote function is wrong with ↵ | Andrey Hristov | 2013-11-26 | 1 | -4/+8 | |
| | | | | | | | | NO_BACKSLASH_ESCAPES after failed query) | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-11-05 | 1 | -1/+0 | |
|\ \ | |/ | | | | | | | | | | | Conflicts: configure.in ext/mysqlnd/mysqlnd.c main/php_version.h | |||||
| * | Typo fix: umknown -> unknown | Lior Kaplan | 2013-10-31 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'PHP-5.4' | Kalle Sommer Nielsen | 2013-08-05 | 1 | -2/+6 | |
| | | ||||||
* | | Typo fix: umknown -> unknown | Martin Hujer | 2013-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | add some tracing | Andrey Hristov | 2013-08-08 | 1 | -6/+13 | |
| | | ||||||
* | | Merge branch 'PHP-5.5' | Kalle Sommer Nielsen | 2013-08-05 | 1 | -2/+6 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2013-07-03 | 1 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Make sure return value is initialised in case transaction startup fails | Johannes Schlüter | 2013-07-03 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | |||||
* | | don't include smart_str.h in a too global header, fixes #64718 | Johannes Schlüter | 2013-04-30 | 1 | -0/+1 | |
| | | ||||||
* | | Add savepoint and rollback to savepoint support | Andrey Hristov | 2013-02-08 | 1 | -0/+66 | |
| | | ||||||
* | | Export new calls | Andrey Hristov | 2013-02-07 | 1 | -3/+0 | |
| | | ||||||
* | | Add the name in a comment at commit/rollback, if provided | Andrey Hristov | 2013-02-07 | 1 | -1/+7 | |
| | | ||||||
* | | Add support for commit and rollback options. | Andrey Hristov | 2013-02-07 | 1 | -8/+121 | |
| | | | | | | | | | | Add support for explicitly starting a transaction - modes also available. Using the API makes the life of load balancer mysqlnd plugins easier/possible. | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-02-04 | 1 | -1/+8 | |
|\ \ | |/ | ||||||
| * | check the validity of the parameter | Andrey Hristov | 2013-02-04 | 1 | -1/+8 | |
| | | ||||||
| * | backport handling of expired passwords in mysqlnd to 5.4 | Andrey Hristov | 2013-01-09 | 1 | -1/+8 | |
| | | ||||||
* | | Use two dtors thus allow allocation based on the alloc model of the | Andrey Hristov | 2013-01-15 | 1 | -5/+19 | |
| | | | | | | | | connection. | |||||
* | | plug a leak - forgot ot use the dtor already written | Andrey Hristov | 2013-01-15 | 1 | -1/+2 | |
| | | ||||||
* | | Add support for connect attributes, as of MySQL 5.6 | Andrey Hristov | 2013-01-15 | 1 | -3/+90 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-01-09 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | Conflicts: ext/mysqlnd/mysqlnd.c | |||||
| * | fix compilation error after merge | Andrey Hristov | 2013-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-01-09 | 1 | -0/+2 | |
|\ \ | |/ | | | | | | | Conflicts: ext/mysqlnd/mysqlnd.c | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2013-01-09 | 1 | -0/+2 | |
| |\ | ||||||
| | * | Use during connect the flags set with set_client_option() | Andrey Hristov | 2013-01-09 | 1 | -0/+2 | |
| | | | ||||||
* | | | support for password expiration in mysqlnd, through a flag | Andrey Hristov | 2013-01-09 | 1 | -1/+8 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | fix valgrind warning | andrey | 2012-07-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | merge | andrey | 2012-06-29 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | andrey | 2012-06-29 | 1 | -0/+7 | |
| |\ \ | | |/ | ||||||
| | * | fix Bug #62273 Segmentation Fault in Mysqli/Mysqlnd | andrey | 2012-06-29 | 1 | -0/+7 | |
| | | | ||||||
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | move change_user closer to connect | Andrey Hristov | 2011-10-18 | 1 | -143/+138 | |
| | | | ||||||
| | * | - Fix folding | Johannes Schlüter | 2011-09-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix valgrind warnings in debug builds | Andrey Hristov | 2011-08-26 | 1 | -1/+1 | |
| | | | ||||||
| | * | relax constraint | Andrey Hristov | 2011-08-10 | 1 | -1/+1 | |
| | | | ||||||
| | * | longer error messages, don't cut them | Andrey Hristov | 2011-07-27 | 1 | -2/+2 | |
| | | | ||||||
| | * | free data in case of failure in the callee not in the caller | Andrey Hristov | 2011-07-05 | 1 | -5/+3 | |
| | | | ||||||
| | * | reuse code | Andrey Hristov | 2011-05-31 | 1 | -16/+15 | |
| | | | ||||||
| | * | revert to previous behavior | Andrey Hristov | 2011-02-25 | 1 | -2/+4 | |
| | | | ||||||
| | * | move from macros to functions, which can be overwritten, if needed | Andrey Hristov | 2011-02-25 | 1 | -1/+41 | |
| | | | ||||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix a small bug about affected_rows in the text protocol | Andrey Hristov | 2010-12-16 | 1 | -0/+3 | |
| | | | ||||||
| | * | don't crash if the API is used incorrectly | Andrey Hristov | 2010-12-06 | 1 | -2/+6 | |
| | | | ||||||
| | * | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -1/+2 | |
| | | |