summaryrefslogtreecommitdiff
path: root/tools/mysqlmanager.c
Commit message (Collapse)AuthorAgeFilesLines
* API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level.guilhem@mysql.com2004-06-151-1/+1
| | | | | | | | | | | | | Server will however still accept shutdown without specified level; so that old mysqladmin can still shut server down. I would like your comments on the names of shutdown level which I chose. You are welcome to propose better names. Please however check WL#709 before. Reason for the names I propose is to be accurate, thus leaving possibility for other levels which we may imagine in the future; that's why I have rejected names like "fast", "smart", "graceful" so far. My position is that WAIT_ALL_BUFFERS or WAIT_CRITICAL_BUFFERS say what the shutdown does, whereas for "smart", "fast" you need to remember what it does. This should be pushed in 4.1.3 but only after your comments.
* merge with 4.0 to get windows fixesmonty@mysql.com2004-05-271-1/+1
|\
| * Fix to make Windows compilation smootherhf@deer.(none)2004-05-261-1/+1
| |
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dllmonty@mysql.com2004-05-251-0/+15
|\ \ | |/
| * Added patches from Novellmonty@mysql.com2004-05-251-0/+15
| |
* | SCRUMhf@deer.(none)2003-09-191-2/+2
| | | | | | | | | | | | | | embedded library hash_insert renamed to my_hash_insert to avoid name intersection with another libraries is there better idea?
* | consistency fix - all help texts for command-line options should end with a dot.serg@serg.mylan2003-06-131-7/+7
| |
* | system_charset_info has been moved to /sql directoryroot@home.(none)2003-03-161-11/+13
| | | | | | | | and isn't used in libraries any longer
* | Merge with 4.0.8monty@mashka.mysql.fi2003-01-061-1/+1
|\ \ | |/
| * A lot of portability fixes.monty@mashka.mysql.fi2003-01-051-1/+1
| | | | | | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables.
* | Merge with 4.0.3monty@narttu.mysql.fi2002-08-301-11/+13
|\ \ | |/ |/| | | | | | | | | | | | | Some simple optimzations, more comments and indentation changes. Add ` around database in 'use database' in binary log. Moved max_error_count and max_warning_count to variables struct. Removed SHOW_WARNS_COUNT and SHOW_ERRORS_COUNT calls. Changed string functions to use character set of first string argument as default return characterset (Each string function can change the above assumption if needed)
| * merge with 4.0monty@hundin.mysql.fi2002-06-031-95/+78
| |\
| * | Hash now supports several charsetsbar@gw.udmsearch.izhnet.ru2002-03-141-2/+4
| | |
| * | New ctype functions/macros to support many charsets at a timebar@gw.udmsearch.izhnet.ru2002-03-121-9/+9
| | |
* | | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-73/+81
| |/ |/| | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* | Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-7/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
* | Changed ft_dump, ft_eval, ft_test1, mi_test1, myisampack, gen_lex_hash,jani@rhols221.arenanet.fi2002-05-241-89/+75
| | | | | | | | | | | | | | | | | | | | | | mysqlmanager from using GNU getopt to use my_getopt. Changed some files that just included old getopt.h to include my_getopt.h now. Fixed a bug in my_print_help() in my_getopt.c. Made better documentation for option -G in mysql client.
* | Removed compiler warningsmonty@hundin.mysql.fi2002-05-221-3/+3
|/
* 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-271-6/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | added mysqlmanager-pwgensasha@mysql.sashanet.com2001-09-221-21/+138
| | | | | | | | | | | | | | 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-191-50/+92
|\ \ | |/ |/|
| * fixes for MYSQL managersasha@mysql.sashanet.com2001-09-191-43/+81
| |
* | 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
* more work on mysqlmanagersasha@mysql.sashanet.com2001-09-111-11/+671
|
* more work on mysqlmanagersasha@mysql.sashanet.com2001-09-051-31/+285
|
* fixed coredump, and changed mngd->managersasha@mysql.sashanet.com2001-08-291-0/+651