• Daniel Black's avatar
    Remove compile warning - "this" canot be null · 3d4882fe
    Daniel Black authored
    /home/travis/build/MariaDB/server/sql/sql_class.cc:1941:15: warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
              if (this && WSREP(this) && wsrep_thd_is_BF(this, FALSE))
                  ^~~~ ~~
    3d4882fe
sql_class.cc 219 KB