summaryrefslogtreecommitdiff
path: root/sql-bench
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* - 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-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
* 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
* - 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 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
| * 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-261-0/+109
|/ | | | | | | | add new parameter checks length_of_varchar_field, add new auxilary functions: get_recordset compare_recordset print_recordset
* crash-me.sh:walrus@mysql.com2003-03-211-0/+14
| | | | add foreign key value update test
* 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
|
* Check how much stack we got; Needed to be able to run crash-memonty@mashka.mysql.fi2003-02-081-24/+6496
|
* 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
* Portability fixesmonty@mashka.mysql.fi2003-01-074-64/+117
| | | | Fixed test suite for HPUX 10.20 and MacOSX
* 1) Add option (--verbose) that allows user switch on/off newwalrus@mysql.com2002-12-281-6/+44
| | | | | | logging in crash-me 2) Add new test: no_id_between, that indicates if NOT ID BETWEEN interprets as ID NOT BETWEEN
* server-cfg.sh:walrus@mysql.com2002-12-191-2/+1
| | | | Corrected some typo.
* crash-me.sh:walrus@mysql.com2002-12-191-248/+569
| | | | | | | | | | | | | | | | | Wrap long lines, New test - date_format_inresult (returns which date format dbms uses in the result set) New tests: -date_format_ISO -date_format_ISO_with_date (checks if DBMS supports YYYY-MM-DD or DATE 'YYYY-MM-DD' formats) -date_format_EUR -date_format_EUR_with_date (the same but 'DD.MM.YYYY' format) -date_format_USA -date_format_USA_with_date ( the same but 'MM/DD/YYYY' format) -date_format_YYYYMMDD -date_format_YYYYMMDD_with_date
* Add log lines to crash-me result file walrus@mysql.com2002-12-162-116/+293
|
* - Fix handling of suffix optionranger@regul.home.lan2002-12-121-199/+199
| | | | - Replace function 'check_reserved_words' with correct one
* 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-102-5/+265
|/ | | | to crash-me
* Remove useless field conversationwalrus@mysql.com2002-12-051-1/+1
|
* improvement crash-mewalrus@mysql.com2002-11-292-37/+90
|
* Merge constraint tests with "ignoring constarint tests"walrus@mysql.com2002-11-282-28/+62
| | | | | | | 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-272-24/+475
| | | | crash-me
* Merge serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2002-11-171-1/+1
|\ | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * - Fixed some minor bugs/typoslenz@mysql.com2002-11-151-1/+1
| |
* | Mergemonty@hundin.mysql.fi2002-10-3110-0/+370
|\ \
| * | Added back old LARGEFILE handlingmonty@hundin.mysql.fi2002-10-2910-0/+370
| | | | | | | | | | | | | | | | | | | | | Fixed reference to freed memory in acl_init()/grant_init() Fixed possible memory leak. (Could only happen in very strange circumstances) Fixed bug in ALTER TABLE with BDB tables Updated mysql-test for valgrind
* | | Some changes for SSLgluh@gluh.(none)2002-10-302-7/+12
|/ /
* | merge with 3.23.53monty@hundin.mysql.fi2002-08-167-2/+699
|\ \ | |/ | | | | New fix for pthread_mutex_trylock for HPUX 10.20
| * Many files:heikki@hundin.mysql.fi2002-08-157-2/+697
| | | | | | | | | | Add multithreaded stress tests for InnoDB new file
* | 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
* | Removed mysql_ssl_clear() monty@hundin.mysql.fi2002-06-272-18/+27
| | | | | | | | | | | | | | Added statistics information for alarms (for bug tracking) Don't store "incomplete" in the xxx.cfg file if we are not using --restart. (Crash-me) Enlarged STACK_BUF_ALLOC becasue of failed crash-me test Aded new script mysql_tableinfo to make a system directory.
* | Fixes for gcc 3.1monty@hundin.mysql.fi2002-05-2110-0/+370
| | | | | | | | Fixed bug in new code for regexp LIKE NULL
* | Fixed syntax error in mysql.ccmonty@hundin.mysql.fi2002-04-241-18/+19
| |
* | 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
* | Added macros for nice TIMESPEC usage.monty@hundin.mysql.fi2002-01-021-2/+31
| | | | | | | | | | | | | | | | Fixes for building MySQL with gcc 3.0 Added SIGNED / UNSIGNED casts Fixed core dump bug in net_clear() with libmysqld. Back to using semaphores in query cache. Added 'Null' and 'Index_type' to SHOW INDEX.
* | Limit created keys to MAX_KEY_LENGTH.monty@hundin.mysql.fi2001-12-231-1/+1
| | | | | | | | Fix problem with query cache and database names
* | Updated benchmarksmonty@hundin.mysql.fi2001-12-185-30/+89
| | | | | | | | | | Portability fixes. Fixed bug in mysqlbinlog when detecting binary log version
* | Lots of portability fixes.monty@hundin.mysql.fi2001-12-171-2/+2
| | | | | | | | | | Fixed shutdown on HPUX. Fixed bug in query cache.
* | Always compile rPM's with --enable-thread-safe-clientmonty@hundin.mysql.fi2001-12-131-2/+10
| |
* | Update of query cache codemonty@hundin.mysql.fi2001-12-062-5/+25
| |
* | Query cache.monty@hundin.mysql.fi2001-12-022-25/+44
| | | | | | | | Remove some warnings