Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.40, 10.0.14
-
Debian GNU/Linux sid
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
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
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 |
There is a typo in cmake/plugin.cmake: {noformat} --- 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 {noformat} |
Fix Version/s | 10.0 [ 16000 ] | |
Assignee | Sergei Golubchik [ serg ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Affects Version/s | 5.5.40 [ 17100 ] |
Fix Version/s | 10.0.15 [ 17300 ] | |
Fix Version/s | 5.5.41 [ 17600 ] | |
Fix Version/s | 10.0 [ 16000 ] |
Component/s | OTHER [ 10125 ] | |
Component/s | Plugins [ 10118 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Component/s | Compiling [ 11001 ] | |
Component/s | OTHER [ 10125 ] |
Workflow | MariaDB v2 [ 55514 ] | MariaDB v3 [ 65668 ] |
Workflow | MariaDB v3 [ 65668 ] | MariaDB v4 [ 148298 ] |
Thanks! Fixed.