mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Workaround for bug in thread library in Unixware 7
Fixed bug in GROUP BY on ELT() Added SEQUENCE() to UDF examples
This commit is contained in:
parent
cffc2849f9
commit
728b63e0de
12 changed files with 268 additions and 73 deletions
|
|
@ -41,9 +41,8 @@
|
|||
# include "ansi_stdlib.h"
|
||||
#endif /* HAVE_STDLIB_H */
|
||||
|
||||
#include <time.h>
|
||||
#if defined (HAVE_SELECT)
|
||||
# if !defined (HAVE_SYS_SELECT_H) || !defined (M_UNIX)
|
||||
# if !defined (HAVE_SYS_SELECT_H) || !defined (M_UNIX) || defined(TIME_WITH_SYS_TIME)
|
||||
# include <sys/time.h>
|
||||
# endif
|
||||
#endif /* HAVE_SELECT */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue