History log of /php-src/ext/mysqlnd/mysqlnd_result.c (Results 151 – 175 of 356)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# f926a3c0 25-Oct-2011 Andrey Hristov

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage

show more ...

# 845d8fa1 25-Oct-2011 Andrey Hristov

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite

Move from directly referencing an aggregated structure to using a
pointer to a structure. The structure is still aggregated but we add
a level of indirection for possible plugins to overwrite the storage

show more ...

# 652490d4 21-Oct-2011 Andrey Hristov

shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)

# 13981387 21-Oct-2011 Andrey Hristov

shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)

Revision tags: php-5.4.0beta2, php-5.4.0beta1
# 3a510c61 05-Sep-2011 Andrey Hristov

missing from previous commit for #55582

# 4325a8bf 05-Sep-2011 Andrey Hristov

Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used

# 5308ed60 05-Sep-2011 Andrey Hristov

Fix for Bug #55582 mysqli_num_rows() returns always 0 for unbuffered, when mysqlnd is used

Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5
# c9e7716c 04-Aug-2011 Andrey Hristov

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error(

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error() only the last error is being reported.
In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found.
The list is reset when the next command is executed

show more ...

# 11f198b2 04-Aug-2011 Andrey Hristov

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error(

Add mysqli_error_list() that returns an array with errors. Typically only
one and just one for libmysql. mysqlnd can return generate more than one error
during its work and with mysqli_error() only the last error is being reported.
In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found.
The list is reset when the next command is executed

show more ...

Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# a417820b 17-May-2011 Andrey Hristov

exchange a "trap" with an error

# 77827329 17-May-2011 Andrey Hristov

exchange a "trap" with an error

# 6c2f42b5 17-May-2011 Andrey Hristov

exchange a "trap" with an error

# 5572becc 22-Mar-2011 Andrey Hristov

palloc is long dead, use more appropriate name

# 3ffac762 22-Mar-2011 Andrey Hristov

palloc is long dead, use more appropriate name

# 081b001c 22-Mar-2011 Andrey Hristov

remove more unneeded includes

# cfb01aab 22-Mar-2011 Andrey Hristov

remove more unneeded includes

# 3afdf62d 21-Mar-2011 Andrey Hristov

throw out legacy code, that never was used for something
useful. Was added for QC but QC is now a plugin, not part of
the core.

# ca5df2a8 18-Mar-2011 Andrey Hristov

less trace info

Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# 7a1f54ff 21-Feb-2011 Andrey Hristov

fix invalid memory read. Thank you, valgrind

# 2e30412f 21-Feb-2011 Andrey Hristov

fix invalid memory read. Thank you, valgrind

Revision tags: php-5.3.6RC1
# eb0dd2b8 16-Feb-2011 Andrey Hristov

fixed a problem in mysqlnd. 0 was always as num_rows returned for
unbuffered sets (text protocol and PS).

# 1bdc780d 16-Feb-2011 Andrey Hristov

fixed a problem in mysqlnd. 0 was always as num_rows returned for
unbuffered sets (text protocol and PS).

# eaaef0d8 07-Jan-2011 Andrey Hristov

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.

show more ...

# 5549e066 07-Jan-2011 Andrey Hristov

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was

Proper fix for
Bug #53503 mysqli::query returns false after successful LOAD DATA query
which fixes als #56349, same behavior but in ext/mysql. Both due to a bug
in mysqlnd. Never was a problem with libmysql.
Also fixed the 53503's test case as it always reported PASS, even when there
should have been a failure.

show more ...

Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++

12345678910>>...15