summaryrefslogtreecommitdiff
path: root/client/mysqlcheck.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in --auto-repair.jani@hynda.(none)2003-01-281-6/+36
|
* mergedserg@serg.mysql.com2002-11-131-10/+23
|\
| * Fixed mysqlcheck so it can process table names with dashes.salle@geopard.(none)2002-11-121-10/+23
| | | | | | | | Quote all table names with backticks.
* | --use-frm option to mysqlcheckserg@serg.mysql.com2002-11-081-3/+8
| |
* | Fixed three bugs in mysqlcheck and changed documentation for mysqld_multijani@rhols221.adsl.netsonic.fi2002-10-171-8/+8
| |
* | fixed so that --ssl and --skip-ssl works with the MySQL clients.monty@mashka.mysql.fi2002-09-171-7/+5
| | | | | | | | Fixed core dump bug when sending wrong string to AES_DECRYPT()
* | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-08-281-1/+1
|\ \ | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | wrong help message correctedserg@serg.mysql.com2002-08-271-1/+1
| | |
* | | * Fixed a bug in my_getoptjani@rhols221.adsl.netsonic.fi2002-08-281-4/+4
|/ / | | | | | | | | * Fixed some spelling/language errors in mysqlcheck * Added some more information in mysql -client internal help.
* | Fix for SSL and new my_getoptmonty@hundin.mysql.fi2002-08-091-1/+3
| | | | | | | | | | Fix for syntax error bug in SET TRANSACTION ISOLATION
* | Allow MySQL check to handle tables with spaces insidepeter@linux.local2002-06-171-2/+2
| |
* | Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-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.hjani@hynda.(none)2002-05-221-2/+1
| | | | | | | | | | Changed my_print_defaults, mysql_install, perror, resolve_stack_dump, resolveip and pack_isam to use my_getopt.
* | merge with 3.23.51monty@hundin.mysql.fi2002-05-161-3/+2
|\ \ | |/
| * Reformatted license statement in mysqlcheck usage output text to enablelenz@mysql.com2002-05-151-3/+2
| | | | | | | | mysql_copyright to replace it
| * Sergei's MyODBC fixmiguel@hegel.local2002-05-121-1/+1
| |
* | Changed GET_STRALC to GET_STR_ALLOCjani@rhols221.adsl.netsonic.fi2002-05-151-1/+1
| |
* | - Added new type GET_STRALC to my_getopt.jani@rhols221.adsl.netsonic.fi2002-05-141-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.fi2002-05-111-3/+4
| | | | | | | | - Added special option/variable prefix '--loose-' to my_getopt.c
* | init_dynamic_array MyODBC compatibility fixserg@serg.mysql.com2002-04-281-2/+2
| |
* | Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport,jani@hynda.mysql.fi2002-04-021-213/+180
| | | | | | | | mysqlcheck and myisamchk to use new my_getopt struct.
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-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.internalnet2001-09-301-1/+1
|/
* OS2 patchmonty@hundin.mysql.fi2001-09-121-11/+1
|
* Fixed bug in mysqlcheck when using --fastmonty@hundin.mysql.fi2001-06-191-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.fi2001-05-291-1/+1
| | | | Force add of FN_LIBCHAR to symlinks on windows
* Added options to mysqlcheckjani@hynda.mysql.fi2001-04-231-11/+71
|
* Fixed portability problems in mysqlcheckmonty@donna.mysql.fi2001-04-211-4/+3
|
* Added mysqlcheck.c, removed mistakenly added script mysqlcheckjani@hynda.mysql.fi2001-04-201-6/+13
|
* New client, mysqlcheck, for MySQL. mysqlcheck should be used forjani@hynda.mysql.fi2001-04-201-0/+619
CHECK, REPAIR, ANALYZE and OPTIMIZE instead of myisamchk, when MySQL server is running. Documentation to MySQL manual will follow shortly.