Merge with 4.1

(Includes merge of arena code in 4.1 and 5.0)
This commit is contained in:
monty@mysql.com 2004-09-06 15:14:10 +03:00
commit 31122efde7
739 changed files with 39160 additions and 18173 deletions

View file

@ -19,9 +19,9 @@
#pragma interface /* gcc class implementation */
#endif
/* mysql standard class memoryallocator */
/* mysql standard class memory allocator */
#ifdef PEDANTIC_SAFEMALLOC
#ifdef SAFEMALLOC
#define TRASH(XX,YY) bfill((XX), (YY), 0x8F)
#else
#define TRASH(XX,YY) /* no-op */