summaryrefslogtreecommitdiff
path: root/storage/innobase
diff options
context:
space:
mode:
authorSatya B <satya.bn@sun.com>2009-10-20 16:11:50 +0530
committerSatya B <satya.bn@sun.com>2009-10-20 16:11:50 +0530
commit78dde957e96bb862f217cedda9e8f076c7a94fb7 (patch)
treeeb9020d319e24abb99f796036c7f00ac91d9a0b3 /storage/innobase
parent221c7df75c580eb5b32e5f5491cbbe2c72c67f82 (diff)
downloadmariadb-git-78dde957e96bb862f217cedda9e8f076c7a94fb7.tar.gz
Fix the windows Build failure due to the changes to CMakelists by r2910.
Remove the extra line which try to use the name INNOBASE again. The IF ELSE loop above declares the library name based on the version of mysql
Diffstat (limited to 'storage/innobase')
-rw-r--r--storage/innobase/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/storage/innobase/CMakeLists.txt b/storage/innobase/CMakeLists.txt
index 2dfd19ef06c..57ad7f4b28c 100644
--- a/storage/innobase/CMakeLists.txt
+++ b/storage/innobase/CMakeLists.txt
@@ -100,4 +100,3 @@ ELSE (MYSQL_VERSION_ID GREATER "50137")
ADD_DEPENDENCIES(innobase GenError)
ENDIF (NOT SOURCE_SUBLIBS)
ENDIF (MYSQL_VERSION_ID GREATER "50137")
-MYSQL_STORAGE_ENGINE(INNOBASE)