1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

BUG#17117: header fille "plugin.h" does not have a namespace prefix

plugin.h has been moved into include/mysql/plugin.h
This commit is contained in:
svoj@april.(none)
2006-02-14 13:51:25 +04:00
parent 49606011f0
commit 7e8b145b94
8 changed files with 7 additions and 7 deletions

View File

@@ -15,7 +15,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <plugin.h>
#include <mysql/plugin.h>
long number_of_calls= 0; /* for SHOW STATUS, see below */