summaryrefslogtreecommitdiff
path: root/mysys/errors.c
Commit message (Collapse)AuthorAgeFilesLines
* After merge fixesmonty@mysql.com2006-05-041-0/+2
| | | | | | Remove compiler warnings Fix some broken tests Workaround for syncronization bug in NDB (Bug #16445)
* Cleanups after review of WL#602monty@mysql.com2006-05-031-2/+2
| | | | | Fixed warnings from test suite Some fixes in mysql-test-run script to catch more warnings
* fix compilation failure on sunfire280petr@mysql.com2005-03-011-1/+0
|
* Show all generated warnings in SHOW ERRORmonty@mysql.com2005-02-241-2/+3
| | | | Previously we only stored the first given error (the error sent to the client)
* Mergebar@mysql.com2005-02-231-0/+2
|\
| * Bug#8349 myisamchk: --set-charset does not workbar@mysql.com2005-02-221-0/+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-4/+2
|/ | | | | | | | | | | | 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.
* Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-1/+1
|\ | | | | | | | | | | | | Noteworthy: - New HANDLER code - New multi-update-grant-check code - Table lock code in ha_innodb.cc was not applied
| * Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not":guilhem@mysql.com2004-09-241-1/+1
| | | | | | | | | | we force the message to the error log, and we make it more informative; we treat EDQUOT like ENOSPC.
* | Merge with 4.0monty@narttu.mysql.fi2003-11-041-3/+5
|\ \ | |/
| * Call my_sync() after all data is written to .frm filemonty@mysql.com2003-11-021-3/+5
| | | | | | | | Added my_sync() to mysys which will do fsync/fdatasync/_commit() on a file.
* | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 ↵monty@narttu.mysql.fi2003-06-141-1/+1
|/ | | | | | | | master/slave will now use the 4.1 protocol Fixed wrong value for SQLSTATE_LENGTH Added CLIENT_REMEMBER_OPTIONS to mysql_real_connect() Changed mysql_port and mysql_unix_port to mysqld_xxxx
* 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/+7
| | | | | | 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.
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-151-2/+2
| | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
* 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/+2
|
* Import changesetbk@work.mysql.com2000-07-311-0/+84