mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
commit
e3d44f5d62
244 changed files with 3637 additions and 2237 deletions
|
|
@ -1647,7 +1647,7 @@ mdl_lock_init()
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef DBUF_OFF
|
||||
#ifndef DBUG_OFF
|
||||
/* Test that table is really locked, if lock_ddl_per_table is set.
|
||||
The test is executed in DBUG_EXECUTE_IF block inside mdl_lock_table().
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -30,8 +30,3 @@ SET(YASSL_SOURCES src/buffer.cpp src/cert_wrapper.cpp src/crypto_wrapper.cpp sr
|
|||
ADD_CONVENIENCE_LIBRARY(yassl ${YASSL_SOURCES})
|
||||
RESTRICT_SYMBOL_EXPORTS(yassl)
|
||||
|
||||
IF(MSVC)
|
||||
INSTALL_DEBUG_TARGET(yassl DESTINATION ${INSTALL_LIBDIR}/debug)
|
||||
ENDIF()
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -540,7 +540,7 @@ void MD5_Final(unsigned char*, MD5_CTX*);
|
|||
|
||||
/* yaSSL extensions */
|
||||
int SSL_set_compression(SSL*); /* turn on yaSSL zlib compression */
|
||||
char *yaSSL_ASN1_TIME_to_string(ASN1_TIME *time, char *buf, size_t len);
|
||||
char *yaSSL_ASN1_TIME_to_string(const ASN1_TIME *time, char *buf, size_t len);
|
||||
|
||||
#include "transport_types.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -1736,7 +1736,7 @@ unsigned long ERR_get_error()
|
|||
|
||||
// end stunnel needs
|
||||
|
||||
char *yaSSL_ASN1_TIME_to_string(ASN1_TIME *time, char *buf, size_t len)
|
||||
char *yaSSL_ASN1_TIME_to_string(const ASN1_TIME *time, char *buf, size_t len)
|
||||
{
|
||||
tm t;
|
||||
static const char *month_names[12]=
|
||||
|
|
|
|||
|
|
@ -32,7 +32,3 @@ SET(TAOCRYPT_SOURCES src/aes.cpp src/aestables.cpp src/algebra.cpp src/arc4.cpp
|
|||
ADD_CONVENIENCE_LIBRARY(taocrypt ${TAOCRYPT_SOURCES})
|
||||
RESTRICT_SYMBOL_EXPORTS(taocrypt)
|
||||
|
||||
IF(MSVC)
|
||||
INSTALL_DEBUG_TARGET(taocrypt DESTINATION ${INSTALL_LIBDIR}/debug)
|
||||
ENDIF()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue