summaryrefslogtreecommitdiff
path: root/sql/sql_update.cc
diff options
context:
space:
mode:
authorJon Olav Hauglid <jon.hauglid@oracle.com>2016-02-08 11:28:20 +0100
committerJon Olav Hauglid <jon.hauglid@oracle.com>2016-02-08 13:08:50 +0100
commit1fb6d4e6bf3dd79fffb034ca4b014930b0304e1f (patch)
treec2399056151464e28af61369a83766eb72e7c99b /sql/sql_update.cc
parent20c3063c314985141e2bfb10fc7bc858cdde0cdf (diff)
downloadmariadb-git-1fb6d4e6bf3dd79fffb034ca4b014930b0304e1f.tar.gz
Bug#22680706: 5.5 DOES NOT BUILD WITH GCC5
Fix the following two build warnings so that 5.5 can be compiled with GCC5. storage/innobase/dict/dict0crea.c:1143:21: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses] ut_a(!node->index == (err != DB_SUCCESS)); ^ storage/innobase/log/log0recv.c:1770:20: error: logical not is only applied to the left hand side of comparison [-Werror=logical-not-parentheses] ut_ad(!allow_ibuf == mutex_own(&log_sys->mutex)); ^
Diffstat (limited to 'sql/sql_update.cc')
0 files changed, 0 insertions, 0 deletions