• Alexander Barkov's avatar
    Fixing a few problems found by Build Bot after merging the CONNECT engine. · a6a4fa1d
    Alexander Barkov authored
    
    modified:
      @ mysql-test/r/mysqld--help.result
      @ mysql-test/t/mysqld--help.test
      Supressing information about "--connect" in "mysqld --help" output,
      as it depends on the build parameters.
      As a side effect information about --connect-timeout is now also suppressed :(
    
      @ storage/connect/CMakeLists.txt
      Removing gcc warning switches that do not exists in some older gcc versions.
    
      @ storage/connect/ha_connect.cc
      Adding a quick fix: cast from "const char *" to "char *".
      Olivier should do a better fix eventually.
    a6a4fa1d
mysqld--help.result 51.5 KB