Searched refs:MYSQLND_DEFAULT_AUTH_PROTOCOL (Results 1 – 2 of 2) sorted by relevance
39 #define MYSQLND_DEFAULT_AUTH_PROTOCOL "mysql_native_password" macro
73 …requested_protocol = mnd_pestrdup(auth_protocol? auth_protocol : MYSQLND_DEFAULT_AUTH_PROTOCOL, FA… in mysqlnd_run_authentication()84 requested_protocol = mnd_pestrdup(MYSQLND_DEFAULT_AUTH_PROTOCOL, FALSE); in mysqlnd_run_authentication()
Completed in 12 milliseconds