MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
not_sha256_rsa_auth.inc
1 # Only run this test if YaSSL is 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 YaSSL support;
5 }