Temporary changes just to check one point (will be restored)

This commit is contained in:
aivanov/alexi@mysql.com/mysqld.localdomain 2006-07-28 05:26:26 +04:00
parent 9f14faf7e7
commit 17d1dba9ba
2 changed files with 2 additions and 2 deletions

View file

@ -158,7 +158,7 @@ SSL* SSL_new(SSL_CTX* ctx)
void SSL_free(SSL* ssl)
{
ysDelete(ssl);
// ysDelete(ssl);
}

View file

@ -1,6 +1,6 @@
# TODO: THIS TEST DOES NOT WORK ON WINDOWS
# This should be fixed.
--source include/not_windows.inc
#--source include/not_windows.inc
source include/have_openssl.inc;
source include/master-slave.inc;