1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-30 11:22:14 +03:00

Added unique error for DEADLOCK

Include missing man pages into binary distribution
This commit is contained in:
monty@hundin.mysql.fi
2001-09-17 23:43:53 +03:00
parent cf80b8ae78
commit 56cc14ab4c
34 changed files with 462 additions and 165 deletions

View File

@@ -36,6 +36,9 @@ extern "C" {
#ifndef _global_h /* If not standard header */
#include <sys/types.h>
#ifdef __LCC__
#include <winsock.h> /* For windows */
#endif
typedef char my_bool;
#if (defined(_WIN32) || defined(_WIN64)) && !defined(__WIN__)
#define __WIN__