summaryrefslogtreecommitdiff
path: root/mysys/errors.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-2/+2
|/ / /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-3/+2
|\ \ \ | |/ /
| * | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-3/+2
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-141-2/+2
| | |\
| | | * Bug#23251517: SEMISYNC REPLICATION HANGINGmysql-5.5.50Sujatha Sivakumar2016-05-161-10/+4
| | | * Bug#22897202: RPL_IO_THD_WAIT_FOR_DISK_SPACE HAS OCCASIONALSujatha Sivakumar2016-04-191-1/+2
| | | * Bug#20685029: SLAVE IO THREAD SHOULD STOP WHEN DISK ISSujatha Sivakumar2016-03-011-4/+9
| | | * BUG#11753923-SQL THREAD CRASHES ON DISK FULLVenkatesh Duggirala2013-03-011-2/+2
| | | * BUG#11753923-SQL THREAD CRASHES ON DISK FULLVenkatesh Duggirala2013-01-021-6/+18
| | | |\
| | | | * BUG#11753923-SQL THREAD CRASHES ON DISK FULLVenkatesh Duggirala2013-01-021-6/+18
| | | * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | | |\ \ | | | | |/
| | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | |\
| | | | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | | * | | Manual merge with mysql-5.1-bugteam.Ramil Kalimullin2010-12-091-0/+2
| | | |\ \ \ | | | | |/ /
| | | | * | Fix for bug#48451: my_seek and my_tell ignore MY_WME flagRamil Kalimullin2010-12-091-0/+2
| | | * | | Merge of mysql-5.1-bugteam into mysql-trunk-merge.Davi Arnaut2010-07-201-1/+5
| | | |\ \ \ | | | | |/ /
| | | | * | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-201-1/+5
| | | * | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-1/+1
| | | * | | Backport of:Konstantin Osipov2009-11-241-1/+1
| | | * | | WL#751 Error message construction, backportSergey Glukhov2009-10-151-0/+5
| | | |/ /
| | | * | Merge BUG#22082 from 5.0-bugteam to 5.1-bugteamHe Zhenxing2009-03-061-1/+15
| | | |\ \ | | | | |/
| | | | * BUG#22082 Slave hangs(holds mutex) on "disk full"He Zhenxing2009-03-061-1/+15
| | | | * Fix for Bug#16902.Hakan Kuecuekyilmaz2008-06-161-1/+1
| | | * | Fix for Bug#16902.Hakan Kuecuekyilmaz2008-06-161-1/+1
| | | * | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
| | | |\ \ | | | | |/
| | | | * Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | | * | After merge fixesmonty@mysql.com2006-05-041-0/+2
| | | * | Cleanups after review of WL#602monty@mysql.com2006-05-031-2/+2
| | | |/
| | | * fix compilation failure on sunfire280petr@mysql.com2005-03-011-1/+0
| | | * Show all generated warnings in SHOW ERRORmonty@mysql.com2005-02-241-2/+3
| | | * Mergebar@mysql.com2005-02-231-0/+2
| | | |\
| | | | * Bug#8349 myisamchk: --set-charset does not workbar@mysql.com2005-02-221-0/+2
| | | * | WL#1895 - Print message to error log in case of detected MyISAM corruptioningo@mysql.com2004-12-231-4/+2
| | | |/
| | | * Merge with 4.0 for 4.1 releasemonty@mysql.com2004-10-061-1/+1
| | | |\
| | | | * Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not":guilhem@mysql.com2004-09-241-1/+1
| | | * | 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
| | | * | Cleanup after split of libmysql.c to client.c and libmysql.c. A 4.1 master/s...monty@narttu.mysql.fi2003-06-141-1/+1
| | | |/
| | | * Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | * Added functions for symbolic link handling to make it possible tomonty@hundin.mysql.fi2001-05-311-1/+7
| | | * Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-151-2/+2
| | | * 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
* | | fix compile error on Windows, intrduced by previous monty's pushVladislav Vaintroub2016-04-061-1/+1
* | | Added new range of MariaDB error messages, starting from 3000Monty2016-04-051-1/+1
|/ /