mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02: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:
parent
49606011f0
commit
7e8b145b94
8 changed files with 7 additions and 7 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue