summaryrefslogtreecommitdiff
path: root/sql-bench/run-all-tests.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2007-02-231-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* 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
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+2
| | | | Changed header to GPL version 2 only
* - Improved portability of the sql-bench Perl scripts by replacinglenz@mysql.com2003-09-251-1/+2
| | | | | the calls of external programs "uname" and "pwd" with Perl builtin functions "cwd()" and "POSIX::uname()"
* Updated benchmarksmonty@hundin.mysql.fi2001-12-181-5/+11
| | | | | Portability fixes. Fixed bug in mysqlbinlog when detecting binary log version
* Fixed fulltext after merge from 3.23.45monty@hundin.mysql.fi2001-11-221-0/+4
| | | | First (incomplete) version of transaction and as3ap tests.
* Added fix for using variables with distinctmonty@donna.mysql.fi2001-03-151-1/+2
|
* Fixes for compiling innobasemonty@donna.mysql.fi2001-03-121-5/+14
|
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-291-0/+0
| | | | Portability fixes
* Import changesetbk@work.mysql.com2000-07-311-0/+288