mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Added testing of IN(value-list)
Portability fixes Build-tools/Do-compile: Fix for Linux ia64 sql-bench/bench-init.pl.sh: Added help function time_fetch_all_rows sql-bench/test-insert.sh: Added testing of IN(value-list) sql/item_func.cc: Cleanup sql/mysqld.cc: Portability fix sql/stacktrace.c: Portability fix
This commit is contained in:
@ -1241,6 +1241,12 @@ information that should help you find out what is causing the crash\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
#ifndef SA_RESETHAND
|
||||
#define SA_RESETHAND 0
|
||||
#endif
|
||||
#ifndef SA_NODEFER
|
||||
#define SA_NODEFER 0
|
||||
#endif
|
||||
|
||||
static void init_signals(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user