| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
|
| |
Includes 4 tests for mysqli_poll
|
|
|
|
|
|
|
|
|
|
| |
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Windows. For Linux needs some touches to add pthreads if this is enabled,
probably with a compile-time switch.
The code reorganisation makes it easy to add also async API, similar to
cURL's one.
|
| |
|
|
|
|
|
| |
Updated ext/mysql and ext/mysqli in HEAD
|
|
|
|
|
| |
(Similar to what ext/libxml is..)
|
|
with libmysql or mysqld.
Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.
|