#
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. |
#
433cb868 |
| 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. |
#
954e7db6 |
| 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. |
#
a2548210 |
| 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. |
#
8a093b38 |
| 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() |
#
8691786e |
| 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. |
#
07619b71 |
| 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 |
#
d53337bb |
| 04-May-2010 |
Andrey Hristov |
OOM stability fixes |
#
6202b46f |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_res::store_result_fetch_data |
#
5ca71c00 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_res::store_result_fetch_data |
#
9c276eee |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_buffered_c() |
#
cac35208 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_buffered_c() |
#
2b000960 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_unbuffered_c() |
#
4a8d751c |
| 03-May-2010 |
Andrey Hristov |
Handle OOM in mysqlnd_fetch_row_unbuffered_c() |
#
2b18a3ff |
| 03-May-2010 |
Andrey Hristov |
Handle OOM stemming from mysqlnd_result_init in the same function and up the stack. |
#
d0cef550 |
| 03-May-2010 |
Andrey Hristov |
Handle OOM stemming from mysqlnd_result_init in the same function and up the stack. |
#
7de2607c |
| 03-May-2010 |
Andrey Hristov |
Handle gracefully OOM in mysqlnd_mempool_create and up the stack |
#
6dff9e55 |
| 03-May-2010 |
Andrey Hristov |
Handle gracefully OOM in mysqlnd_mempool_create and up the stack |
#
ec0fe858 |
| 03-May-2010 |
Andrey Hristov |
Remove unused parameter |