diff options
author | Monty <monty@mariadb.org> | 2015-11-27 02:06:58 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2015-11-27 02:06:58 +0200 |
commit | 654547b5b4b21aec719a84149595464364c96eea (patch) | |
tree | 4bc8be8217a0cd93b8b7f42796c84cbf55639edf /support-files | |
parent | 8254f054f871422dfb9f7963382d794fa2a18df9 (diff) | |
download | mariadb-git-654547b5b4b21aec719a84149595464364c96eea.tar.gz |
Fixed problems found by buildbot:
- Better error from check_slave_param
- Better error message from TokuDB if it can't be compiled.
- Marked rpl_mixed_drop_create_temp_table and
rpl_stm_drop_create_temp_table as big tests to stop timeout
failures on power8
- Added sync_slave_with_master to semisync_future-7591 to
ensure that slave is up to date with master before calling
rpl_end.
- Disabled compiler warnings from connect and mroonga and on
MacOSX.
Mroonga:
- Fixed bug when testing if file is a normal file that can be deleted
- Marked a lot of date and datetime test to not run on macosx.
This is because mktime() can't handle negative years and this
restricts mroonga so that it can only store dates after the year 1900.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 00434d89e2a..47eb8a827f1 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -184,10 +184,19 @@ 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/filamvct\.cpp: ignoring return value of storage/connect/filamvct\.cpp: might be clobbered by ~longjmp~ storage/connect/xindex\.cpp: ignoring return value of +storage/connect/value\.cpp: always false + +# +# mroonga +# +groonga/lib/expr\.c: propagation disabled +groonga/lib/expr\.c: PRE disabled +groonga/lib/expr\.c: always false # # Unexplanable (?) stuff @@ -213,6 +222,15 @@ ctype-simple\.c : .*unary minus operator applied to unsigned type, result still sql/sys_vars\.cc : invalid access to non-static data member string3\.h : memset used with constant zero length parameter +# +# Ignorable errors on mac +# +my_aes\.c: deprecated +my_sha1\.cc: deprecated +my_md5\.cc: deprecated +my_rnd\.cc: deprecated +mdl\.cc: invalid access +mdl\.cc: offsetoff # Wrong warning due to GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29478 regexec\.c : passing argument 3 of.*matcher.* discards qualifiers from pointer target type |