Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mysql_priv.h: | rburnett@build.mysql.com | 2004-08-14 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | 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#4816. index search for NULL in blob | serg@serg.mylan | 2004-08-01 | 1 | -0/+2 |
| | |||||
* | Fixed some DBUG_PRINT format problems. | ingo@mysql.com | 2004-07-26 | 1 | -25/+28 |
| | |||||
* | Fixed a probable typo. Unfortunately we will not be able to test this ;-) | ingo@mysql.com | 2004-07-26 | 1 | -1/+1 |
| | |||||
* | backport bug#2708 fix from 4.1 | serg@serg.mylan | 2004-05-27 | 2 | -17/+25 |
| | |||||
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-05-25 | 3 | -0/+11 |
|\ | | | | | | | into mysql.com:/tmp/skr99/mysql-4.0 | ||||
| * | Added patches from Novell | monty@mysql.com | 2004-05-25 | 3 | -0/+11 |
| | | |||||
* | | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' | monty@mysql.com | 2004-05-19 | 1 | -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 bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-05-10 | 3 | -21/+22 |
|\ | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | backport from 4.1: | serg@serg.mylan | 2004-05-10 | 3 | -21/+22 |
| | | | | | | | | "phrase search" should not match partial words (it should not match 'paraphrase searches') | ||||
* | | A DBUG_RETURN to match a DBUG_ENTER | guilhem@mysql.com | 2004-05-06 | 1 | -1/+1 |
|/ | |||||
* | --ft-stopword-file option for myisamchk | serg@serg.mylan | 2004-04-30 | 1 | -1/+5 |
| | |||||
* | made fulltext search aware of concurrent inserts | serg@serg.mylan | 2004-04-05 | 2 | -6/+27 |
| | |||||
* | Allow keys with 0 segements in MyISAM | monty@mysql.com | 2004-03-26 | 1 | -1/+7 |
| | | | | This fixed a bug in SELECT DISTINCT when all selected parts where constants. (Bug #3203) | ||||
* | Fix for #3067 | hf@deer.(none) | 2004-03-24 | 1 | -2/+3 |
| | | | | Shouldn't be moved to 4.1 | ||||
* | Fix usage line. | paul@teton.kitebird.com | 2004-03-16 | 1 | -1/+1 |
| | |||||
* | Merge with 3.23 to get patch for floor() | monty@mysql.com | 2004-03-12 | 1 | -1/+3 |
|\ | |||||
| * | fixed bug #2762 "grammar error in myisam/mi_check.c" | vva@eagle.mysql.r18.ru | 2004-02-16 | 1 | -1/+3 |
| | | |||||
| * | ixed overflow bug in MyISAM and ISAM when using packed tables with a lot of ↵ | monty@narttu.mysql.fi | 2003-08-28 | 2 | -1/+3 |
| | | | | | | | | fields and blobs | ||||
* | | --set-character-set and --character-sets-dir in myisamchk now work | serg@serg.mylan | 2004-02-24 | 1 | -2/+2 |
| | | |||||
* | | ftb +(+(many -parens)) bug fixed | serg@serg.mylan | 2004-02-22 | 1 | -3/+5 |
| | | |||||
* | | portability fixes | serg@serg.mylan | 2004-02-21 | 1 | -16/+20 |
| | | | | | | | | cleanup | ||||
* | | - renamed myisam/ft_dump to myisam/mysam_ftdump and added it to the | lenz@mysql.com | 2004-02-03 | 2 | -3/+3 |
| | | | | | | | | binary distribution and Server RPM | ||||
* | | two more bugfixes for "space stripping in MyISAM indexes" | serg@serg.mylan | 2004-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-01-20 | 3 | -11/+20 |
|\ \ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | two bugs in parallel repair fixed | serg@serg.mylan | 2004-01-20 | 3 | -11/+20 |
| | | | |||||
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@mysql.com | 2004-01-19 | 1 | -33/+95 |
|\ \ \ | |/ / |/| | | | | | into mysql.com:/home/my/mysql-4.0 | ||||
| * | | Fixed table crash bug when updating row > 16M (Bug #2159) | monty@mysql.com | 2004-01-15 | 1 | -33/+95 |
| | | | |||||
* | | | an obvious bug in _mi_key_cmp fixed (BUG#2295 - range on blobs) | serg@serg.mylan | 2004-01-15 | 1 | -4/+6 |
|/ / | |||||
* | | Portability fixes (mostly test suite) | monty@mysql.com | 2003-12-16 | 1 | -8/+4 |
| | | | | | | | | | | Make ENGINE= an alias for TYPE= (Compabiltiy with 4.1) Fix when using symlinked data files and realpath() is not working | ||||
* | | Fixed bug in last push found by valgrind | monty@mysql.com | 2003-12-14 | 1 | -0/+4 |
| | | |||||
* | | Fix autoincrement for signed columns (Bug #1366) | monty@mysql.com | 2003-12-12 | 4 | -18/+66 |
| | | | | | | | | | | | | | | | | | | Fixed problem with char > 128 in QUOTE() function. (Bug #1868) Disable creation of symlinks if my_disable_symlink is set Fixed searching of TEXT with end space. (Bug #1651) Fixed caching bug in multi-table-update where same table was used twice. (Bug #1711) Fixed problem with UNIX_TIMESTAMP() for timestamps close to 0. (Bug #1998) Fixed timestamp.test | ||||
* | | chk_del() should not check key delete-chain | serg@serg.mylan | 2003-12-11 | 1 | -7/+12 |
| | | | | | | | | make a test for -inf more portable (-Inf) | ||||
* | | code cleanup after some reasoning | serg@serg.mylan | 2003-12-09 | 1 | -2/+9 |
| | | |||||
* | | yet another trunc* bug | serg@serg.mylan | 2003-11-20 | 1 | -20/+33 |
| | | |||||
* | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-11-19 | 1 | -2/+2 |
|\ \ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * \ | Merge service name code | monty@mashka.mysql.fi | 2003-11-17 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Fix for service names on windows; Now we always put the service name last ↵ | monty@mashka.mysql.fi | 2003-11-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | when we create a service | ||||
* | | | | minor fixups: more verbose on "no memory" errors - report requested size, ↵ | serg@serg.mylan | 2003-11-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | avoid flushing rec buffer to a file that is closed and deleted already (on got_error=1) | ||||
* | | | | obligatory update checksum on repair, if it is obligatory verified on check. | serg@serg.mylan | 2003-11-14 | 1 | -0/+9 |
|/ / / | |||||
* | | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-11-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | | fixed a bug in boolean fts where a word queue was created based on ↵ | serg@serg.mylan | 2003-11-03 | 1 | -1/+1 |
| |/ / | | | | | | | | | | min_word_len, while with trunc* operator one could get shorter words | ||||
* | | | Call my_sync() after all data is written to .frm file | monty@mysql.com | 2003-11-02 | 2 | -32/+8 |
| | | | | | | | | | | | | Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file. | ||||
* | | | Change back service name to MySQL | monty@narttu.mysql.fi | 2003-10-30 | 1 | -2/+4 |
|/ / | | | | | | | | | Don't add service name to read config file segments if it's "MySQL" Fixed possible memory leak when CHANGE USER failed. | ||||
* | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2003-10-06 | 1 | -1/+1 |
|\ \ | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | enum options renamed to avoid possible name conflicts | serg@serg.mylan | 2003-09-29 | 1 | -1/+1 |
| | | | |||||
* | | | Correct fix for buffer overruns for compressed blobs. | monty@narttu.mysql.fi | 2003-09-24 | 2 | -2/+4 |
| | | | | | | | | | | | | (Bugs #770, #1304 and maybe #1295) | ||||
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.0 | monty@narttu.mysql.fi | 2003-09-23 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | into narttu.mysql.fi:/my/mysql-4.0 | ||||
| * | | | - fixed several typos ("uppdate"->"update" and "tryed"->"tried") | lenz@mysql.com | 2003-09-19 | 1 | -2/+2 |
| |/ / | |||||
* | | | More explicit error messages from myisamchk | monty@narttu.mysql.fi | 2003-09-16 | 2 | -12/+41 |
|/ / |