Skip to content

Commit ac5601a

Browse files
Adds symlink to MySQL directory as well (#25)
1 parent 85fa5e8 commit ac5601a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

rpm.pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</source>
9797
</sources>
9898
</mapping>
99-
<!-- symlink for the payload -->
99+
<!-- symlink for the payload (MariaDB) -->
100100
<mapping>
101101
<directory>/usr/lib64/mariadb/plugin</directory>
102102
<sources>
@@ -105,6 +105,15 @@
105105
</softlinkSource>
106106
</sources>
107107
</mapping>
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>
108117
</mappings>
109118
</configuration>
110119
</plugin>

0 commit comments

Comments
 (0)