summaryrefslogtreecommitdiff
path: root/sql-bench/test-insert.sh
Commit message (Collapse)AuthorAgeFilesLines
* Merge with 4.0.16monty@narttu.mysql.fi2003-10-071-1/+2
|\
| * - 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()"
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-5/+5
|\ \ | |/
| * Change bench files for mimer compability, change crash-me for correct ↵walrus@mysql.com2003-01-251-5/+5
| | | | | | | | testing time datafields
* | merge with 4.0.9monty@mashka.mysql.fi2003-01-091-3/+4
|\ \ | |/ | | | | To get bug fixes for TCP/IP connections, FORCE INDEX and OPTIMIZE TABLE with NULL keys
| * Portability fixesmonty@mashka.mysql.fi2003-01-071-3/+4
| | | | | | | | Fixed test suite for HPUX 10.20 and MacOSX
* | add Test of prepared+execute/once prepared many execute selectswalrus@mysql.com2002-11-041-0/+51
|/
* --fast now does all insert/update loops in one transactionsmonty@hundin.mysql.fi2001-11-081-2/+61
|
* Don't do signal() on windows (Causes instability problems)monty@hundin.mysql.fi2001-10-171-16/+21
| | | | | | Safer, a bit faster filesort. Code changes to avoid calls to current_thd() (faster code). Removed all compiler warnings from readline.
* Portability fixesmonty@hundin.mysql.fi2001-10-111-4/+10
| | | | Fixed bug with long log-filenames in Innobase.
* Small changes in benchmark suitemonty@hundin.mysql.fi2001-09-021-10/+6
|
* Added testing of IN(value-list)monty@hundin.mysql.fi2001-09-021-1/+76
| | | | Portability fixes
* Fixed bug in auto-increment handling with InnoDBmonty@hundin.mysql.fi2001-08-261-2/+2
| | | | Some small speedups
* Updated benchmarks and crash-me for postgreSQL 7.1.1monty@hundin.mysql.fi2001-06-051-8/+0
| | | | Fixed option for symlinks
* Fix for BDB and LOCK TABLESmonty@donna.mysql.fi2001-04-191-5/+7
|
* Fixed up mysql-max spec filemonty@donna.mysql.fi2001-04-021-2/+2
|
* Removed duplicated index_init() calls that causes problems with BDBmonty@donna.mysql.fi2001-03-071-7/+7
| | | | | tables. Merged maxsql.spec with mysql.spec
* Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-3/+6
| | | | | | | | Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
* Fix for replication when binary log goes over 2Gmonty@donna.mysql.com2001-01-031-1/+1
| | | | | Split update_of_key into separate tests Updated make_binary_distribution to generate symbol file for mysqld
* New benchmark testmonty@donna.mysql.com2000-12-241-5/+39
| | | | | | | 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
|
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-291-3/+3
| | | | Portability fixes
* All statements are now run in a sub transactionmonty@donna.mysql.com2000-11-241-36/+48
| | | | | Give warning if we are using non transactional tables and do ROLLBACK Porting of crash-me and benchmarks to FrontBase
* Portability fixesmonty@donna.mysql.com2000-11-181-0/+19
|
* Fixed bug with text key compares in BDBmonty@donna.mysql.com2000-11-171-9/+9
|
* Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-131-2/+6
|
* Fixed bug with ORDER BY on BDB tables.monty@tik.mysql.com2000-10-261-17/+98
| | | | New benchmarks tests
* Fixed benchmarks and compare of NULL with <>monty@donna.mysql.com2000-10-171-0/+8
|
* Automatic repair of MyISAM tables + small bug fixesmonty@donna.mysql.com2000-10-171-2/+2
|
* Fix of LEFT JOIN optimizer bug, problem with key cache on Windows andmonty@donna.mysql.com2000-10-141-0/+10
| | | | a lot of portability issues.
* Automatic repair of MyISAM tables + portability fixesmonty@tik.mysql.com2000-10-111-4/+49
|
* Small bug fixes + code for DELETE QUICKmonty@donna.mysql.com2000-09-201-2/+36
|
* Fixes for MERGE TABLES and HEAP tablesmonty@donna.mysql.com2000-09-141-9/+17
|
* Fixes for FULLTEXT and TIME typemonty@donna.mysql.com2000-09-131-10/+50
|
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-221-2/+2
| | | | | Fixes for RENAME TABLE Portability fixes
* RENAME TABLE table_name TO new_table_name ; Faster Allocmonty@donna.mysql.com2000-08-211-1/+1
| | | | Small bug fixes
* Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-1/+1
| | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* Additions for CHECK table + update of benchmarksmonty@donna.mysql.com2000-08-171-9/+12
|
* Import changesetbk@work.mysql.com2000-07-311-0/+1312