mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fixed failing test cases and compiler warnings
- Fixed wait condition in kill_processlist-6619 - Updated Ssl_chiper for openssl tests - Added supression for valgrinds when using libcrypto - Fixed wrong argument to pthread_mutex in server_audit.c when compiling with debug - Adding missing debug_sync_update() to debug_sync.h - Added initializers to some variables and fixed error handling in jsonudf.cpp - Fixed cluster_filter_unpack_varchar which doesn't have a stable index type. - Updated compiler_warnings.supp
This commit is contained in:
parent
ce38adddfa
commit
f6cc7f1bdc
14 changed files with 42 additions and 27 deletions
|
|
@ -184,10 +184,10 @@ jemalloc/src/jemalloc\.c: set but not used
|
|||
#
|
||||
# Connect engine
|
||||
#
|
||||
storage/connect/ha_connect\.cc: might be clobbered by ~longjmp~
|
||||
storage/connect/connect\.cc: might be clobbered by ~longjmp~
|
||||
storage/connect/ha_connect\.cc: might be clobbered by .*longjmp
|
||||
storage/connect/connect\.cc: might be clobbered by .*longjmp
|
||||
storage/connect/filamvct\.cpp: ignoring return value of
|
||||
storage/connect/filamvct\.cpp: might be clobbered by ~longjmp~
|
||||
storage/connect/filamvct\.cpp: might be clobbered by .*longjmp
|
||||
storage/connect/xindex\.cpp: ignoring return value of
|
||||
storage/connect/value\.cpp: always false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue