summaryrefslogtreecommitdiff
path: root/client/mysqlcheck.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug in password handling. All related to Bug#5955.jani@a80-186-41-201.elisa-laajakaista.fi2004-10-071-1/+2
|
* mergedserg@serg.mylan2004-09-071-4/+4
|\
| * Bug #5413 mysqlcheck segfaults when user has to few permissionsserg@serg.mylan2004-09-061-4/+4
| |
* | Merge with 4.0monty@mysql.com2004-09-011-1/+1
|\ \ | |/
| * Added global my_getopt_error_reporter function pointer which is ram@gw.mysql.r18.ru2004-08-311-1/+1
| | | | | | | | | | | | | | used in the handle_options() function (instead of using additional handle_option() parameter). The default value of the my_getopt_error_reporter is default_reporter(). One can set it to other functions if case of need.
* | Names listed as options should look like options,paul@kite-hub.kitebird.com2004-08-301-1/+1
| | | | | | | | not variables.
* | mergedserg@serg.mylan2004-08-261-1/+1
|\ \ | |/
| * mysql_priv.h:rburnett@build.mysql.com2004-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added declarations for print_msg_to_log and vprint_msg_to_log. sql_print_error are simple functions that wrap calls to print_msg_to_log. Define the different error types with MY_ERROR_TYPE, MY_WARNING_TYPE, and MY_INFORMATION_TYPE gen_lex_hash.cc: Added NULL error reporting parameter to handle_options log.cc: Add print_msg_to_log, print_buffer_to_log, and vprint_msg_to_log. Print_msg_to_log will write the message to the windows event log if on NT. We now have error, warning, and information versions of sql_print_xxxx. T his is a variation of a similar changeset WAX did. mysqld.cc: Added option_error_reporter callback function and pass that into handle_options mysql.cc: Added NULL as error reporter arg to the end of handle_options Many files: Added NULL error reporter parameter as the last paramter to handle_options my_getopt.c: Added second function pointer to server as an error reporting callback. Added local function report_option_error that will either write the error to stderr or to the error reporting callback. changed all calls in handle_options from fprintf(stderr, ... ) to report_option_error my_getopt.h: Changed declaration of handle_options to use typedefs for the two function pointers. added second function pointer to server as an error reporting callback mysqld.dsp: Added custom build step for compiling message file and added message resource file (output of mc)
* | more accurate processing of find_type resultvva@eagle.mysql.r18.ru2004-08-241-1/+1
| | | | | | | | (Bug #4998 --protocol doesn't reject bad values)
* | fixed a Bug #4998 "--protocol doesn't reject bad values" vva@eagle.mysql.r18.ru2004-08-231-1/+1
| |
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dllmonty@mysql.com2004-05-251-0/+4
|\ \ | |/
| * Added patches from Novellmonty@mysql.com2004-05-251-0/+4
| |
* | Fix to handle unsigned data in prepared statements (Bug #3447)monty@mysql.com2004-05-041-1/+2
| | | | | | | | | | | | Fixed security problem that password was temporarly reset when someone changed GRANT for a user. (Bug #3404) Fixed problem with PROCEDURE analyse() and impossible WHERE (Bug #2238) Don't auto-repair tables in mysqlcheck if table type doesn't support 'check' command.
* | mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:bar@bar.intranet.mysql.r18.ru2004-02-111-1/+2
| | | | | | | | No needs to load charset index if the character set is build-in.
* | Update VC++ filesmonty@mysql.com2003-11-211-0/+2
| | | | | | | | | | Portability fixes After merge fixes
* | consistency fix - all help texts for command-line options should end with a dot.serg@serg.mylan2003-06-131-7/+7
| |
* | --with-collation argument for configure. Now one can for example use this:bar@bar.mysql.r18.ru2003-05-281-1/+2
| | | | | | | | ./configure --with-charset=latin1 --with-collation=latin1_danish_ci
* | mysqlimport.c, mysqldump.c, mysqlcheck.c:bar@bar.mysql.r18.ru2003-05-221-1/+2
| | | | | | | | | | | | Bug fix: latin1 is not compiled charset and is not specified.. mysql.cc: Bug fix: latin1 is not compiled charset and is not specified...
* | mysqltest.c, mysqlimport.c, mysqldump.c, mysqlcheck.c, mysql.cc:root@home.(none)2003-03-161-6/+4
| | | | | | | | system_charset_info was removed
* | set_default_charset() is not used anymoreroot@home.(none)2003-03-161-1/+1
| | | | | | | | Some system_charset_info were removed
* | Merge with 4.0.11monty@mashka.mysql.fi2003-02-041-6/+36
|\ \ | |/
| * Fixed a bug in --auto-repair.jani@hynda.(none)2003-01-281-6/+36
| |
* | Merge with 4.0monty@mashka.mysql.fi2002-11-211-13/+31
|\ \ | |/
| * 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
| | |
* | | Add shared memory protocol and option --protocolwax@mysql.com2002-11-151-1/+30
|/ /
* | 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
|