• Satya B's avatar
    Fix for BUG#49502 - CMake error compiling 5.1 on Windows · f0ef4105
    Satya B authored
    When applying innodb snapshot 1.0.6 the storage engine name for innodb plugin
    under windows was changed from INNODB_PLUGIN to INNOBASE.
    
    This is a wrong and changing back the name to INNODB_PLUGIN.
    
    storage/innodb_plugin/CMakeLists.txt:
      Fix for BUG#49502 - CMake error compiling 5.1 on Windows
      
      Change the storage engine name to INNODB_PLUGIN in CMakeLists.txt
    f0ef4105
CMakeLists.txt 3.49 KB