summaryrefslogtreecommitdiff
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug when having many binary log filesmonty@donna.mysql.com2001-01-081-265/+283
| | | | | Fixed bug when deleting keys with possible NULL values many changes to mysqltest
* Fixes to get mysql-test-run more portablemonty@donna.mysql.com2001-01-041-31/+48
|
* Fixes to get mysql-test included in the distributionsmonty@donna.mysql.com2001-01-022-17/+22
|
* Merge work:/my/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-12-291-2/+4
|\
| * mysqltest.c Clean-ups.mwagner@evoq.home.mwagner.org2000-12-281-3/+1
| |
| * mysqltest.c Added --no-defaults to usage().mwagner@evoq.home.mwagner.org2000-12-281-3/+7
| | | | | | | | mysql-test-run.sh Couple more clean-ups.
* | Fixed --no-defaults in mysqltestmonty@donna.mysql.com2000-12-292-5/+4
| |
* | Cleanup of testsmonty@donna.mysql.com2000-12-287-15/+17
|/ | | | Fixed bug with ALTER TABLE on HEAP tables
* Added support for hex strings to mysqlimportmonty@donna.mysql.com2000-12-282-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.com2000-12-271-456/+482
| | | | | Fixed test results. Added mysqld variable 'have_isam'
* mergemonty@donna.mysql.com2000-12-241-2/+4
|\
| * New benchmark testmonty@donna.mysql.com2000-12-241-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 testingserg@serg.mysql.com2000-12-221-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.com2000-12-151-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/mysqlmonty@tik.mysql.com2000-12-151-2/+1
|\
| * Fixed that LPAD() and RPAD() cuts argumentsmonty@tik.mysql.com2000-12-151-2/+1
| | | | | | | | New test for string functions
* | client/mysqltest.csasha@mysql.sashanet.com2000-12-141-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.csasha@mysql.sashanet.com2000-12-141-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 nowsasha@mysql.sashanet.com2000-12-121-12/+24
| | | | | | | | added a new test case that relies on --result-file
* | client/mysqltest.csasha@mysql.sashanet.com2000-12-121-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 fixedserg@serg.mysql.com2000-12-081-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 innobasemonty@donna.mysql.com2000-12-061-4/+4
|
* added loops and other cool stuff to mysqltestsasha@mysql.sashanet.com2000-12-022-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/mysqlsasha@mysql.sashanet.com2000-11-271-6/+6
|\ | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-281-6/+6
| | | | | | | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* | Merge work.mysql.com:/home/bk/mysqlsasha@mysql.sashanet.com2000-11-271-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.com2000-11-251-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 statementmonty@donna.mysql.com2000-11-272-18/+37
| |
* | Mergejani@prima.mysql.com2000-11-241-0/+89
|\ \ | |/ |/|
| * Documentation changes.jani@prima.mysql.com2000-11-241-0/+89
| |
* | Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-11-221-26/+35
|\ \
| * | Split error message for crashed table to 3 different error messages.monty@donna.mysql.com2000-11-221-26/+35
| | | | | | | | | | | | Fixes for Windows
* | | client/mysqltest.csasha@mysql.sashanet.com2000-11-211-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/mysqlsasha@mysql.sashanet.com2000-11-202-19/+17
|\ \ | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| * | Fixed problem with auto-repair of MyISAM tablesmonty@donna.mysql.com2000-11-211-1/+1
| |/ | | | | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes
| * Added documentation.jani@prima.mysql.com2000-11-201-7/+7
| |
| * Small change in mysql.ccjani@prima.mysql.com2000-11-201-3/+1
| |
| * Merge narttu:/my/bk/mysql into prima.mysql.com:/home/my/bk/mysqljani@prima.mysql.com2000-11-201-12/+12
| |\
| | * Bug fix to mysql.cc for windows version.jani@prima.mysql.com2000-11-201-12/+12
| | |
* | | fixed warning in sql_class.ccsasha@mysql.sashanet.com2000-11-201-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/mysqltim@work.mysql.com2000-11-191-4/+5
|\ \ | |/ |/| | | into work.mysql.com:/d1/users/tim/src/mysql
| * thread_test.c make thread_test compile on non-threaded machinestim@work.mysql.com2000-11-151-4/+5
| |
* | Added function tee_putc to mysql.cc.jani@prima.mysql.com2000-11-181-6/+16
| |
* | Merge narttu:/my/bk/mysql into prima.mysql.com:/home/my/bk/mysqljani@prima.mysql.com2000-11-181-9/+18
|\ \
| * | Portability fixesmonty@donna.mysql.com2000-11-181-9/+18
| | |
* | | Fixed bug in mysql client.jani@prima.mysql.com2000-11-171-14/+16
|/ /
* | New mysql client.jani@prima.mysql.com2000-11-171-134/+417
| |
* | mergemonty@narttu.mysql.fi2000-11-167-58/+81
|\ \ | |/ |/|
| * changed to use IO_CACHE instead of FILEmonty@narttu.mysql.fi2000-11-153-22/+26
| |
| * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-135-36/+56
| |