1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Added testing of IN(value-list)

Portability fixes
This commit is contained in:
monty@hundin.mysql.fi
2001-09-02 16:03:37 +03:00
parent d42e4d27d5
commit 825ad1f8e7
6 changed files with 125 additions and 8 deletions

View File

@ -17,6 +17,7 @@
#include <global.h>
#include "stacktrace.h"
#include <signal.h>
#include <my_pthread.h>
#ifdef HAVE_STACKTRACE
#include <unistd.h>