| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
not variables.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| | |
(Bug #4998 --protocol doesn't reject bad values)
|
| | |
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
No needs to load charset index if the character set is build-in.
|
| |
| |
| |
| |
| | |
Portability fixes
After merge fixes
|
| | |
|
| |
| |
| |
| | |
./configure --with-charset=latin1 --with-collation=latin1_danish_ci
|
| |
| |
| |
| |
| |
| | |
Bug fix: latin1 is not compiled charset and is not specified..
mysql.cc:
Bug fix: latin1 is not compiled charset and is not specified...
|
| |
| |
| |
| | |
system_charset_info was removed
|
| |
| |
| |
| | |
Some system_charset_info were removed
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
Quote all table names with backticks.
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
Fixed core dump bug when sending wrong string to AES_DECRYPT()
|
|\ \
| | |
| | |
| | | |
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
|
| | | |
|
|/ /
| |
| |
| |
| | |
* Fixed some spelling/language errors in mysqlcheck
* Added some more information in mysql -client internal help.
|
| |
| |
| |
| |
| | |
Fix for syntax error bug in SET TRANSACTION ISOLATION
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 my_print_defaults, mysql_install, perror, resolve_stack_dump,
resolveip and pack_isam to use my_getopt.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
mysql_copyright to replace it
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |
| |
| |
| | |
- Added special option/variable prefix '--loose-' to my_getopt.c
|
| | |
|
| |
| |
| |
| | |
mysqlcheck and myisamchk to use new my_getopt struct.
|
| |
| |
| |
| | |
Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
|
|/ |
|
| |
|
|
|
|
|
|
| |
Fixed problem when converting bigint to double.
Fixed bug in count(distinct null)
Fixed bug with empty BDB tables.
|
|
|
|
| |
Force add of FN_LIBCHAR to symlinks on windows
|
| |
|