summaryrefslogtreecommitdiff
path: root/storage/blackhole
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@mysql.com>2010-02-01 23:46:02 +0100
committerVladislav Vaintroub <vvaintroub@mysql.com>2010-02-01 23:46:02 +0100
commitda91b8d73ee2c4c27b29ee8135e83a04da2bb96a (patch)
treeeb1ec1e6539262433f3763e49489d075bc69b45f /storage/blackhole
parentf20b1494566a65d1ab857194173d33e0655d6c80 (diff)
downloadmariadb-git-da91b8d73ee2c4c27b29ee8135e83a04da2bb96a.tar.gz
Cleanup casing in MYSQL_ADD_PLUGIN, patch provided by Kent
Diffstat (limited to 'storage/blackhole')
-rw-r--r--storage/blackhole/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/blackhole/CMakeLists.txt b/storage/blackhole/CMakeLists.txt
index 6b6e417c091..5a4bb3fe607 100644
--- a/storage/blackhole/CMakeLists.txt
+++ b/storage/blackhole/CMakeLists.txt
@@ -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)