summaryrefslogtreecommitdiff
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
* Fix FC3 yaSSL compilation problem.svoj@mysql.com2005-05-064-7/+15
| | | | This fix is about WL#2286 - Compile MySQL w/YASSL support
* gcc 2.92 compatibilityserg@sergbook.mylan2005-05-057-28/+34
|
* Merge mysql.com:/home/jimw/my/mysql-5.0-5354jimw@mysql.com2005-05-021-0/+1
|\ | | | | | | into mysql.com:/home/jimw/my/mysql-5.0-clean
| * Add default configuration files to my_print_defaults usage, andjimw@mysql.com2005-04-281-0/+1
| | | | | | | | | | add handling of configuration file in the Windows shared system directory. (Bug #5354)
* | Clean up merge from 4.1jimw@mysql.com2005-05-021-1/+12
|\ \
| * | 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)
* | | yassl changeset 2:serg@serg.mylan2005-04-309-41/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | WL#2286 Compile MySQL w/YASSL supportsvoj@mysql.com2005-04-2898-0/+26988
| |/ |/| | | | | yaSSL-0.9.7 library bundled.
* | Removed support for RAID, mit-threads, and MySQL FS (really, if someone ↵brian@zim.(none)2005-03-161-1/+1
| | | | | | | | wants this feature look at a web-dav hookup).
* | Remove compiler warnings and remove not used variablesmonty@mysql.com2005-02-252-3/+4
| | | | | | | | (Found during build process)
* | Mergejimw@mysql.com2005-02-221-6/+7
|\ \ | |/
| * 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 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 with 4.1monty@mysql.com2005-02-221-5/+13
|\ \ \ | | |/ | |/|
| * | fix for a bug with my_print_defaults with --defaults-extra-file= optionSinisa@sinisa.nasamreza.org2005-02-191-5/+13
| |/
* | Mergeingo@mysql.com2005-02-111-13/+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
| | |
* | | 4.1 -> 5.0 mergemonty@mysql.com2005-02-031-6/+8
|\ \ \ | |/ /
| * | Fixed during review of new pulled codemonty@mysql.com2005-02-021-6/+8
| | |
* | | Merge bob.(none):/home/reggie/bk/mysql41reggie@bob.(none)2005-02-011-1/+12
|\ \ \ | |/ / | | | | | | into bob.(none):/home/reggie/bk/mysql5.0
| * | 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
* | | Merge bk-internal:/home/bk/mysql-5.0serg@serg.mylan2005-01-281-14/+15
|\ \ \ | | | | | | | | | | | | into serg.mylan:/usr/home/serg/Abk/mysql-5.0
| * | | small Makefile.am cleanupserg@serg.mylan2005-01-281-14/+15
| | | | | | | | | | | | | | | | | | | | clean: targets removed generated *.h files moved to include/
* | | | Fixes for windows compilation bugsgeorg@beethoven.site2005-01-261-4/+4
|/ / / | | | | | | | | | (After review of cs georg:1.1800 by Monty)
* | | ER_WARN_DATA_TRUNCATED replaced with WARN_DATA_TRUNCATED.ram@gw.mysql.r18.ru2005-01-191-1/+2
| | |
* | | Merge anna@bk-internal.mysql.com:/home/bk/mysql-5.0anjuta@arthur.local2005-01-132-3/+19
|\ \ \ | | | | | | | | | | | | into arthur.local:/my/mysql-5.0-clean
| * \ \ Mergeanjuta@arthur.local2005-01-132-3/+19
| |\ \ \
| | * | | Bug in InnoDB; anjuta@arthur.local2005-01-131-0/+1
| | | | | | | | | | | | | | | | | | | | file closing in extra/comp_err.c
| | * | | Added creation of mysqld_ername.hanjuta@arthur.local2005-01-042-3/+18
| | | | |
* | | | | A patch for Netware.jani@ua141d10.elisa.omakaista.fi2005-01-133-0/+15
|/ / / /
* | | | WL#1895 - Print message to error log in case of detected MyISAM corruptioningo@mysql.com2004-12-231-3/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Fixed compile error in extra/comp_err.c with -debug for some compilers.pem@mysql.comhem.se2004-12-141-2/+1
| | |
* | | Added pathes to mysqld_error.h and sql_state.h; fixed segfault bug; anjuta@arthur.local2004-12-142-12/+14
| | |
* | | WL#1051, more maintanable error messages.anjuta@arthur.local2004-12-132-211/+853
| | |
* | | mergedserg@serg.mylan2004-11-221-1/+1
|\ \ \ | |/ /
| * | Bug #6748 heap_rfirst() doesn't work (and never did!)serg@serg.mylan2004-11-221-1/+1
| | | | | | | | | | | | range for BETWEEN typo fixed
* | | dbug: DBUG_EXECUTE_IF macro, build user manual automatically, document all ↵serg@serg.mylan2004-11-042-0/+178
|/ / | | | | | | | | | | | | features charset2html moved from mysys to extra ignore: new files added, garbage removed
* | 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)