summaryrefslogtreecommitdiff
path: root/sql-bench/server-cfg.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge up 5.0-build into 5.1-build:Joerg Bruehe2009-05-291-1/+1
|\ | | | | | | | | mostly just the merge changesets, but also a change of Perl scripts to use "/usr/bin/perl" fixed.
| * Use /usr/bin/perl as standard Perl install path (bug#44643)Kent Boortz2009-05-091-1/+1
| |
* | 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/+3620
| | | | | | | | | | | | | | | | 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-3620/+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-5/+5
| | | | Fixes core dump when reusing thread when running debug binary
* Updated server-cfg, remove limitation for blobs + NDBmagnus@neptunus.(none)2004-08-161-1/+0
|
* Fix for sql-bench/test-createmagnus@neptunus.(none)2004-05-131-0/+1
|
* Updated default NDB config to work better with sql-benchmagnus@neptunus.(none)2004-04-301-0/+7
| | | | Updated sql-bench configs to take NDB's limitations into account
* Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-231-1/+0
| | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
* Change bench files for mimer compability, change crash-me for correct ↵walrus@mysql.com2003-01-251-2/+27
| | | | testing time datafields
* server-cfg.sh:walrus@mysql.com2002-12-191-2/+1
| | | | Corrected some typo.
* Add log lines to crash-me result file walrus@mysql.com2002-12-161-12/+13
|
* Merge akishkin@work.mysql.com:/home/bk/mysql-4.0walrus@mysql.com2002-12-101-22/+17
|\ | | | | | | into mysql.com:/home/walrus/bk/40.ibase
| * SCRUM task - cleanup interbase section in the server-cfgwalrus@kishkin.ru2002-12-101-22/+17
| |
* | merge Ranger's patches to crash-me, add new tests ( DEFAULT VALUES )walrus@kishkin.ru2002-12-101-1/+2
|/ | | | to crash-me
* Remove useless field conversationwalrus@mysql.com2002-12-051-1/+1
|
* improvement crash-mewalrus@mysql.com2002-11-291-1/+1
|
* Merge constraint tests with "ignoring constarint tests"walrus@mysql.com2002-11-281-9/+31
| | | | | | | for column,table and named constarints. Now constraint test produces exactly one line in report, with "yes","no" or syntax only". add /odbc to server-version if benchmark/crash-me works over odbc
* add sapdb section into server-cfg, add a lot of new function and tests into ↵walrus@mysql.com2002-11-271-4/+211
| | | | crash-me
* Some changes for SSLgluh@gluh.(none)2002-10-301-3/+4
|
* server-cfg.sh Remove smds, remove coversaton from date to int for mysql,walrus@mysql.com2002-07-021-171/+5
| | | | server-cfg.sh add transactional for bdb
* mergemonty@hundin.mysql.fi2002-03-061-1/+1
|\
| * Update scripts for new POSIX specmonty@tik.mysql.fi2002-03-051-1/+1
| | | | | | | | | | Fix for --enable-local-infile Portability fix for bison
* | Updated benchmarksmonty@hundin.mysql.fi2001-12-181-21/+65
| | | | | | | | | | Portability fixes. Fixed bug in mysqlbinlog when detecting binary log version
* | Fix not critical MyISAM bug in locking.monty@hundin.mysql.fi2001-11-291-2/+74
| | | | | | | | | | Free character sets properly (for embedded). Add missing mutex in HANDLER CLOSE
* | Fixed fulltext after merge from 3.23.45monty@hundin.mysql.fi2001-11-221-1/+29
| | | | | | | | First (incomplete) version of transaction and as3ap tests.
* | --fast now does all insert/update loops in one transactionsmonty@hundin.mysql.fi2001-11-081-0/+15
| |
* | Don't do signal() on windows (Causes instability problems)monty@hundin.mysql.fi2001-10-171-1/+4
| | | | | | | | | | | | Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline.
* | Fixed some build problems.monty@hundin.mysql.fi2001-10-041-2/+2
| | | | | | | | | | | | Fix that compressed packets and normal packets looks indentical before calling net_real_write() (Needed for query cache) Optimize IS NULL handling
* | Merge work.mysql.com:/home/bk/mysqlmonty@work.mysql.com2001-09-201-0/+1
|\ \ | |/ | | | | into work.mysql.com:/home/bk/mysql-4.0
| * Some fixes for Geminimonty@hundin.mysql.fi2001-09-201-0/+1
| |
* | mergemonty@work.mysql.com2001-06-121-6/+17
|\ \ | |/
| * Added --verbose option to mysqlshowmonty@hundin.mysql.fi2001-06-121-0/+2
| | | | | | | | Fixes for making distribution
| * Updated benchmarks and crash-me for postgreSQL 7.1.1monty@hundin.mysql.fi2001-06-051-6/+15
| | | | | | | | Fixed option for symlinks
* | Merge mysql.sashanet.com:/home/sasha/src/bk/mysqlsasha@mysql.sashanet.com2001-06-041-57/+53
|\ \ | |/ | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * Added ABS() to make tests more portable.monty@hundin.mysql.fi2001-06-031-57/+53
| | | | | | | | | | New postgresql crash-me file. Increased blob size in benchmarks from 65K to 1M.
* | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2001-04-151-1/+1
|\ \ | |/ | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * Changed Innobase to Innodbmonty@donna.mysql.fi2001-04-131-1/+1
| | | | | | | | Deleted a lot of old benchmark runs
* | mysql-test/mysql-test-run.shsasha@mysql.sashanet.com2001-04-131-4/+5
|/ | | | | | | | added --bench option sql-bench/Makefile.am added bench-count-distinct.sh test sql-bench/bench-init.pl.sh added --socket option
* Add support for Gemini table handler, Monty has checked and approvedmikef@nslinux.bedford.progress.com2001-03-211-0/+5
| | | | Fix bug when read return error
* Fixed bug in MAX() optimizing for BDB tablesmonty@donna.mysql.fi2001-03-101-0/+5
|
* Perl cleanups in sql-bench.tim@threads.polyesthetic.msg2001-02-051-1/+1
| | | | | Thanks to Chris Richmond MD6-FDC <crichmon@pcocd2.intel.com> for the patch.
* New benchmark testmonty@donna.mysql.com2000-12-241-0/+7
| | | | | | | 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
* erge with 4.0 + updates for column typesmonty@donna.mysql.com2000-12-181-0/+0
|
* Lots of fixes for BDB tablesmonty@donna.mysql.com2000-12-081-1/+1
| | | | Change DROP TABLE to first drop the data, then the .frm file
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-291-5/+5
| | | | Portability fixes