Merge trift2.:/MySQL/M50/clone-5.0

into  trift2.:/MySQL/M50/merge-5.0
This commit is contained in:
joerg@trift2. 2007-12-21 12:48:14 +01:00
commit bf1ba3d416
3 changed files with 3 additions and 1 deletions

View File

@ -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))

View File

@ -28,6 +28,7 @@
#include "my_config.h"
#include "my_manage.h"
#include "mysql_version.h"
/******************************************************************************

View File

@ -453,7 +453,7 @@ sp_head::operator new(size_t size) throw()
}
void
sp_head::operator delete(void *ptr, size_t size)
sp_head::operator delete(void *ptr, size_t size) throw()
{
DBUG_ENTER("sp_head::operator delete");
MEM_ROOT own_root;