[MDEV-6854] Typo in cmake/plugin.cmake Created: 2014-10-08  Updated: 2014-12-01  Resolved: 2014-11-19

Status: Closed
Project: MariaDB Server
Component/s: Compiling
Affects Version/s: 5.5.40, 10.0.14
Fix Version/s: 5.5.41, 10.0.15

Type: Bug Priority: Major
Reporter: Kouhei Sutou Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: plugins
Environment:

Debian GNU/Linux sid


Attachments: File cmake-plugin-fix-a-typo.diff    

 Description   

There is a typo in cmake/plugin.cmake:

--- cmake/plugin.cmake.orig	2014-10-08 20:40:56.525225813 +0900
+++ cmake/plugin.cmake	2014-10-08 20:41:29.620423548 +0900
@@ -65,7 +65,7 @@
   ENDIF()
   
   IF(WITH_${plugin}_STORAGE_ENGINE 
-    OR WITH_{$plugin}
+    OR WITH_${plugin}
     OR WITH_ALL 
     OR WITH_MAX 
     AND NOT WITHOUT_${plugin}_STORAGE_ENGINE



 Comments   
Comment by Sergei Golubchik [ 2014-11-12 ]

Thanks! Fixed.

Comment by Kouhei Sutou [ 2014-11-12 ]

Thanks!

Generated at Thu Feb 08 07:15:05 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.