summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.0jani@a193-229-222-105.elisa-laajakaista.fi2005-08-251-0/+1
|\ | | | | | | into a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1
| * Several fixes for Netware.jani@a193-229-222-105.elisa-laajakaista.fi2005-08-243-0/+15
| |
* | perror.c:tulin@dl145b.mysql.com2005-07-191-1/+1
| | | | | | | | BUG#11999, incorrect --help on perror with ndb
* | Makefile.am:kent@mysql.com2005-07-051-1/+2
| | | | | | | | | | Added -I$(top_builddir)/include for searching generated header files, when builddir != srcdir
* | Fix undersized array in my_print_defaults that caused crash on Sun Solarisjimw@mysql.com2005-04-261-1/+12
| | | | | | | | (and maybe strange results on other platforms). (Bug #9851)
* | Merge bk-internal:/home/bk/mysql-4.1jimw@mysql.com2005-02-221-5/+13
|\ \ | | | | | | | | | into mysql.com:/home/jimw/my/mysql-4.1-clean
| * | fix for a bug with my_print_defaults with --defaults-extra-file= optionSinisa@sinisa.nasamreza.org2005-02-191-5/+13
| | |
* | | Fix output of perror to include whether the error messagejimw@mysql.com2005-02-161-6/+7
|/ / | | | | | | corresponds to an OS or MySQL error. (Bug #8517)
* | Merge commit triggerjimw@mysql.com2005-02-101-13/+13
|\ \ | |/
| * A fix (bug #7971: set_bit/clear_bit names conflict w/Linux kernel headers >= ↵ram@gw.mysql.r18.ru2005-02-011-13/+13
| | | | | | | | 2.6.9-rcxx)
* | Applied a patch for Netware.jani@ua141d10.elisa.omakaista.fi2005-02-083-0/+15
| |
* | Fixed during review of new pulled codemonty@mysql.com2005-02-021-6/+8
| |
* | Bug #7390 perror.exe doesn't workreggie@bob.(none)2005-01-311-1/+12
| | | | | | | | | | perror.c: Copy output of strerr to temp buffer to prevent system overwrite on Windows
* | Bug #6748 heap_rfirst() doesn't work (and never did!)serg@serg.mylan2004-11-221-1/+1
| | | | | | | | range for BETWEEN typo fixed
* | Merge with 4.0monty@mysql.com2004-09-015-5/+5
|\ \ | |/
| * Added global my_getopt_error_reporter function pointer which is ram@gw.mysql.r18.ru2004-08-316-6/+6
| | | | | | | | | | | | | | 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.
* | Merge serg.mylan:/usr/home/serg/Abk/mysql-4.0serg@serg.mylan2004-08-261-0/+1
|\ \ | |/ | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.1
| * remove warningserg@serg.mylan2004-08-261-0/+1
| |
* | mergedserg@serg.mylan2004-08-265-5/+5
|\ \ | |/
| * mysql_priv.h:rburnett@build.mysql.com2004-08-146-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * Fix for bug #4182miguel@hegel.txg2004-06-181-1/+1
| |
* | bug#5076 bug#5077tomas@poseidon.(none)2004-08-181-2/+2
| |
* | Disabling broken building of mysql_tztime_to_sql utility to allow perform ↵dlenev@brandersnatch.localdomain2004-06-231-10/+1
| | | | | | | | test builds.
* | Fix for build from bk failures with old automake.dlenev@brandersnatch.localdomain2004-06-221-2/+12
| | | | | | | | | | mysql_tzinfo_to_sql converter was moved to extra/ directory and its build was made compatible with older automake versions.
* | perror.c:paul@ice.snake.net2004-06-181-1/+1
| | | | | | | | MySql -> MySQL (Bug #4182)
* | Fix skipp -> skip once and for all.paul@kite-hub.kitebird.com2004-06-031-1/+1
| | | | | | | | (Note: This affects only comments, not variable names.)
* | merge with 4.0 to get Netware patches and fixes for libmysqld.dllmonty@mysql.com2004-05-251-3/+18
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@mysql.com2004-05-251-5/+19
| |\ | | | | | | | | | into mysql.com:/tmp/skr99/mysql-4.0
| | * Added patches from Novellmonty@mysql.com2004-05-251-5/+19
| | |
| * | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt'monty@mysql.com2004-05-191-1/+1
| |/ | | | | | | | | | | | | Ensured that all projects compile Removed compiler warnings Better setting of server_version variable. Fix that make_win_src_distribution creates the privilege tables.
* | merge resolvetulin@build.mysql.com2004-05-102-2/+24
|\ \
| * | extended perror to enable printing of storage engine specific errors for ndbtomas@mc05.(none)2004-05-052-2/+24
| | |
* | | Portability fixesmonty@mysql.com2004-05-071-1/+1
| | | | | | | | | | | | | | | 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)
* | | Merge with 4.0.19monty@mysql.com2004-05-052-3/+4
|\ \ \ | |/ / |/| / | |/
| * typo fixedserg@serg.mylan2004-04-281-1/+1
| |
| * memory overflow in replace.c fixedserg@serg.mylan2004-04-281-1/+2
| |
| * don't mention max row size, it's storage-engine dependentserg@serg.mylan2004-04-271-1/+1
| |
* | merge with 4.0monty@mysql.com2004-03-161-17/+24
|\ \ | |/
| * Ensure that install_test_db.sh script works with both 'make install' and ↵monty@mysql.com2004-03-121-9/+9
| | | | | | | | | | | | | | 'make_binary_distribution' layouts Abort if we can't allocate memory for table cache Fix bug with multi-update-tables and BDB tables.
| * Reword comment/help message.paul@teton.kitebird.com2004-03-091-8/+15
| | | | | | | | Fix comment typos. (Skipp -> Skip)
* | Merge with 4.0monty@narttu.mysql.fi2003-11-041-4/+0
|\ \ | |/
| * 4 small items in this:guilhem@mysql.com2003-10-311-4/+0
| | | | | | | | | | | | | | | | | | | | | | - 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.
* | Merge with 4.0.16monty@narttu.mysql.fi2003-10-072-4/+3
|\ \ | |/
| * After merge fixesmonty@narttu.mysql.fi2003-10-071-0/+1
| |
| * Merge with 3.23.58monty@narttu.mysql.fi2003-10-061-3/+1
| |\
| | * Portability fixmonty@narttu.mysql.fi2003-10-061-1/+1
| | |
| | * - backported compatibility fix for extra/resolveip.c from 4.0lenz@mysql.com2003-09-111-0/+4
| | | | | | | | | | | | to be able to compile on HP-UX 10.20 (which does not have in_add_t).
| * | Merge bk-internal.mysql.com:/home/bk/mysql-4.0monty@narttu.mysql.fi2003-09-231-1/+1
| |\ \ | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0
| | * | - fixed several typos ("uppdate"->"update" and "tryed"->"tried")lenz@mysql.com2003-09-191-1/+1
| | | |
| * | | Block SIGPIPE also for not threaded client programs.monty@narttu.mysql.fi2003-09-231-1/+1
| |/ / | | | | | | | | | | | | | | | | | | Added --include and --libs_r options to mysql_config. Added mysql_get_client_version() to client library Fixed some minor benchmark issues