Comment 5 for bug 1641612

Revision history for this message
Laurynas Biveinis (laurynas-biveinis) wrote : Re: New compilation warnings with GCC 6 (-Wshift-negative-value, -Wdeprecated-declarations, -Wnonnull-compare)

/home/laurynas/mysql-server/sql/partition_info.cc: In member function 'partition_info* partition_info::get_clone(bool)':
/home/laurynas/mysql-server/sql/partition_info.cc:36:3: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare]
   if (!this)
   ^~

Backport

commit 33c2404b397e1077daaf0ef0ff9edba445430f5f
Author: Vasil Dimov <email address hidden>
Date: Wed Jan 21 10:33:58 2015 +0200

    Fix Bug#20380977 COMPILER WARNINGS IN MYSQL-5.6

    Remove unsued symbols and resolve other compiler warnings accordingly