#
0d3d2926 |
| 09-Aug-2010 |
Andrey Hristov |
Fix Request #52302 mysqli_fetch_all does not work with MYSQLI_USE_RESULT
|
Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3 |
|
#
e6dc3a5c |
| 13-Jul-2010 |
Andrey Hristov |
Give an error when USE_RESULT is used with fetch_all
|
Revision tags: php-5.3.3RC2, php-5.2.14RC2 |
|
#
53324e88 |
| 21-Jun-2010 |
Andrey Hristov |
Fix sprintf modifiers all around the place. In most cases %u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be the modifier
|
#
5a4a66cd |
| 18-Jun-2010 |
Andrey Hristov |
Fix for bug #52115 mysqli_result::fetch_all returns null, not an empty array
|
Revision tags: php-5.3.3RC1, php-5.2.14RC1 |
|
#
047d6f28 |
| 31-May-2010 |
Andrey Hristov |
Handle problems in the row_decoder, return type used to be void, now it can return on problems.
|
#
ce2fbe19 |
| 27-May-2010 |
Andrey Hristov |
Fix possible crashes, in case of OOM, due to half-baken objects.
|
#
58f13c3c |
| 25-May-2010 |
Andrey Hristov |
Handle the situation when MYSQLND_PROTOCOL's methods return NULL. mysqlnd should not crash but gracefully return with an error.
|
#
337513ff |
| 25-May-2010 |
Andrey Hristov |
Handle OOM in the code that generates PS Execute requests to the server. Fixes crashes in case of OOM.
|
#
29c99daa |
| 21-May-2010 |
Andrey Hristov |
Check set->data for validity before using it. Prevents crashes after OOM.
|
#
c881ee30 |
| 14-May-2010 |
Andrey Hristov |
Allow overloading of mysqlnd_result_meta_init(). Add free space for future hooks.
|
#
b86ebe46 |
| 14-May-2010 |
Andrey Hristov |
- Give possibility to overload mysqlnd_result_init(). - Always use conn->m->stmt_init instead of mysqlnd_stmt_init()
|
#
a78fa3fc |
| 13-May-2010 |
Andrey Hristov |
- initialize some variables - initialize the methods in a shorter way, use the compiler. = on structures copies them. Allows also exportability of the methods.
|
#
ebae62d7 |
| 04-May-2010 |
Andrey Hristov |
OOM stability fixes
|
#
6202b46f |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_res::store_result_fetch_data
|
#
cac35208 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_buffered_c()
|
#
4a8d751c |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_unbuffered_c()
|
#
d0cef550 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM stemming from mysqlnd_result_init in the same function and up the stack.
|
#
6dff9e55 |
| 03-May-2010 |
Andrey Hristov |
Handle gracefully OOM in mysqlnd_mempool_create and up the stack
|
#
864f2da7 |
| 03-May-2010 |
Andrey Hristov |
Remove unused parameter
|
#
34e56fea |
| 22-Apr-2010 |
Andrey Hristov |
Remove dead code and add possibility to fine tune the size of a mempool (used for result sets).
|
#
a175419f |
| 20-Apr-2010 |
Felipe Pena |
- Fix copyrights
|
#
cdac2b4e |
| 15-Apr-2010 |
Andrey Hristov |
Fix some int/uint comparison warnings
|
#
48e413eb |
| 15-Apr-2010 |
Andrey Hristov |
more WS
|
#
6aa682f5 |
| 15-Apr-2010 |
Andrey Hristov |
CS + WS changes
|
#
ec36ac16 |
| 26-Mar-2010 |
Andrey Hristov |
Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock as it is in when compiled from source and the default for mysqlnd. SuSE for example uses /var/run/mysql/mysql.sock . Al
Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sock as it is in when compiled from source and the default for mysqlnd. SuSE for example uses /var/run/mysql/mysql.sock . Also, sql.safe_mode (ext/mysql and ingres) needs the socket. Fix possible crashes in mysqlnd. When packets are shorter, functions should return error.
show more ...
|