mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
sp_head.cc:
Made sp_head::operator delete() match prototype, added throw() mysql_test_run.c, mysqld_safe.c: Include "mysql_version.h" to get MYSQL_PORT defined sql/sp_head.cc: Made sp_head::operator delete() match prototype, added throw() netware/mysql_test_run.c: Include "mysql_version.h" to get MYSQL_PORT defined netware/mysqld_safe.c: Include "mysql_version.h" to get MYSQL_PORT defined
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mode.h>
|
||||
#include "my_manage.h"
|
||||
#include "mysql_version.h"
|
||||
#ifdef __NETWARE__
|
||||
#define strindex(a,b) ((char*)strindex(a,b))
|
||||
#define strstr(a,b) ((char*)strstr(a,b))
|
||||
|
Reference in New Issue
Block a user