summaryrefslogtreecommitdiff
path: root/sql-bench/bench-init.pl.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2007-02-231-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed compile-pentium64 scripts Fixed wrong estimate of update_with_key_prefix in sql-bench Merge bk-internal.mysql.com:/home/bk/mysql-5.1 into mysql.com:/home/my/mysql-5.1 Fixed unsafe define of uint4korr() Fixed that --extern works with mysql-test-run.pl Small trivial cleanups This also fixes a bug in counting number of rows that are updated when we have many simultanous queries Move all connection handling and command exectuion main loop from sql_parse.cc to sql_connection.cc Split handle_one_connection() into reusable sub functions. Split create_new_thread() into reusable sub functions. Added thread_scheduler; Preliminary interface code for future thread_handling code. Use 'my_thread_id' for internal thread id's Make thr_alarm_kill() to depend on thread_id instead of thread Make thr_abort_locks_for_thread() depend on thread_id instead of thread In store_globals(), set my_thread_var->id to be thd->thread_id. Use my_thread_var->id as basis for my_thread_name() The above changes makes the connection we have between THD and threads more soft. Added a lot of DBUG_PRINT() and DBUG_ASSERT() functions Fixed compiler warnings Fixed core dumps when running with --debug Removed setting of signal masks (was never used) Made event code call pthread_exit() (portability fix) Fixed that event code doesn't call DBUG_xxx functions before my_thread_init() is called. Made handling of thread_id and thd->variables.pseudo_thread_id uniform. Removed one common 'not freed memory' warning from mysqltest Fixed a couple of usage of not initialized warnings (unlikely cases) Suppress compiler warnings from bdb and (for the moment) warnings from ndb
* Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-311-1/+1
|\ | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * my_strtoll10-x86.s:kent@mysql.com/kent-amd64.(none)2006-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Corrected spelling in copyright text Makefile.am: Don't update the files from BitKeeper Many files: Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header Adjusted year(s) in copyright header Many files: Added GPL copyright text Removed files: Docs/Support/colspec-fix.pl Docs/Support/docbook-fixup.pl Docs/Support/docbook-prefix.pl Docs/Support/docbook-split Docs/Support/make-docbook Docs/Support/make-makefile Docs/Support/test-make-manual Docs/Support/test-make-manual-de Docs/Support/xwf
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+2
|\ \ | |/ | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+2
| | | | | | | | Changed header to GPL version 2 only
* | Added back sql-bench directory, so that one can more easily run benchmarks ↵monty@mysql.com/narttu.mysql.fi2006-11-291-0/+598
| | | | | | | | | | | | | | | | on a server and add new benchmarks for new optimizations Fixed memory leak in _db_set() (Bug#24497 Valgrind warning: get_one_option) Don't call net_clear() on COM_QUIT. This avoids a warning from net_clear() after shutdown: "skipped ## bytes from file" BUG#21428: skipped 9 bytes from file: socket (3)" on "mysqladmin shutdown"
* | Remove sql-bench from the server repository -- it is being maintainedjimw@mysql.com2006-04-131-598/+0
|/ | | | | | in a distinct mysql-bench repository. Also add a new --benchdir option to mysql-test-run.pl so the location of the mysql-bench repository can be specified. The default location is adjacent to the source tree.
* Set thread_stack after return from end_thread()monty@mysql.com2005-12-031-1/+1
| | | | Fixes core dump when reusing thread when running debug binary
* - Rephrased two option help texts to not start with "use the ..." as this lenz@mysql.com2003-11-241-1/+1
| | | | | confuses RPM's Perl module dependency checking (it adds a bogus requirement to "Perl(the)", as "use" is a Perl keyword). (BUG#1931)
* - Improved portability of the sql-bench Perl scripts by replacinglenz@mysql.com2003-09-251-18/+3
| | | | | the calls of external programs "uname" and "pwd" with Perl builtin functions "cwd()" and "POSIX::uname()"
* Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-231-1/+1
| | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
* Portability fixesmonty@mashka.mysql.fi2003-01-071-1/+4
| | | | Fixed test suite for HPUX 10.20 and MacOSX
* Some changes for SSLgluh@gluh.(none)2002-10-301-4/+8
|
* Updated benchmarksmonty@hundin.mysql.fi2001-12-181-2/+11
| | | | | Portability fixes. Fixed bug in mysqlbinlog when detecting binary log version
* Always compile rPM's with --enable-thread-safe-clientmonty@hundin.mysql.fi2001-12-131-2/+10
|
* merge with 3.23.42monty@work.mysql.com2001-09-021-1/+30
|\
| * Added testing of IN(value-list)monty@hundin.mysql.fi2001-09-021-1/+30
| | | | | | | | Portability fixes
* | Merge mysql.sashanet.com:/home/sasha/src/bk/mysqlsasha@mysql.sashanet.com2001-06-041-1/+1
|\ \ | |/ | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * Added ABS() to make tests more portable.monty@hundin.mysql.fi2001-06-031-1/+1
| | | | | | | | | | New postgresql crash-me file. Increased blob size in benchmarks from 65K to 1M.
* | mysql-test/mysql-test-run.shsasha@mysql.sashanet.com2001-04-131-2/+7
|/ | | | | | | | added --bench option sql-bench/Makefile.am added bench-count-distinct.sh test sql-bench/bench-init.pl.sh added --socket option
* Added isolation levelsmonty@tik.mysql.fi2001-03-211-6/+9
| | | | Added SELECT .. FOR UPDATE and SELECT .. IN SHARE MODE
* Added new tests to benchmark suitemonty@donna.mysql.fi2001-03-111-1/+1
|
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-081-3/+6
| | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* New benchmark testmonty@donna.mysql.com2000-12-241-1/+1
| | | | | | | Fixed bug in REPLACE with BDB tables Prepare for write lock on read for BDB Inform the handler when we want to use IGNORE / REPLACE New manual pages
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-291-0/+0
| | | | Portability fixes
* Added connect_timeout and fix for transactions per statementmonty@donna.mysql.com2000-11-271-1/+1
|
* All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-241-2/+18
| | | | | Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
* Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-131-0/+9
|
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-171-1/+6
|
* Additions for CHECK table + update of benchmarksmonty@donna.mysql.com2000-08-171-2/+2
|
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-151-0/+5
|
* Import changesetbk@work.mysql.com2000-07-311-0/+514