• unknown's avatar
    Updated CMake stuff to handle the configurations needed for release · f19b2c0a
    unknown authored
    builds.
    
    
    cmakelists.txt:
      Get the correct options for storage engines and defines from
      config-version.js.
    mysys/cmakelists.txt:
      Set USE_TLS only for release builds, as it crashes in debug builds.
    sql/cmakelists.txt:
      Fix build options to only include the configured storage engines.
    sql/mysqld.cc:
      Fix dummy innodb declarations, otherwise non-innodb build fails.
    storage/bdb/cmakelists.txt:
      Create cmakelists.txt for BDB.
    win/README:
      Update with new configure.js options.
    win/config-handlerton.js:
      Extend with more storage engines.
    win/config-version.js:
      Extend to handle storage engines and other configuration parameters.
    f19b2c0a
config-version.js 6.89 KB