diff options
author | unknown <brian@zim.(none)> | 2007-03-16 15:20:22 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2007-03-16 15:20:22 -0700 |
commit | 9055eaa1ebe515530902968e28c404a9a6122cab (patch) | |
tree | 4a1f522d958dc43b5ea10eb958fb78bdd39a16c8 /mysql-test/t/mysqltest.test | |
parent | 260e43e75dee8a261ab5dd0ab8a595f9acc9f814 (diff) | |
download | mariadb-git-9055eaa1ebe515530902968e28c404a9a6122cab.tar.gz |
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
Diffstat (limited to 'mysql-test/t/mysqltest.test')
0 files changed, 0 insertions, 0 deletions