mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into mysql.com:/usr/home/ram/work/mysql-5.0-release
This commit is contained in:
commit
dbc27a6227
1 changed files with 5 additions and 0 deletions
|
@ -325,6 +325,11 @@ inline double ulonglong2double(ulonglong value)
|
|||
#define HAVE_SETFILEPOINTER
|
||||
#define HAVE_VIO_READ_BUFF
|
||||
|
||||
#ifndef __NT__
|
||||
#undef FILE_SHARE_DELETE
|
||||
#define FILE_SHARE_DELETE 0 /* Not implemented on Win 98/ME */
|
||||
#endif
|
||||
|
||||
#ifdef NOT_USED
|
||||
#define HAVE_SNPRINTF /* Gave link error */
|
||||
#define _snprintf snprintf
|
||||
|
|
Loading…
Reference in a new issue