Skip to content

Commit da49843

Browse files
committed
log mysqlnd protocol for testing
1 parent 93e6505 commit da49843

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext/mysqlnd/mysqlnd_auth.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ mysqlnd_run_authentication(
7272
if (!requested_protocol) {
7373
goto end;
7474
}
75-
75+
php_log_err_with_severity(requested_protocol, LOG_NOTICE);
76+
php_log_err_with_severity((char*) plugin_data, LOG_NOTICE);
7677
do {
7778
struct st_mysqlnd_authentication_plugin * auth_plugin = conn->m->fetch_auth_plugin_by_name(requested_protocol);
7879

0 commit comments

Comments
 (0)