MySQL 5.6.14 Source Code Document
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
have_sha256_rsa_auth.inc
1
# Only run this test if SHA256/RSA authentication are supported
2
let $shavars= query_get_value(
"SELECT COUNT(*) as shavars FROM information_schema.session_variables WHERE variable_name = 'sha256_password_private_key_path'"
, shavars, 1);
3
if
($shavars == 0){
4
skip
Need SHA256/RSA authentication support;
5
}
mysql-test
include
have_sha256_rsa_auth.inc
Generated on Sat Nov 9 2013 01:24:52 for MySQL 5.6.14 Source Code Document by
1.8.1.2