Fixed valgrind warning
This commit is contained in:
parent
4ef437558a
commit
f51df1dc78
@ -1604,6 +1604,15 @@
|
|||||||
obj:/usr/lib64/libcrypto.so*
|
obj:/usr/lib64/libcrypto.so*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
OpenSSL 1.1.0i wrong jump
|
||||||
|
Memcheck:Cond
|
||||||
|
fun:bcmp
|
||||||
|
fun:fips_rsa_encrypt_test
|
||||||
|
...
|
||||||
|
fun:OPENSSL_init_library
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# libmarias3 problems
|
# libmarias3 problems
|
||||||
#
|
#
|
||||||
|
@ -2673,6 +2673,7 @@ int prepare_schema_table(THD *thd, LEX *lex, Table_ident *table_ident,
|
|||||||
/* 'parent_lex' is used in init_query() so it must be before it. */
|
/* 'parent_lex' is used in init_query() so it must be before it. */
|
||||||
schema_select_lex->parent_lex= lex;
|
schema_select_lex->parent_lex= lex;
|
||||||
schema_select_lex->init_query();
|
schema_select_lex->init_query();
|
||||||
|
schema_select_lex->select_number= 0;
|
||||||
if (!schema_select_lex->add_table_to_list(thd, table_ident, 0, 0, TL_READ,
|
if (!schema_select_lex->add_table_to_list(thd, table_ident, 0, 0, TL_READ,
|
||||||
MDL_SHARED_READ))
|
MDL_SHARED_READ))
|
||||||
DBUG_RETURN(1);
|
DBUG_RETURN(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user