Sergey Sidlyarenko
Results
1
comments of
Sergey Sidlyarenko
find work varint first add 'TARGET_LINK_LIBRARIES(disablemyisam myisam)' to end you CMakeList.txt next change instruction to ``` cp -r src /path/to/mysql-src/plugin/disable_myisam cd /path/to/mysql-src sed -i 's/SET(MYISAM_SOURCES/ADD_DEFINITIONS( -fPIC )\n\nSET(MYISAM_SOURCES/' storage/myisam/CMakeLists.txt cmake ....