History log of /PHP-5.6/ext/mysqlnd/mysqlnd.c (Results 176 – 200 of 304)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0e8b3809 26-May-2010 Andrey Hristov

Don't use conn->net without checking if it is NULL, because
it can be NULL in OOM conditions. This would cause a crash.


# ce136a82 26-May-2010 Andrey Hristov

Don't use conn->net without checking if it is NULL, because
it can be NULL in OOM conditions. This would cause a crash.


# 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.


# bcdc3b30 25-May-2010 Andrey Hristov

Init should return status value because initialization can fail.
In this case mysqlnd_init() should return NULL to the end-user.


# 6d434e70 25-May-2010 Andrey Hristov

Init should return status value because initialization can fail.
In this case mysqlnd_init() should return NULL to the end-user.


# 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()


# 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


# 333581fc 03-May-2010 Andrey Hristov

Better handing of OOM in mysqlnd::set_client_option


# d0abd951 03-May-2010 Andrey Hristov

Better handing of OOM in mysqlnd::set_client_option


# a3168a39 29-Apr-2010 Andrey Hristov

Handle OOM cases, in case of persistent connections this is real
and the Zend MM won't help.


# 3010485d 29-Apr-2010 Andrey Hristov

Handle OOM cases, in case of persistent connections this is real
and the Zend MM won't help.


# 2c382665 29-Apr-2010 Andrey Hristov

Fix valgrind warning, usage of nirvana memory


# aec94a46 29-Apr-2010 Andrey Hristov

Fix valgrind warning, usage of nirvana memory


# fa408472 29-Apr-2010 Andrey Hristov

Fix possible crashes in case of OOM, as well as a leak.


# ac172db0 29-Apr-2010 Andrey Hristov

Fix possible crashes in case of OOM, as well as a leak.


# be5920b3 27-Apr-2010 Andrey Hristov

Move the macro to mysqlnd_enum_n_def.h, because it can be reused
in other places. Also, premultiply the values by 4 and add some
reserve for future releases of the server.


# 4b658e3d 27-Apr-2010 Andrey Hristov

Move the macro to mysqlnd_enum_n_def.h, because it can be reused
in other places. Also, premultiply the values by 4 and add some
reserve for future releases of the server.


# 5bb74e65 27-Apr-2010 Andrey Hristov

Fixed buffer overflow in mysqlnd_change_user


# 207a72ca 27-Apr-2010 Andrey Hristov

Fixed buffer overflow in mysqlnd_change_user


# c92c788c 27-Apr-2010 Andrey Hristov

Fixed possible buffer overflow in mysqlnd_conn__list_fields.


# 6f6909e5 27-Apr-2010 Andrey Hristov

Fixed possible buffer overflow in mysqlnd_conn__list_fields.


# 804b9505 20-Apr-2010 Andrey Hristov

It is possible that change user tries an user who has old password.
Instead of error message that doesn't say much there is more information now.


12345678910>>...13