summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* fix for a bug with my_print_defaults with --defaults-extra-file= optionSinisa@sinisa.nasamreza.org2005-02-191-5/+13
|
* 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
* | | Bug 1350 fixbar@bar.mysql.r18.ru2003-09-221-2/+0
| | |
* | | comp_err.c:bar@bar.mysql.r18.ru2003-09-191-1/+3
| | | | | | | | | | | | | | | There are some problems compiling with pure "configure" I need to fix it first.
* | | Charset number is now stored into error.sys by comp_err and loaded by mysqld.bar@bar.mysql.r18.ru2003-09-171-3/+11
| | |
* | | Preparing to support character set in error messagesbar@bar.mysql.r18.ru2003-09-171-0/+25
| | |
* | | merge with 4.0.15monty@narttu.mysql.fi2003-08-292-8/+32
|\ \ \ | |/ /
| * | Removed restriction not to be able use non regular files.jani@rhols221.adsl.netsonic.fi2003-08-281-0/+1
| | |
| * | Add detection of in_addr_tmonty@narttu.mysql.fi2003-08-282-9/+11
| | | | | | | | | | | | | | | | | | | | | Add pack_bits to pack_reclength for dynamic rows. This solves buffer a possible buffer overflow on update. (This will probably solve bug #563) Fix test for available file descriptors in mysqltest Fixed core dump bug in replication tests when running without transactional table support