Cleanup casing in MYSQL_ADD_PLUGIN, patch provided by Kent

This commit is contained in:
Vladislav Vaintroub 2010-02-01 23:46:02 +01:00
commit da91b8d73e
6 changed files with 6 additions and 6 deletions

View file

@ -15,4 +15,4 @@
SET(BLACKHOLE_SOURCES ha_blackhole.cc ha_blackhole.h)
MYSQL_ADD_PLUGIN(BLACKHOLE ${BLACKHOLE_SOURCES} STORAGE_ENGINE)
MYSQL_ADD_PLUGIN(blackhole ${BLACKHOLE_SOURCES} STORAGE_ENGINE)