The pthread() support was not working. Once I fixed use-thread in a previous...
unknown authored
The pthread() support was not working. Once I fixed use-thread in a previous push I realized that the pthread/windows code was not working. I've replaced the fork/thread design with a pure pthread design using condition timers and broadcast.

Ramification, UNIX now uses thread, support for slaves had to be dropped and there is no need for the --use-threads flag.
Added --concurrency=0 option so that it will start at 1 and keep going up until something bad happens :)


client/client_priv.h:
  Dead option removed
client/mysqlslap.c:
  Removed lock code, replaced with posix thread code.
mysql-test/mysql-test-run.pl:
  Removed dead option
mysql-test/t/mysqlslap.test:
  Removed dead option
9055eaa1
Name Last commit Last update
BUILD Merge bk@192.168.21.1:mysql-5.1
BitKeeper Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug25807/my50-bug25807
Docs Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-build
client The pthread() support was not working. Once I fixed use-thread in a previous push I realized that the pthread/windows code was not working. I've replaced the fork/thread design with a pure pthread design using condition timers and broadcast.
cmd-line-utils Fixed compiler warnings
config/ac-macros files are in storage/ndb in 5.1. fix merge from 5.0
dbug Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1
extra Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
include Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-runtime
libmysql Merge siva.hindu.god:/home/tsmith/m/bk/maint/mar05/50
libmysql_r my_strtoll10-x86.s:
libmysqld Fixed compilations problems and warnings on windows
man my_strtoll10-x86.s:
mysql-test The pthread() support was not working. Once I fixed use-thread in a previous push I realized that the pthread/windows code was not working. I've replaced the fork/thread design with a pure pthread design using condition timers and broadcast.
mysys Merge recycle.(none):/src/bug25222/my50-bug25222
netware Merge mysql.com:/home/kent/bk/main/mysql-5.0
plugin Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1
pstack my_strtoll10-x86.s:
regex Many files:
scripts There is no .sql files in mysql-test/lib/ anymore, don't try to copy from there
server-tools Merge BUG: Windows target won't compile.
sql-bench Fixed compiler warnings
sql-common Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
sql Correctly report load type.
storage The most recent push into mysql-5.1 from mysql-5.2 was a mistake.
strings
support-files
tests
unittest
vio
win
zlib
.bzrignore
.cvsignore
CMakeLists.txt
COPYING
EXCEPTIONS-CLIENT
Makefile.am
README
configure.in
This is a release of MySQL, a dual-license SQL database server.
MySQL is brought to you by the MySQL team at MySQL AB.

License information can be found in these files:
- For GPL (free) distributions, see the COPYING file and
  the EXCEPTIONS-CLIENT file.
- For commercial distributions, see the LICENSE.mysql file.


For further information about MySQL or additional documentation, see:
- The latest information about MySQL: http://www.mysql.com
- The current MySQL documentation: http://dev.mysql.com/doc

Some manual sections of special interest:

- If you are migrating from an older version of MySQL, please read the
  "Upgrading from..." section first!
- To see what MySQL can do, take a look at the features section.
- For installation instructions, see the Installing and Upgrading chapter.
- For the new features/bugfix history, see the Change History appendix.
- For the currently known bugs/misfeatures (known errors) see the Problems
  and Common Errors appendix.
- For a list of developers and other contributors, see the Credits
  appendix.

A local copy of the MySQL Reference Manual can be found in the Docs
directory in GNU Info format.  You can also browse the manual online or
download it in any of several formats at the URL given earlier in this
file.

************************************************************

IMPORTANT:

Bug or error reports should be sent to http://bugs.mysql.com.