| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Add support for flags and name for commit/rollback in libmysql mode
|
| |
|
| |
|
|
|
|
|
| |
in always true. Thanks Stas.
|
|
|
|
| |
mysqlnd is used
|
|
|
|
|
|
|
| |
to mysqlnd. This is needed as a password might include
a \0 and thus we need to be binary safe.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
spaces at the end of a line, if one uses an editor which removes them on save and diff's get blown
up by white space changes...
Changes:
- remove end of line white space
- fix compiler warning "ext/mysqli/mysqli_priv.h:156:27: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli_fe.h:135:25: warning: no newline at end of file"
- fix compiler warning "ext/mysqli/mysqli.c:896:11: warning: extra tokens at end of #ifdef directive"
|
|
|
|
|
|
| |
- USE_RESULT, can be iterated only once, kind of forward iterator
- STORE_RESULT, can be iterated multiple times
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
might not be available for some weird reasons. Added the macros
that we need, in that case
Code by Jess Portnoy
|
|
|
|
| |
that have timed out or are unusable for any other reason - bug #49761
|
|
|
|
| |
handle. Most of the patch comes from Andrey.
|
|
Patch ext/mysql and ext/mysqli to support mysqlnd
|