| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This fix is about WL#2286 - Compile MySQL w/YASSL support
|
| |
|
|\
| |
| |
| | |
into mysql.com:/home/jimw/my/mysql-5.0-clean
|
| |
| |
| |
| |
| | |
add handling of configuration file in the Windows shared system
directory. (Bug #5354)
|
|\ \ |
|
| | |
| | |
| | |
| | | |
(and maybe strange results on other platforms). (Bug #9851)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
remove FIX_GCC_LINKING_PROBLEM and -DDEFINE_CXA_PURE_VIRTUAL
replace echo in configure.in with AC_MSG_WARN/AC_MSG_ERROR
don't set -DUSE_MYSYS_NEW for gcc 2.95
set $USE_MYSYS_NEW even if CXX is g++
yassl bugfixes
instantiate all yassl templates explicitly
|
| |/
|/|
| |
| | |
yaSSL-0.9.7 library bundled.
|
| |
| |
| |
| | |
wants this feature look at a web-dav hookup).
|
| |
| |
| |
| | |
(Found during build process)
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | | |
into mysql.com:/home/jimw/my/mysql-4.1-clean
|
| | |
| | |
| | |
| | | |
corresponds to an OS or MySQL error. (Bug #8517)
|
|\ \ \
| | |/
| |/| |
|
| |/ |
|
|\ \
| |/ |
|
| |\ |
|
| | |
| | |
| | |
| | | |
2.6.9-rcxx)
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
into bob.(none):/home/reggie/bk/mysql5.0
|
| | |
| | |
| | |
| | |
| | | |
perror.c:
Copy output of strerr to temp buffer to prevent system overwrite on Windows
|
|\ \ \
| | | |
| | | |
| | | | |
into serg.mylan:/usr/home/serg/Abk/mysql-5.0
|
| | | |
| | | |
| | | |
| | | |
| | | | |
clean: targets removed
generated *.h files moved to include/
|
|/ / /
| | |
| | |
| | | |
(After review of cs georg:1.1800 by Monty)
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
into arthur.local:/my/mysql-5.0-clean
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
file closing in extra/comp_err.c
|
| | | | | |
|
|/ / / / |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changed my_error() to print error messages, which come from
arbitrary registered ranges of error messages. Messages can
be unregistered (and should be at end of the program).
Added registration of handler error messages.
Added a new mi_print_error() macro and a new
mi_report_error() function, which supply error
messages with a table name.
Added calls to mi_print_error() or mi_report_error()
at all places in MyISAM, where table corruption is detected.
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | | |
range for BETWEEN typo fixed
|
|/ /
| |
| |
| |
| |
| |
| | |
features
charset2html moved from mysys to extra
ignore: new files added, garbage removed
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| | |
into serg.mylan:/usr/home/serg/Abk/mysql-4.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)
|
| | |
|
| | |
|
| |
| |
| |
| | |
test builds.
|
| |
| |
| |
| |
| | |
mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made
compatible with older automake versions.
|
| |
| |
| |
| | |
MySql -> MySQL (Bug #4182)
|