summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-261-4/+20
|\ \ | |/ | | | | | | | | Conflicts: NEWS ext/mysqlnd/mysqlnd.c
| * Fix for Bug #66141 (mysqlnd quote function is wrong with ↵Andrey Hristov2013-11-261-4/+8
| | | | | | | | NO_BACKSLASH_ESCAPES after failed query)
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-11-051-1/+0
|\ \ | |/ | | | | | | | | | | Conflicts: configure.in ext/mysqlnd/mysqlnd.c main/php_version.h
| * Typo fix: umknown -> unknownLior Kaplan2013-10-311-2/+2
| |
| * Merge branch 'PHP-5.4'Kalle Sommer Nielsen2013-08-051-2/+6
| |
* | Typo fix: umknown -> unknownMartin Hujer2013-10-311-1/+1
| |
* | add some tracingAndrey Hristov2013-08-081-6/+13
| |
* | Merge branch 'PHP-5.5'Kalle Sommer Nielsen2013-08-051-2/+6
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2013-07-031-2/+2
|\ \ | |/
| * Make sure return value is initialised in case transaction startup failsJohannes Schlüter2013-07-031-2/+2
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | don't include smart_str.h in a too global header, fixes #64718Johannes Schlüter2013-04-301-0/+1
| |
* | Add savepoint and rollback to savepoint supportAndrey Hristov2013-02-081-0/+66
| |
* | Export new callsAndrey Hristov2013-02-071-3/+0
| |
* | Add the name in a comment at commit/rollback, if providedAndrey Hristov2013-02-071-1/+7
| |
* | Add support for commit and rollback options.Andrey Hristov2013-02-071-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.5Andrey Hristov2013-02-041-1/+8
|\ \ | |/
| * check the validity of the parameterAndrey Hristov2013-02-041-1/+8
| |
| * backport handling of expired passwords in mysqlnd to 5.4Andrey Hristov2013-01-091-1/+8
| |
* | Use two dtors thus allow allocation based on the alloc model of theAndrey Hristov2013-01-151-5/+19
| | | | | | | | connection.
* | plug a leak - forgot ot use the dtor already writtenAndrey Hristov2013-01-151-1/+2
| |
* | Add support for connect attributes, as of MySQL 5.6Andrey Hristov2013-01-151-3/+90
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-1/+1
|\ \ | |/ | | | | | | Conflicts: ext/mysqlnd/mysqlnd.c
| * fix compilation error after mergeAndrey Hristov2013-01-091-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-01-091-0/+2
|\ \ | |/ | | | | | | Conflicts: ext/mysqlnd/mysqlnd.c
| * Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2013-01-091-0/+2
| |\
| | * Use during connect the flags set with set_client_option()Andrey Hristov2013-01-091-0/+2
| | |
* | | support for password expiration in mysqlnd, through a flagAndrey Hristov2013-01-091-1/+8
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
| |\ \ | | |/
| | * bump yearXinchen Hui2013-01-061-1/+1
| | |
| * | fix valgrind warningandrey2012-07-091-1/+1
| | |
| * | mergeandrey2012-06-291-1/+1
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-06-291-0/+7
| |\ \ | | |/
| | * fix Bug #62273 Segmentation Fault in Mysqli/Mysqlndandrey2012-06-291-0/+7
| | |
| | * - Year++Felipe Pena2012-01-011-1/+1
| | |
| | * move change_user closer to connectAndrey Hristov2011-10-181-143/+138
| | |
| | * - Fix foldingJohannes Schlüter2011-09-251-1/+1
| | |
| | * fix valgrind warnings in debug buildsAndrey Hristov2011-08-261-1/+1
| | |
| | * relax constraintAndrey Hristov2011-08-101-1/+1
| | |
| | * longer error messages, don't cut themAndrey Hristov2011-07-271-2/+2
| | |
| | * free data in case of failure in the callee not in the callerAndrey Hristov2011-07-051-5/+3
| | |
| | * reuse codeAndrey Hristov2011-05-311-16/+15
| | |
| | * revert to previous behaviorAndrey Hristov2011-02-251-2/+4
| | |
| | * move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-251-1/+41
| | |
| | * - Year++Felipe Pena2011-01-011-1/+1
| | |
| | * fix a small bug about affected_rows in the text protocolAndrey Hristov2010-12-161-0/+3
| | |
| | * don't crash if the API is used incorrectlyAndrey Hristov2010-12-061-2/+6
| | |
| | * profiling in trace modeAndrey Hristov2010-10-221-1/+2
| | |