We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85fa5e8 commit ac5601aCopy full SHA for ac5601a
1 file changed
rpm.pom.xml
@@ -96,7 +96,7 @@
96
</source>
97
</sources>
98
</mapping>
99
- <!-- symlink for the payload -->
+ <!-- symlink for the payload (MariaDB) -->
100
<mapping>
101
<directory>/usr/lib64/mariadb/plugin</directory>
102
<sources>
@@ -105,6 +105,15 @@
105
</softlinkSource>
106
107
108
+ <!-- symlink for the payload (MySQL) -->
109
+ <mapping>
110
+ <directory>/usr/lib64/mysql/plugin</directory>
111
+ <sources>
112
+ <softlinkSource>
113
+ <location>/opt/teragrep/${project.artifactId}/lib/lib_mysqludf_bloom.so</location>
114
+ </softlinkSource>
115
+ </sources>
116
+ </mapping>
117
</mappings>
118
</configuration>
119
</plugin>
0 commit comments