Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug when having many binary log files | monty@donna.mysql.com | 2001-01-08 | 1 | -265/+283 |
| | | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest | ||||
* | Fixes to get mysql-test-run more portable | monty@donna.mysql.com | 2001-01-04 | 1 | -31/+48 |
| | |||||
* | Fixes to get mysql-test included in the distributions | monty@donna.mysql.com | 2001-01-02 | 2 | -17/+22 |
| | |||||
* | Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2000-12-29 | 1 | -2/+4 |
|\ | |||||
| * | mysqltest.c Clean-ups. | mwagner@evoq.home.mwagner.org | 2000-12-28 | 1 | -3/+1 |
| | | |||||
| * | mysqltest.c Added --no-defaults to usage(). | mwagner@evoq.home.mwagner.org | 2000-12-28 | 1 | -3/+7 |
| | | | | | | | | mysql-test-run.sh Couple more clean-ups. | ||||
* | | Fixed --no-defaults in mysqltest | monty@donna.mysql.com | 2000-12-29 | 2 | -5/+4 |
| | | |||||
* | | Cleanup of tests | monty@donna.mysql.com | 2000-12-28 | 7 | -15/+17 |
|/ | | | | Fixed bug with ALTER TABLE on HEAP tables | ||||
* | Added support for hex strings to mysqlimport | monty@donna.mysql.com | 2000-12-28 | 2 | -27/+52 |
| | | | | | A lot of new tests to mysqltest Fixed bug with BDB tables and autocommit | ||||
* | Extended mysqltest with --commands and 'require' | monty@donna.mysql.com | 2000-12-27 | 1 | -456/+482 |
| | | | | | Fixed test results. Added mysqld variable 'have_isam' | ||||
* | merge | monty@donna.mysql.com | 2000-12-24 | 1 | -2/+4 |
|\ | |||||
| * | New benchmark test | monty@donna.mysql.com | 2000-12-24 | 1 | -2/+4 |
| | | | | | | | | | | | | | | 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 | ||||
* | | mysql-test-run.sh remove *.reject before testing | serg@serg.mysql.com | 2000-12-22 | 1 | -56/+56 |
|/ | | | | | | mrg000001.test clean merge tables for other tests to work mysqltest.c always compare vs. @result if any mrg000002.result corrected | ||||
* | Fixed <=> | monty@donna.mysql.com | 2000-12-15 | 1 | -10/+9 |
| | | | | | Added mysqltest for <=> Removed use of TAB in output from mysql-test-run | ||||
* | Merge narttu:/my/mysql into tik.mysql.com:/home/my/mysql | monty@tik.mysql.com | 2000-12-15 | 1 | -2/+1 |
|\ | |||||
| * | Fixed that LPAD() and RPAD() cuts arguments | monty@tik.mysql.com | 2000-12-15 | 1 | -2/+1 |
| | | | | | | | | New test for string functions | ||||
* | | client/mysqltest.c | sasha@mysql.sashanet.com | 2000-12-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed bug that created empty result files in no-record mode mysql-test/t/rpl000007.test testing non-replication of load data infile when the table is excluded from replication mysql-test/t/rpl000016.test test purge master logs sql/slave.cc fix memory leaks found by purge master logs test sql/sql_repl.cc fixed race condition and delete before close bug in reset_slave() Overall comments - coverage testing is a very good thing! | ||||
* | | client/mysqltest.c | sasha@mysql.sashanet.com | 2000-12-14 | 1 | -9/+41 |
| | | | | | | | | | | | | | | | | | | | | | | added system command myisammrg/myrg_open.c fixed coredump when opening an empty union table sql/sql_repl.cc fixed warnings, remove confusing comment, fixed coredump in change master to when master.info was corrupted added new replication test case | ||||
* | | --result-file in mysqltest works nicely now | sasha@mysql.sashanet.com | 2000-12-12 | 1 | -12/+24 |
| | | | | | | | | added a new test case that relies on --result-file | ||||
* | | client/mysqltest.c | sasha@mysql.sashanet.com | 2000-12-12 | 1 | -110/+151 |
|/ | | | | | | add --result-file option mysql-test/mysql-test-run do a really good job to kill mysqld if it is stuck | ||||
* | mysqldump.c typo fixed | serg@serg.mysql.com | 2000-12-08 | 1 | -1/+1 |
| | | | | | mysqldumpslow.sh | first line should be #!@PERL@ mysqld_multi.sh | not #@perl@ or #!/usr/bin/perl | ||||
* | Added innobase handler files + other updates for innobase | monty@donna.mysql.com | 2000-12-06 | 1 | -4/+4 |
| | |||||
* | added loops and other cool stuff to mysqltest | sasha@mysql.sashanet.com | 2000-12-02 | 2 | -23/+369 |
| | | | | | | | | fixed slave to preserve temp tables on slave stop; slave start added abort-slave-event-count option to mysqld to test the above added a test case for temp tables with a contantly aborting slave removed warning in sql_parse.cc fixed thimble.cc to compile | ||||
* | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-27 | 1 | -6/+6 |
|\ | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | ||||
| * | New thr_alarm struct for better integration with OS2 | monty@donna.mysql.com | 2000-11-28 | 1 | -6/+6 |
| | | | | | | | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name | ||||
* | | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-27 | 1 | -0/+27 |
|\ \ | |/ |/| | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | ||||
| * | Fixed temp tables to work with replication. It will not work if you stop the ↵ | sasha@mysql.sashanet.com | 2000-11-25 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | | | | | | slave while slave thread has temp tables - not hard to fix though, but it is time to go to bed added a new test case for temp table replication and Slave_open_temp_tables status variable. Misc fixes | ||||
* | | Added connect_timeout and fix for transactions per statement | monty@donna.mysql.com | 2000-11-27 | 2 | -18/+37 |
| | | |||||
* | | Merge | jani@prima.mysql.com | 2000-11-24 | 1 | -0/+89 |
|\ \ | |/ |/| | |||||
| * | Documentation changes. | jani@prima.mysql.com | 2000-11-24 | 1 | -0/+89 |
| | | |||||
* | | Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2000-11-22 | 1 | -26/+35 |
|\ \ | |||||
| * | | Split error message for crashed table to 3 different error messages. | monty@donna.mysql.com | 2000-11-22 | 1 | -26/+35 |
| | | | | | | | | | | | | Fixes for Windows | ||||
* | | | client/mysqltest.c | sasha@mysql.sashanet.com | 2000-11-21 | 1 | -5/+24 |
|/ / | | | | | | | | | | | | | | | generate a bigger reject file ( full in most cases) if the master result file is 0 length sql/sql_show.cc fixed 3 bugs in SHOW CREATE TABLE New test case shw000001 for SHOW CREATE TABLE bugs | ||||
* | | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-20 | 2 | -19/+17 |
|\ \ | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql | ||||
| * | | Fixed problem with auto-repair of MyISAM tables | monty@donna.mysql.com | 2000-11-21 | 1 | -1/+1 |
| |/ | | | | | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes | ||||
| * | Added documentation. | jani@prima.mysql.com | 2000-11-20 | 1 | -7/+7 |
| | | |||||
| * | Small change in mysql.cc | jani@prima.mysql.com | 2000-11-20 | 1 | -3/+1 |
| | | |||||
| * | Merge narttu:/my/bk/mysql into prima.mysql.com:/home/my/bk/mysql | jani@prima.mysql.com | 2000-11-20 | 1 | -12/+12 |
| |\ | |||||
| | * | Bug fix to mysql.cc for windows version. | jani@prima.mysql.com | 2000-11-20 | 1 | -12/+12 |
| | | | |||||
* | | | fixed warning in sql_class.cc | sasha@mysql.sashanet.com | 2000-11-20 | 1 | -3/+4 |
|/ / | | | | | | | | | | | added gdb support, mysqld options per test, and other cool stuff to mysql-test-run added --replicate-wild-do/ignore-table more test cases | ||||
* | | Merge work.mysql.com:/home/bk/mysql | tim@work.mysql.com | 2000-11-19 | 1 | -4/+5 |
|\ \ | |/ |/| | | | into work.mysql.com:/d1/users/tim/src/mysql | ||||
| * | thread_test.c make thread_test compile on non-threaded machines | tim@work.mysql.com | 2000-11-15 | 1 | -4/+5 |
| | | |||||
* | | Added function tee_putc to mysql.cc. | jani@prima.mysql.com | 2000-11-18 | 1 | -6/+16 |
| | | |||||
* | | Merge narttu:/my/bk/mysql into prima.mysql.com:/home/my/bk/mysql | jani@prima.mysql.com | 2000-11-18 | 1 | -9/+18 |
|\ \ | |||||
| * | | Portability fixes | monty@donna.mysql.com | 2000-11-18 | 1 | -9/+18 |
| | | | |||||
* | | | Fixed bug in mysql client. | jani@prima.mysql.com | 2000-11-17 | 1 | -14/+16 |
|/ / | |||||
* | | New mysql client. | jani@prima.mysql.com | 2000-11-17 | 1 | -134/+417 |
| | | |||||
* | | merge | monty@narttu.mysql.fi | 2000-11-16 | 7 | -58/+81 |
|\ \ | |/ |/| | |||||
| * | changed to use IO_CACHE instead of FILE | monty@narttu.mysql.fi | 2000-11-15 | 3 | -22/+26 |
| | | |||||
| * | Bug fixes, TRUNCATE, safer passwords on command line and connect timeout | monty@tik.mysql.com | 2000-11-13 | 5 | -36/+56 |
| | |