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
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 */