mariadb/mit-pthreads
unknown 2a18a762e1 Patch for netBSD
Added warning for tables where the auto_increment key is 0
Fixed DELETE ... LIMIT 0
Fixed UPDATE ..LIMIT 0


Docs/manual.texi:
  Changelog + Update to CHECK TABLE
configure.in:
  Patch for netBSD
mit-pthreads/gen/ctime.c:
  Patch for netBSD
mit-pthreads/machdep/netbsd-1.1/__signal.h:
  Patch for netBSD
mit-pthreads/stdio/strerror.c:
  Patch for netBSD
myisam/mi_check.c:
  Added warning for tables where the auto_increment key is 0
myisam/myisamchk.c:
  Added warning for tables where the auto_increment key is 0
mysql-test/r/auto_increment.result:
  Added warning for tables where the auto_increment key is 0
mysql-test/r/limit.result:
  Test of DELETE ... LIMIT 0
mysql-test/t/auto_increment.test:
  Added warning for tables where the auto_increment key is 0
mysql-test/t/limit.test:
  Test of DELETE ... LIMIT 0
sql/Makefile.am:
  Don't add mysqld_LDADD to mysqlbinlog (portability patch)
sql/ha_gemini.cc:
  Changed copyright (have got ok from NuSphere previously)
sql/ha_gemini.h:
  Changed copyright (have got ok from NuSphere previously)
sql/sql_delete.cc:
  Fixed DELETE ... LIMIT 0
sql/sql_update.cc:
  Fixed UPDATE ..LIMIT 0
2001-07-16 03:04:30 +03:00
..
bin
config
gen
include
lib
machdep
net
patches
pthreads
scripts
stdio
stdlib
string
tests
.cvsignore
Changes-mysql
configure
COPYRIGHT
FAQ
GNUmakefile
NOTES
NOTES_OSR5_BUILD_SKUNKWARE97
pg++
pgcc
README
TODO-mysql
Whats_New

This pthread package is/will be based on the POSIX1003.1c Draft 10 pthread
standard, and Frank Muellers paper on signal handeling presented at the 
Winter 93 USENIX conference.

It is currently being designed and written by me, Chris Provenzano.
All bug, comments, and questions can be sent me at proven@mit.edu,
or pthreads@mit.edu.

PLEASE, don't send questions, bugs or patches to any of the *BSD*, Linux
or GNU mailing lists.

Thanks goes to Ken Raeburn for his help on the Sparc port, the configurator, 
and his many suggestions, Greg Hudson for the thread safe net routines and
all the testing he's done.

More thanks to Mark Eichin and all the others for the testing they have done.

PORTING
One of the goals of this user space implementation of pthreads is that it
be portable. I have minimized the ammount of assembler code necessary,
but some is.

If you want to port it to another platform here are a few basic hints.

You will need to create a machdep.h, machdep.c and syscall.S for the
new architecture. The first two are necessary to get the context switch 
section of the pthread package running, the third is for all the syscalls.

INCLUDE FILES AND PORTING
In addition to the above three files you need to create a slew of .h files. 
Take a look at an existing port to determine what is in each, and then
take a look at your system header files to determine what to put in them.

------------------------------------------------------------------------------
Copyright (c) 1993, 1994, 1995, 1996 Chris Provenzano. All rights reserved.
This product includes software developed by the Univeristy of California,
Berkeley and its contributors.

For further licencing and distribution restrictions see the file COPYRIGHT
included in this directory.