| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| | |
into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
|
| | |
|
| |
| |
| |
| | |
BUG#11999, incorrect --help on perror with ndb
|
| |
| |
| |
| |
| | |
Added -I$(top_builddir)/include for searching
generated header files, when builddir != srcdir
|
| |
| |
| |
| | |
(and maybe strange results on other platforms). (Bug #9851)
|
|\ \
| | |
| | |
| | | |
into mysql.com:/home/jimw/my/mysql-4.1-clean
|
| | | |
|
|/ /
| |
| |
| | |
corresponds to an OS or MySQL error. (Bug #8517)
|
|\ \
| |/ |
|
| |
| |
| |
| | |
2.6.9-rcxx)
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
perror.c:
Copy output of strerr to temp buffer to prevent system overwrite on Windows
|
| |
| |
| |
| | |
range for BETWEEN typo fixed
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |
| |
| |
| | |
(Note: This affects only comments, not variable names.)
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | | |
into mysql.com:/tmp/skr99/mysql-4.0
|
| | | |
|
| |/
| |
| |
| |
| |
| |
| | |
Ensured that all projects compile
Removed compiler warnings
Better setting of server_version variable.
Fix that make_win_src_distribution creates the privilege tables.
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Change strtoll -> my_strtoll10()
Fixed bug in my_strntoul() and my_strntol() where we got different values on 32 and 64 bit systems (Bug #3472)
|
|\ \ \
| |/ /
|/| /
| |/ |
|
| | |
|
| | |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
'make_binary_distribution' layouts
Abort if we can't allocate memory for table cache
Fix bug with multi-update-tables and BDB tables.
|
| |
| |
| |
| | |
Fix comment typos. (Skipp -> Skip)
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- when we don't have in_addr_t, use uint32.
- a forgotten initialization of slave_proxy_id in sql/log_event.cc (was not really "forgot", was
"we needn't init it there", but there was one case where we needed...).
- made slave_proxy_id always meaningful in THD and Log_event, so we can
rely more on it (no need to test if it's meaningful). THD::slave_proxy_id
is equal to THD::thread_id except for the slave SQL thread.
- clean up the slave's temporary table (i.e. free their memory) when slave
server shuts down.
|
|\ \
| |/ |
|
| | |
|
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | | |
to be able to compile on HP-UX 10.20 (which does not have in_add_t).
|
| |\ \
| | | |
| | | |
| | | | |
into narttu.mysql.fi:/my/mysql-4.0
|
| | | | |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Added --include and --libs_r options to mysql_config.
Added mysql_get_client_version() to client library
Fixed some minor benchmark issues
|