Commit 2bc3dba9 authored by mleich@five.local.lan's avatar mleich@five.local.lan
Browse files

Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.0-build

into  five.local.lan:/work/trees/mysql-5.0-build-src-clean
parents 4922727f c25cbcec
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -37,6 +37,11 @@ pars0lex.l: .*conversion from 'ulint' to 'int', possible loss of data.*
db_vrfy.c : .*comparison is always false due to limited range of data type.*
dbm.c : .*'item.dsize' is used uninitialized in this function.*

#
# readline is not maintained by us
#
.*/cmd-line-utils/readline/.* : .*

#
# Ignore all conversion warnings on windows 64
# (Is safe as we are not yet supporting strings >= 2G)