Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a bug in --auto-repair. | jani@hynda.(none) | 2003-01-28 | 1 | -6/+36 |
| | |||||
* | merged | serg@serg.mysql.com | 2002-11-13 | 1 | -10/+23 |
|\ | |||||
| * | Fixed mysqlcheck so it can process table names with dashes. | salle@geopard.(none) | 2002-11-12 | 1 | -10/+23 |
| | | | | | | | | Quote all table names with backticks. | ||||
* | | --use-frm option to mysqlcheck | serg@serg.mysql.com | 2002-11-08 | 1 | -3/+8 |
| | | |||||
* | | Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi | jani@rhols221.adsl.netsonic.fi | 2002-10-17 | 1 | -8/+8 |
| | | |||||
* | | fixed so that --ssl and --skip-ssl works with the MySQL clients. | monty@mashka.mysql.fi | 2002-09-17 | 1 | -7/+5 |
| | | | | | | | | Fixed core dump bug when sending wrong string to AES_DECRYPT() | ||||
* | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2002-08-28 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | wrong help message corrected | serg@serg.mysql.com | 2002-08-27 | 1 | -1/+1 |
| | | | |||||
* | | | * Fixed a bug in my_getopt | jani@rhols221.adsl.netsonic.fi | 2002-08-28 | 1 | -4/+4 |
|/ / | | | | | | | | | * Fixed some spelling/language errors in mysqlcheck * Added some more information in mysql -client internal help. | ||||
* | | Fix for SSL and new my_getopt | monty@hundin.mysql.fi | 2002-08-09 | 1 | -1/+3 |
| | | | | | | | | | | Fix for syntax error bug in SET TRANSACTION ISOLATION | ||||
* | | Allow MySQL check to handle tables with spaces inside | peter@linux.local | 2002-06-17 | 1 | -2/+2 |
| | | |||||
* | | Added useful exit error code for programs using my_getopt in case | jani@hynda.(none) | 2002-05-29 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | moved my_getopt.h under client_priv.h | jani@hynda.(none) | 2002-05-22 | 1 | -2/+1 |
| | | | | | | | | | | Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt. | ||||
* | | merge with 3.23.51 | monty@hundin.mysql.fi | 2002-05-16 | 1 | -3/+2 |
|\ \ | |/ | |||||
| * | Reformatted license statement in mysqlcheck usage output text to enable | lenz@mysql.com | 2002-05-15 | 1 | -3/+2 |
| | | | | | | | | mysql_copyright to replace it | ||||
| * | Sergei's MyODBC fix | miguel@hegel.local | 2002-05-12 | 1 | -1/+1 |
| | | |||||
* | | Changed GET_STRALC to GET_STR_ALLOC | jani@rhols221.adsl.netsonic.fi | 2002-05-15 | 1 | -1/+1 |
| | | |||||
* | | - Added new type GET_STRALC to my_getopt. | jani@rhols221.adsl.netsonic.fi | 2002-05-14 | 1 | -23/+2 |
| | | | | | | | | | | | | | | - Fixed some bugs, wrongly freed pointers, in some clients. - Removed unneccessary code. - Fixed some other minor bugs and added some options into variables category, which had accidently been left out earlier. | ||||
* | | - Fixed some option types in my_getopt struct in all clients. | jani@dsl-jkl1657.dial.inet.fi | 2002-05-11 | 1 | -3/+4 |
| | | | | | | | | - Added special option/variable prefix '--loose-' to my_getopt.c | ||||
* | | init_dynamic_array MyODBC compatibility fix | serg@serg.mysql.com | 2002-04-28 | 1 | -2/+2 |
| | | |||||
* | | Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport, | jani@hynda.mysql.fi | 2002-04-02 | 1 | -213/+180 |
| | | | | | | | | mysqlcheck and myisamchk to use new my_getopt struct. | ||||
* | | Update copyright | monty@hundin.mysql.fi | 2001-12-06 | 1 | -5/+5 |
| | | | | | | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC) | ||||
* | | SSL compiles and works as far as can see. Continue testing.. | tonu@volk.internalnet | 2001-09-30 | 1 | -1/+1 |
|/ | |||||
* | OS2 patch | monty@hundin.mysql.fi | 2001-09-12 | 1 | -11/+1 |
| | |||||
* | Fixed bug in mysqlcheck when using --fast | monty@hundin.mysql.fi | 2001-06-19 | 1 | -20/+30 |
| | | | | | | Fixed problem when converting bigint to double. Fixed bug in count(distinct null) Fixed bug with empty BDB tables. | ||||
* | Fixed problems with decimals withing IF() | monty@donna.mysql.fi | 2001-05-29 | 1 | -1/+1 |
| | | | | Force add of FN_LIBCHAR to symlinks on windows | ||||
* | Added options to mysqlcheck | jani@hynda.mysql.fi | 2001-04-23 | 1 | -11/+71 |
| | |||||
* | Fixed portability problems in mysqlcheck | monty@donna.mysql.fi | 2001-04-21 | 1 | -4/+3 |
| | |||||
* | Added mysqlcheck.c, removed mistakenly added script mysqlcheck | jani@hynda.mysql.fi | 2001-04-20 | 1 | -6/+13 |
| | |||||
* | New client, mysqlcheck, for MySQL. mysqlcheck should be used for | jani@hynda.mysql.fi | 2001-04-20 | 1 | -0/+619 |
CHECK, REPAIR, ANALYZE and OPTIMIZE instead of myisamchk, when MySQL server is running. Documentation to MySQL manual will follow shortly. |