php-src/ext/mysqlnd
Dharman 990bb34891 Handle mysqli errors in more cases
Report errors autocommit, commit, rollback and mysqli_stmt_attr_set.

Additionally, copy the error from conn to stmt when preparing fails,
so these errors are also handled by mysqli_stmt_prepare.

Closes GH-6157.
2020-10-28 11:33:50 +01:00
..
config9.m4 Fix bug #78823: add zlib library to mysqlnd 2019-12-05 07:24:52 +01:00
config-win.h Sync AC_CHECK_SIZEOF m4 macro calls 2019-03-18 02:11:23 +01:00
config.w32 Native Windows support for mysqlnd sha256 authentification 2020-03-02 16:32:51 +01:00
CREDITS fix encoding 2014-01-10 15:57:40 +01:00
mysql_float_to_double.h Merge branch 'PHP-7.3' into PHP-7.4 2020-05-15 09:11:44 +02:00
mysqlnd_alloc.c Fix ifdef position 2019-06-12 13:50:30 +02:00
mysqlnd_alloc.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_auth.c Merge branch 'PHP-7.3' into PHP-7.4 2020-04-03 10:06:09 +02:00
mysqlnd_auth.h Add support for caching_sha2_password in change user authentication 2019-12-27 17:27:45 +01:00
mysqlnd_block_alloc.c Merge branch 'PHP-7.3' into PHP-7.4 2019-09-13 14:37:15 +02:00
mysqlnd_block_alloc.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_charset.c Remove legacy AC_CHECK_TYPE calls for uint and ulong 2019-03-06 22:49:16 +01:00
mysqlnd_charset.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_commands.c Fix pointer signedness warning in mysqlnd 2019-04-11 14:14:21 +02:00
mysqlnd_commands.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_connection.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-18 15:30:06 +02:00
mysqlnd_connection.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_debug.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-17 12:38:16 +02:00
mysqlnd_debug.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_driver.c Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_enum_n_def.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_ext_plugin.c Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_ext_plugin.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_libmysql_compat.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_loaddata.c Merge branch 'PHP-7.3' into PHP-7.4 2019-05-22 12:45:25 +02:00
mysqlnd_plugin.c Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_plugin.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_portability.h Fix #79172: STRUCT_OFFSET() relies on undefined behavior 2020-01-28 09:18:05 +01:00
mysqlnd_priv.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_protocol_frame_codec.c Merge branch 'PHP-7.3' into PHP-7.4 2020-09-18 12:57:50 +02:00
mysqlnd_protocol_frame_codec.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_ps_codec.c Fix mysqlnd printf modifiers 2019-06-12 13:17:25 +02:00
mysqlnd_ps.c Handle mysqli errors in more cases 2020-10-28 11:33:50 +01:00
mysqlnd_ps.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_read_buffer.c Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_read_buffer.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_result_meta.c Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_result_meta.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_result.c Fix bug #79375 2020-10-28 11:01:47 +01:00
mysqlnd_result.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_reverse_api.c Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_reverse_api.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_statistics.c Fix mysqlnd printf modifiers 2019-06-12 13:17:25 +02:00
mysqlnd_statistics.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_structs.h Support auth switch request during caching sha2 auth 2019-12-27 17:27:04 +01:00
mysqlnd_vio.c Report errors from stream read and write operations 2019-07-22 17:17:28 +02:00
mysqlnd_vio.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00
mysqlnd_wireprotocol.c Don't use VLA in mysqlnd auth 2020-02-18 16:17:56 +01:00
mysqlnd_wireprotocol.h Handle error response during caching_sha2_password auth 2019-12-27 17:27:45 +01:00
mysqlnd.h mysqlnd: Remove unnecessary check for HAVE_ZLIB 2020-06-04 10:01:17 +02:00
php_mysqlnd.c Removed mysqlnd stats from phpinfo page 2019-07-03 08:20:54 +02:00
php_mysqlnd.h Update and fix remaining year ranges (2019) 2019-02-08 23:14:29 +01:00