Update libmysql to 3.23 version. No major changes visible to the user - mostly

bug fixes and other maintenance-oriented changes.
This commit is contained in:
MySQL Team 2000-10-20 22:26:48 +00:00
parent ebaf484830
commit a2dbb10eb1
96 changed files with 2796 additions and 983 deletions

View file

@ -1,9 +1,9 @@
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* Handling of arrays that can grow dynamicly. */
#if defined(WIN32) || defined(__WIN32__)
#if defined(WIN32) || defined(__WIN__)
#undef SAFEMALLOC /* Problems with threads */
#endif