diff options
author | unknown <monty@donna.mysql.com> | 2000-10-20 17:39:23 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.com> | 2000-10-20 17:39:23 +0300 |
commit | 982260d2cb5ec6b3864a34a4cb355160986f807f (patch) | |
tree | c1fdd2f498afdf46ca3d76edce587eb117986b03 /mit-pthreads | |
parent | ae687f81506b4021fe6f0b6743d749be1bf43456 (diff) | |
download | mariadb-git-982260d2cb5ec6b3864a34a4cb355160986f807f.tar.gz |
Bug fixes + defines for INNOBASE
Docs/manual.texi:
Cleanups
client/sql_string.cc:
Fixes for AIX
mit-pthreads/Changes-mysql:
Changelog
mit-pthreads/config/configure.in:
Fixes for NETBSD
mit-pthreads/config/configure:
Fixes for NETBSD
mit-pthreads/gen/ctime.c:
Fixes for NETBSD
mysys/my_pthread.c:
Changed assert to dbug_assert
scripts/make_binary_distribution.sh:
Removed mysql-test
scripts/safe_mysqld.sh:
Forced --defaults-extra-file to be first argument to mysqld
sql/handler.h:
Added INNOBASE database type
sql/item_func.h:
Fixed core dump when using MATCH
sql/lex.h:
Added INNOBASE database type
sql/mysqld.cc:
Fix for future
sql/sql_yacc.yy:
Added INNOBASE database type
Diffstat (limited to 'mit-pthreads')
-rw-r--r-- | mit-pthreads/Changes-mysql | 4 | ||||
-rwxr-xr-x | mit-pthreads/config/configure | 8 | ||||
-rwxr-xr-x | mit-pthreads/config/configure.in | 8 | ||||
-rw-r--r-- | mit-pthreads/gen/ctime.c | 4 |
4 files changed, 14 insertions, 10 deletions
diff --git a/mit-pthreads/Changes-mysql b/mit-pthreads/Changes-mysql index 8895144206d..d7d6af7cb23 100644 --- a/mit-pthreads/Changes-mysql +++ b/mit-pthreads/Changes-mysql @@ -192,3 +192,7 @@ Changes done to this distrubtion (pthreads-1_60_beta6) by Monty (monty@tcx.se) 00.03.30 by Monty (monty@mysql.com) - Added chroot() and gethostname(). + +00.10.18 by Monty (monty@mysql.com) +- Added patch by Dave Huang <khym@bga.com> to fix problem with date/time + on NETBSD/Alpha. diff --git a/mit-pthreads/config/configure b/mit-pthreads/config/configure index ab781193cae..589caec367d 100755 --- a/mit-pthreads/config/configure +++ b/mit-pthreads/config/configure @@ -1252,7 +1252,7 @@ except="" name=$host_cpu-$host_os case $host in - alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.4*) + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[45]*) name=alpha-netbsd-1.3 sysincludes=netbsd-1.1 except="fork lseek pipe fstat" @@ -1276,7 +1276,7 @@ case $host in CFLAGS="$CFLAGS -std" fi ;; - arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*) + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[45]*) name=arm32-netbsd-1.3 sysincludes=netbsd-1.1 except="fork pipe lseek ftruncate fstat" @@ -1336,7 +1336,7 @@ EOF EOF ;; - sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*) + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[45]*) name=sparc-netbsd-1.3 sysincludes=netbsd-1.1 except="pipe fork lseek ftruncate fstat" @@ -1375,7 +1375,7 @@ EOF syscall=i386-bsdi-2.0 except="fork lseek ftruncate sigsuspend" ;; - i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.4*) + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[45]*) name=i386-netbsd-1.3 sysincludes=netbsd-1.1 except="fork lseek ftruncate pipe fstat" diff --git a/mit-pthreads/config/configure.in b/mit-pthreads/config/configure.in index c623ddc4343..d7226a5bb84 100755 --- a/mit-pthreads/config/configure.in +++ b/mit-pthreads/config/configure.in @@ -126,7 +126,7 @@ name=$host_cpu-$host_os case $host in changequote(,)dnl - alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.4*) + alpha-*-netbsd1.3[H-Z]|alpha-*-netbsd1.[45]*) name=alpha-netbsd-1.3 sysincludes=netbsd-1.1 except="fork lseek pipe fstat" @@ -152,7 +152,7 @@ changequote([,])dnl fi ;; changequote(,)dnl - arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.4*) + arm32-*-netbsd1.3[H-Z]|arm32-*-netbsd1.[45]*) name=arm32-netbsd-1.3 sysincludes=netbsd-1.1 except="fork pipe lseek ftruncate fstat" @@ -199,7 +199,7 @@ changequote([,])dnl AC_DEFINE(BROKEN_SIGNALS) ;; changequote(,)dnl - sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.4*) + sparc-*-netbsd1.3[H-Z]|sparc-*-netbsd1.[45]*) name=sparc-netbsd-1.3 sysincludes=netbsd-1.1 except="pipe fork lseek ftruncate fstat" @@ -240,7 +240,7 @@ changequote([,])dnl except="fork lseek ftruncate sigsuspend" ;; changequote(,)dnl - i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.4*) + i386-*-netbsd1.3[H-Z]|i386-*-netbsd1.[45]*) name=i386-netbsd-1.3 sysincludes=netbsd-1.1 except="fork lseek ftruncate pipe fstat" diff --git a/mit-pthreads/gen/ctime.c b/mit-pthreads/gen/ctime.c index e7980296e50..0c1e711cf13 100644 --- a/mit-pthreads/gen/ctime.c +++ b/mit-pthreads/gen/ctime.c @@ -129,7 +129,7 @@ struct rule { ** Prototypes for static functions. */ -static long detzcode __P_((const char *)); +static int detzcode __P_((const char *)); static const char * getnum __P_((const char *, int *, int, int)); static const char * getsecs __P_((const char *, long *)); static const char * getoffset __P_((const char *, long *)); @@ -175,7 +175,7 @@ int daylight = 0; time_t altzone = 0; #endif /* defined ALTZONE */ -static long detzcode(const char * codep) +static int detzcode(const char * codep) { long result; int i; |