summaryrefslogtreecommitdiff
path: root/include/mysys_err.h
Commit message (Collapse)AuthorAgeFilesLines
* WL#2936antony@ppcg5.local2007-03-021-0/+1
| | | | | | | | | "Server Variables for Plugins" Implement support for plugins to declare server variables. Demonstrate functionality by removing InnoDB specific code from sql/* New feature for HASH - HASH_UNIQUE flag New feature for DYNAMIC_ARRAY - initializer accepts preallocated ptr. Completed support for plugin reference counting.
* Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ | | | | | | into mysql.com:/home/kent/bk/main/mysql-5.1
| * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | | | | | | Changed header to GPL version 2 only
* | After merge fixesmonty@mysql.com2006-05-041-1/+2
|/ | | | | | Remove compiler warnings Fix some broken tests Workaround for syncronization bug in NDB (Bug #16445)
* Show all generated warnings in SHOW ERRORmonty@mysql.com2005-02-241-5/+10
| | | | Previously we only stored the first given error (the error sent to the client)
* Mergebar@mysql.com2005-02-231-1/+2
|\
| * Bug#8349 myisamchk: --set-charset does not workbar@mysql.com2005-02-221-1/+2
| | | | | | | | | | | | What we need to be able to set in myisamchk is actually a collation, not a character set. This fix just changes to display the proper error message.
* | WL#1895 - Print message to error log in case of detected MyISAM corruptioningo@mysql.com2004-12-231-3/+7
|/ | | | | | | | | | | | 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.
* - Added missing documentation to some mysql.cc options.jani@rhols221.adsl.netsonic.fi2004-01-141-0/+1
| | | | | | | | | - Fixed Bug#2346 - Fixed Bug#2378 - Fixed bug in pager (no Bug#ID (?)) - Added support for new special situations option type, GET_DISABLED. See handling of --debug in mysql.cc. compiled wihtout debugging, as an example.
* Call my_sync() after all data is written to .frm filemonty@mysql.com2003-11-021-1/+2
| | | | Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
* Added useful exit error code for programs using my_getopt in casejani@hynda.(none)2002-05-291-0/+16
| | | | | | | | | | | | | | of an error in option handling. This can sometimes be useful in scripts. Changed some exit code names and corresponding numbers. Fixed a bug in mysqld.cc, in replication related options. Added a global flag in my_getopt, which can be set by any program that is using my_getopt, which tells whether the client should print the error message itself, or whether my_getopt should do it. The default is that my_getopt will print the error messages.
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Added functions for symbolic link handling to make it possible tomonty@hundin.mysql.fi2001-05-311-1/+4
| | | | | | backport things from 4.0. This is safe as the functions are not used! Fixed bug in new mutex handling in InnoDB Make allow_break() and dont_break() defines.
* Fixes for releasemonty@donna.mysql.com2000-09-271-1/+1
|
* Update to new root alloc, OPTIMIZE TABLE and some other changesmonty@donna.mysql.com2000-09-121-0/+1
|
* Import changesetbk@work.mysql.com2000-07-311-0/+57