mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge a couple more fixes from 10.0-base to 10.0
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
if (`select @@debug_sync not like 'ON %'`) {
|
||||
--skip Needs a debug_sync enabled
|
||||
if (`SELECT COUNT(*) = 0 FROM information_schema.session_variables WHERE
|
||||
variable_name = 'debug_sync' AND variable_value LIKE 'ON %'`) {
|
||||
--skip Needs debug_sync enabled
|
||||
}
|
||||
|
@ -1,4 +0,0 @@
|
||||
-- require r/not_openssl.require
|
||||
disable_query_log;
|
||||
show variables like "have_openssl";
|
||||
enable_query_log;
|
4
mysql-test/include/not_ssl.inc
Normal file
4
mysql-test/include/not_ssl.inc
Normal file
@ -0,0 +1,4 @@
|
||||
if (`select @@have_ssl = 'YES'`)
|
||||
{
|
||||
skip only without SSL;
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
Variable_name Value
|
||||
have_openssl NO
|
@ -1,4 +1,4 @@
|
||||
-- source include/not_openssl.inc
|
||||
-- source include/not_ssl.inc
|
||||
|
||||
#
|
||||
# Test output from des_encrypt and des_decrypt when server is
|
||||
|
Reference in New Issue
Block a user