summaryrefslogtreecommitdiff
path: root/sql-bench
Commit message (Collapse)AuthorAgeFilesLines
* Set thread_stack after return from end_thread()monty@mysql.com2005-12-032-6/+6
| | | | Fixes core dump when reusing thread when running debug binary
* Mergekent@mysql.com2005-11-041-0/+2
|\
| * Makefile.am, configure.in:kent@mysql.com2005-09-241-0/+2
| | | | | | | | Enable "make distcheck" to work
* | Cleanup during reviewmonty@mysql.com2005-06-052-5992/+7111
| | | | | | | | | | | | | | | | Simple optimization for 2 argument usage to function of variable arguments Fix stack overrun when using 1+1+1+1+1+1+1+.... Update crash-me results for 5.0 Don't call post_open if pre_open() fails (optimization)
* | mergedserg@sergbook.mysql.com2005-01-061-1/+1
|\ \ | |/
| * Fix typo in crash-me 'MATCHES' test (Bug # 5875)jimw@mysql.com2005-01-031-1/+1
| |
* | Merge with 4.1monty@mysql.com2004-09-061-1/+0
|\ \ | |/ | | | | | | (Includes merge of arena code in 4.1 and 5.0)
| * Updated server-cfg, remove limitation for blobs + NDBmagnus@neptunus.(none)2004-08-161-1/+0
| |
* | Merge with 4.1.3-betamonty@mysql.com2004-07-071-0/+8
|\ \ | |/
| * Merge msvensson@bk-internal.mysql.com:/home/bk/mysql-4.1magnus@neptunus.(none)2004-05-252-3/+251
| |\ | | | | | | | | | into neptunus.(none):/home/magnus/mysql-4.1
| * | 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
* | | Mergemonty@mysql.com2004-06-092-2/+232
|\ \ \ | | |/ | |/|
| * | Merge with 4.0 to get fixes for Windows project filesmonty@mysql.com2004-05-252-3/+251
| |\ \ | | |/ | |/|
| | * Bug fixes:monty@mysql.com2004-05-202-3/+251
| | | | | | | | | | | | | | | Use %windir% instead of c:\winnt\ (Bug #3786) Fixed wrong foreign key test in crash-me (Bug #3740)
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com2004-05-113-167/+7223
|\ \ \ | |/ / | | | | | | into mysql.com:/home/my/mysql-5.0
| * | Portability fixesmonty@mysql.com2004-04-072-156/+7212
| | | | | | | | | | | | | | | Fixed problems with group_concat() and HAVING Updated crash-me values
| * | Disable INSERT DELAYED for embedded librarymonty@mysql.com2004-03-291-1/+1
| | |
* | | Update limitsmonty@mysql.com2004-05-111-266/+275
|/ /
* | README:paul@ice.snake.net2003-12-031-5/+4
| | | | | | | | minor edits
* | Delete obsolete references.paul@ice.snake.net2003-12-031-8/+2
| |
* | benchmarks README editspaul@ice.snake.net2003-12-021-19/+22
| |
* | mergedserg@serg.mylan2003-11-251-1/+1
|\ \ | |/
| * - 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)
* | Merge with 4.0.16monty@narttu.mysql.fi2003-10-0722-61/+51
|\ \ | |/
| * - Improved portability of the sql-bench Perl scripts by replacinglenz@mysql.com2003-09-2521-56/+46
| | | | | | | | | | 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-234-5/+5
| | | | | | | | | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues
* | After merge fixes.monty@mashka.mysql.fi2003-09-111-1/+1
| | | | | | | | Note that mix_innodb_myisam_binlog and union fails after this patch (Will be fixed shortly by maintaners of this code)
* | merge with 4.0.15monty@narttu.mysql.fi2003-08-291-23/+77
|\ \ | |/
| * Fixed unlikely stack bug when having a BIG expression of type 1+1-1+1-1... ↵monty@narttu.mysql.fi2003-08-271-23/+77
| | | | | | | | in certain combinations. Bug #871
* | Merge with 4.0.13monty@narttu.mysql.fi2003-05-192-7/+45
|\ \ | |/
| * - removed Benchmark results from source distribution (they are notlenz@mysql.com2003-04-281-7/+0
| | | | | | | | up-to-date anyway)
| * crash-me.sh:walrus@mysql.com2003-04-041-0/+45
| | | | | | | | add sorted_group_by parameter
| * test-transactions.sh:walrus@mysql.com2003-04-031-1/+1
| | | | | | | | correct misprint in the test_update
* | Merge akishkin@bk-internal.mysql.com:/home/bk/mysql-4.1walrus@mysql.com2003-04-041-1/+1
|\ \ | | | | | | | | | into mysql.com:/home/walrus/bk/41
| * | test-transactions.sh:walrus@mysql.com2003-04-031-1/+1
| | | | | | | | | | | | correct misprint in the sub test_update
* | | Merge with 4.0monty@narttu.mysql.fi2003-04-031-0/+109
|\ \ \ | |/ / |/| / | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mashka.mysql.fi2003-03-271-23/+23
| |\ | | | | | | | | | into mashka.mysql.fi:/home/my/mysql-4.0
| * | crash-me.sh:walrus@mysql.com2003-03-261-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | add new parameter checks length_of_varchar_field, add new auxilary functions: get_recordset compare_recordset print_recordset
* | | Merge with 4.0.13monty@mashka.mysql.fi2003-03-262-23/+37
|\ \ \ | | |/ | |/|
| * | Fix for glibc with small stack size (fixes bug when running crash-me)monty@mashka.mysql.fi2003-03-261-23/+23
| |/
| * crash-me.sh:walrus@mysql.com2003-03-211-0/+14
| | | | | | | | add foreign key value update test
* | Merge with 4.0monty@narttu.mysql.fi2003-03-161-7/+30
|\ \ | |/
| * crash-me.sh:walrus@mysql.com2003-03-111-1/+1
| | | | | | | | misprint correction
| * Portability fix for IBM compiler on AIXmonty@mashka.mysql.fi2003-03-071-7/+30
| |
* | merge with 4.0.11 to get fix for thread stackmonty@mashka.mysql.fi2003-02-081-24/+6496
|\ \ | |/
| * Check how much stack we got; Needed to be able to run crash-memonty@mashka.mysql.fi2003-02-081-24/+6496
| |
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-044-37/+212
|\ \ | |/
| * crash-me.sh:walrus@mysql.com2003-01-291-0/+33
| | | | | | | | restore nake_time and make_time_r
| * Change bench files for mimer compability, change crash-me for correct ↵walrus@mysql.com2003-01-254-37/+179
| | | | | | | | testing time datafields