ports/databases/mysql56-server/files
Jan Beich 511f6cbe19 databases/mysql56-server: unbreak build with Clang 6 (C++14 by default)
sql-common/client_authentication.cc:87:56: error: comparison between pointer and integer ('char *' and 'int')
      mysql->options.extension->server_public_key_path != '\0')
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~

sql/sql_trigger.cc:195:5: error:
      non-constant-expression cannot be narrowed from type 'int' to 'size_t' (aka 'unsigned long') in
      initializer list [-Wc++11-narrowing]
    static_cast<int>(my_offsetof(class Table_triggers_list, definitions_list)),
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reported by:	antoine (via bug 224669)
2018-01-05 10:54:41 +00:00
..
extra-patch-config.h.cmake
my.cnf.sample.in
mysql-server.in databases/mysql{56 57 80}: 2017-02-22 17:25:22 +00:00
patch-client_CMakeLists.txt
patch-cmake_plugin.cmake
patch-cmake_ssl.cmake databases/mysql56-server: Fix OpenSSL linking 2017-01-25 19:07:08 +00:00
patch-CMakeLists.txt
patch-extra_CMakeLists.txt
patch-include_CMakeLists.txt
patch-include_my_compare.h
patch-include_myisam.h
patch-libmysql_CMakeLists.txt
patch-libservices_CMakeLists.txt
patch-man_CMakeLists.txt
patch-mysys_ssl_my_default.cc
patch-plugin_password_validation_validate_password.cc
patch-scripts_CMakeLists.txt
patch-scripts_mysqld_safe.sh
patch-sql-common_client__authentication.cc databases/mysql56-server: unbreak build with Clang 6 (C++14 by default) 2018-01-05 10:54:41 +00:00
patch-sql_CMakeLists.txt
patch-sql_sys_vars.cc
patch-support-files_CMakeLists.txt