Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug fixes: | monty@mysql.com | 2004-05-20 | 2 | -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.com | 2003-11-24 | 1 | -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 replacing | lenz@mysql.com | 2003-09-25 | 21 | -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.fi | 2003-09-23 | 4 | -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.fi | 2003-08-27 | 1 | -23/+77 |
| | | | | in certain combinations. Bug #871 | ||||
* | - removed Benchmark results from source distribution (they are not | lenz@mysql.com | 2003-04-28 | 1 | -7/+0 |
| | | | | up-to-date anyway) | ||||
* | crash-me.sh: | walrus@mysql.com | 2003-04-04 | 1 | -0/+45 |
| | | | | add sorted_group_by parameter | ||||
* | test-transactions.sh: | walrus@mysql.com | 2003-04-03 | 1 | -1/+1 |
| | | | | correct misprint in the test_update | ||||
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mashka.mysql.fi | 2003-03-27 | 1 | -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.fi | 2003-03-26 | 1 | -23/+23 |
| | | |||||
* | | crash-me.sh: | walrus@mysql.com | 2003-03-26 | 1 | -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.com | 2003-03-21 | 1 | -0/+14 |
| | | | | add foreign key value update test | ||||
* | crash-me.sh: | walrus@mysql.com | 2003-03-11 | 1 | -1/+1 |
| | | | | misprint correction | ||||
* | Portability fix for IBM compiler on AIX | monty@mashka.mysql.fi | 2003-03-07 | 1 | -7/+30 |
| | |||||
* | Check how much stack we got; Needed to be able to run crash-me | monty@mashka.mysql.fi | 2003-02-08 | 1 | -24/+6496 |
| | |||||
* | crash-me.sh: | walrus@mysql.com | 2003-01-29 | 1 | -0/+33 |
| | | | | restore nake_time and make_time_r | ||||
* | Change bench files for mimer compability, change crash-me for correct ↵ | walrus@mysql.com | 2003-01-25 | 4 | -37/+179 |
| | | | | testing time datafields | ||||
* | Portability fixes | monty@mashka.mysql.fi | 2003-01-07 | 4 | -64/+117 |
| | | | | Fixed test suite for HPUX 10.20 and MacOSX | ||||
* | 1) Add option (--verbose) that allows user switch on/off new | walrus@mysql.com | 2002-12-28 | 1 | -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.com | 2002-12-19 | 1 | -2/+1 |
| | | | | Corrected some typo. | ||||
* | crash-me.sh: | walrus@mysql.com | 2002-12-19 | 1 | -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.com | 2002-12-16 | 2 | -116/+293 |
| | |||||
* | - Fix handling of suffix option | ranger@regul.home.lan | 2002-12-12 | 1 | -199/+199 |
| | | | | - Replace function 'check_reserved_words' with correct one | ||||
* | Merge akishkin@work.mysql.com:/home/bk/mysql-4.0 | walrus@mysql.com | 2002-12-10 | 1 | -22/+17 |
|\ | | | | | | | into mysql.com:/home/walrus/bk/40.ibase | ||||
| * | SCRUM task - cleanup interbase section in the server-cfg | walrus@kishkin.ru | 2002-12-10 | 1 | -22/+17 |
| | | |||||
* | | merge Ranger's patches to crash-me, add new tests ( DEFAULT VALUES ) | walrus@kishkin.ru | 2002-12-10 | 2 | -5/+265 |
|/ | | | | to crash-me | ||||
* | Remove useless field conversation | walrus@mysql.com | 2002-12-05 | 1 | -1/+1 |
| | |||||
* | improvement crash-me | walrus@mysql.com | 2002-11-29 | 2 | -37/+90 |
| | |||||
* | Merge constraint tests with "ignoring constarint tests" | walrus@mysql.com | 2002-11-28 | 2 | -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.com | 2002-11-27 | 2 | -24/+475 |
| | | | | crash-me | ||||
* | Merge serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2002-11-17 | 1 | -1/+1 |
|\ | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | - Fixed some minor bugs/typos | lenz@mysql.com | 2002-11-15 | 1 | -1/+1 |
| | | |||||
* | | Merge | monty@hundin.mysql.fi | 2002-10-31 | 10 | -0/+370 |
|\ \ | |||||
| * | | Added back old LARGEFILE handling | monty@hundin.mysql.fi | 2002-10-29 | 10 | -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 SSL | gluh@gluh.(none) | 2002-10-30 | 2 | -7/+12 |
|/ / | |||||
* | | merge with 3.23.53 | monty@hundin.mysql.fi | 2002-08-16 | 7 | -2/+699 |
|\ \ | |/ | | | | | New fix for pthread_mutex_trylock for HPUX 10.20 | ||||
| * | Many files: | heikki@hundin.mysql.fi | 2002-08-15 | 7 | -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.com | 2002-07-02 | 1 | -171/+5 |
| | | | | | | | | server-cfg.sh add transactional for bdb | ||||
* | | Removed mysql_ssl_clear() | monty@hundin.mysql.fi | 2002-06-27 | 2 | -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.1 | monty@hundin.mysql.fi | 2002-05-21 | 10 | -0/+370 |
| | | | | | | | | Fixed bug in new code for regexp LIKE NULL | ||||
* | | Fixed syntax error in mysql.cc | monty@hundin.mysql.fi | 2002-04-24 | 1 | -18/+19 |
| | | |||||
* | | merge | monty@hundin.mysql.fi | 2002-03-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Update scripts for new POSIX spec | monty@tik.mysql.fi | 2002-03-05 | 1 | -1/+1 |
| | | | | | | | | | | Fix for --enable-local-infile Portability fix for bison | ||||
* | | Added macros for nice TIMESPEC usage. | monty@hundin.mysql.fi | 2002-01-02 | 1 | -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.fi | 2001-12-23 | 1 | -1/+1 |
| | | | | | | | | Fix problem with query cache and database names | ||||
* | | Updated benchmarks | monty@hundin.mysql.fi | 2001-12-18 | 5 | -30/+89 |
| | | | | | | | | | | Portability fixes. Fixed bug in mysqlbinlog when detecting binary log version | ||||
* | | Lots of portability fixes. | monty@hundin.mysql.fi | 2001-12-17 | 1 | -2/+2 |
| | | | | | | | | | | Fixed shutdown on HPUX. Fixed bug in query cache. | ||||
* | | Always compile rPM's with --enable-thread-safe-client | monty@hundin.mysql.fi | 2001-12-13 | 1 | -2/+10 |
| | | |||||
* | | Update of query cache code | monty@hundin.mysql.fi | 2001-12-06 | 2 | -5/+25 |
| | | |||||
* | | Query cache. | monty@hundin.mysql.fi | 2001-12-02 | 2 | -25/+44 |
| | | | | | | | | Remove some warnings |