• Davi Arnaut's avatar
    Fix for a few assorted compiler warnings. · 69174242
    Davi Arnaut authored
    client/mysql.cc:
      Remove leading whitespace.
      Remove extra text after #else directive.
    client/mysqldump.c:
      Function does not take a parameter.
    mysys/array.c:
      buffer is a uchar pointer.
    sql/item.cc:
      Assert if it should not happen.
    storage/myisam/mi_check.c:
      Cast to expected type. This is probably a bug, but it is
      casted in a similar way in another part of the code.
    storage/ndb/include/mgmapi/ndb_logevent.h:
      Apply fix from cluster team.
    tests/mysql_client_test.c:
      Remove extraneous slash.
    69174242
ndb_logevent.h 20.3 KB