summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* post-merge fixes, including slave-skip-errors backportsasha@mysql.sashanet.com2002-01-221-1/+1
| | | | | | | fixed too quick timeout in mysql-test-run which caused a race with the new server getting started before the old one completely finished shutdown. This should fix the pid warning we've been getting as well as inconsistent results when running tests with the manager
* Lots of portability fixes.monty@hundin.mysql.fi2001-12-171-5/+4
| | | | | Fixed shutdown on HPUX. Fixed bug in query cache.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-25/+16
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Extended manual section about MySQL statesmonty@hundin.mysql.fi2001-11-281-2/+2
|
* New improved IO_CACHEmonty@bitch.mysql.fi2001-11-281-1/+1
|
* Fixed fulltext after merge from 3.23.45monty@hundin.mysql.fi2001-11-221-1/+1
| | | | First (incomplete) version of transaction and as3ap tests.
* Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-071-1/+32
|\ | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * manager clean-up ( added pid-file and kill in mysql-test-run when things go ↵sasha@mysql.sashanet.com2001-11-071-1/+32
| | | | | | | | | | | | | | wrong) fixes for IO_CACHE need to pull Monty's fixes - this is not final, will not be pushed
* | Portability fix.monty@hundin.mysql.fi2001-11-071-2/+2
|/ | | | Fixed linking problem with InnoDB.
* 64-bit portability fixes in network I/Osasha@mysql.sashanet.com2001-10-131-33/+54
| | | | | use $MAX_TABLES mysqltest variable to make join test portable make test now works with the manager on IA64 Linux
* changed manager to use my_net_*sasha@mysql.sashanet.com2001-10-121-89/+59
| | | | fixed bug in master - unregister slaves when they disconnect
* Cleanupsmonty@hundin.mysql.fi2001-10-111-2/+9
|
* portability fixesmonty@hundin.mysql.fi2001-10-111-7/+21
|
* Portability fixesmonty@hundin.mysql.fi2001-10-111-2/+3
| | | | Fixed bug with long log-filenames in Innobase.
* Portability & build fixesmonty@hundin.mysql.fi2001-10-101-11/+9
|
* Don't depend on mit-pthreads include files when building libmysqld.amonty@hundin.mysql.fi2001-10-091-2/+2
|
* Cleanup after last mergemonty@hundin.mysql.fi2001-10-081-1/+1
|
* mergemonty@hundin.mysql.fi2001-10-081-33/+32
|\
| * New script: explain_log.shmonty@hundin.mysql.fi2001-10-041-28/+27
| | | | | | | | | | | | Portability fixes. Handle cleanup when we get an error before the message file is read. Fix bug in multi-table delete
* | client/mysqlmanagerc.csasha@mysql.sashanet.com2001-09-272-6/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
* | mergedsasha@mysql.sashanet.com2001-09-221-0/+10
|\ \ | |/
| * Fix when compiling with mit-pthreadsmonty@hundin.mysql.fi2001-09-221-0/+10
| |
* | added mysqlmanager-pwgensasha@mysql.sashanet.com2001-09-222-21/+140
| | | | | | | | | | | | | | added set_exec_stdout and set_exec_stderr to mysqlmanager to be able to redirect stdout and stderr added support for MY_FULL_IO to my_read, so we can tell it to read a number of bytes in as many chunks as it takes instead of one try
* | GRANT ... REQUIRE ( for SSL).sasha@mysql.sashanet.com2001-09-191-1/+1
| |
* | mergedsasha@mysql.sashanet.com2001-09-193-52/+94
|\ \ | |/ |/|
| * fixes for MYSQL managersasha@mysql.sashanet.com2001-09-193-45/+83
| |
* | Fixed bug in UNION when doing UNION with the same tablesmonty@hundin.mysql.fi2001-09-171-2/+1
| |
* | Fixed typo in makefilemonty@hundin.mysql.fi2001-09-171-1/+1
| |
* | Portability fixesmonty@hundin.mysql.fi2001-09-171-11/+8
| |
* | Fixed bug in UNIONmonty@hundin.mysql.fi2001-09-141-13/+12
| | | | | | | | Fixed replication bug in load_master_data
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
|/ | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-09-112-30/+956
|\ | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * more work on mysqlmanagersasha@mysql.sashanet.com2001-09-112-11/+683
| |
| * more work on mysqlmanagersasha@mysql.sashanet.com2001-09-051-31/+285
| |
* | Make things compile with ssltonu@x153.internalnet2001-08-311-1/+1
|/
* fixed coredump, and changed mngd->managersasha@mysql.sashanet.com2001-08-292-65/+65
|
* Makefile.am Didn´ t compile after clonetonu@x153.internalnet2001-08-301-1/+1
|
* Fix to be able to configure without --with-toolsmonty@tik.mysql.fi2001-08-291-8/+0
|
* work on MySQL server management daemonsasha@mysql.sashanet.com2001-08-272-2/+646
|
* make LOAD DATA INFILE replication work with multi-character sasha@mysql.sashanet.com2001-08-181-0/+29
delimiters/starters/terminators started work on server management daemon