1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Cleanup casing in MYSQL_ADD_PLUGIN, patch provided by Kent

This commit is contained in:
Vladislav Vaintroub
2010-02-01 23:46:02 +01:00
parent 8860c6da6c
commit 9a1746a04c
6 changed files with 6 additions and 6 deletions

View File

@@ -13,4 +13,4 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
MYSQL_ADD_PLUGIN(DAEMON_EXAMPLE daemon_example.cc MODULE_ONLY)
MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc MODULE_ONLY)