summaryrefslogtreecommitdiff
path: root/mysys/my_error.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.4' into 10.5Oleksandr Byelkin2020-11-011-3/+0
|\
| * remove non-working debug assertSergei Golubchik2020-10-291-3/+0
* | Merge 10.4 to 10.5Marko Mäkelä2020-10-221-1/+3
|\ \ | |/
| * minor fixes of rpl_start_stop_slave and rpl_slave_grp_exec tests, expanding r...Alice Sherepa2020-10-141-0/+3
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+2
* | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-2/+2
|/
* 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
| * | Fixed compiler error and some warnings on windowsMonty2016-08-231-1/+1
* | | cleanup: my_printf_error(ER_xxx, ER(ER_xxx), ... )Sergei Golubchik2016-12-121-1/+1
* | | Added new range of MariaDB error messages, starting from 3000Monty2016-04-051-10/+8
|/ /
* | 10.0-base mergeSergei Golubchik2014-02-261-1/+1
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-251-1/+1
| |\ \ | | |/
| | * MySQL-5.5.36 mergeSergei Golubchik2014-02-171-1/+1
| | |\
| | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | * BUG#11753923-SQL THREAD CRASHES ON DISK FULLVenkatesh Duggirala2013-01-021-0/+22
| | | |\
| | | | * BUG#11753923-SQL THREAD CRASHES ON DISK FULLVenkatesh Duggirala2013-01-021-0/+22
* | | | | Temporary commit of 10.0-mergeMichael Widenius2013-03-261-68/+108
|/ / / /
* | | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-3/+3
|/ / /
* | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+2
|\ \ \ | |/ /
| * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ | | |/
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | |\
* | | | lots of post-merge changesSergei Golubchik2011-04-251-23/+0
* | | | merge.Sergei Golubchik2010-11-251-1/+25
|\ \ \ \ | |/ / / |/| | |
| * | | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-4/+9
| |\ \ \ | | |/ /
| * | | merge of 5.1-main into 5.1-maria; MyISAM changes are also ported to Maria.Guilhem Bichot2009-03-111-4/+6
| |\ \ \
| * | | | Bugs fixed:unknown2008-01-071-2/+26
| * | | | First part of redo/undo for key pagesunknown2007-11-141-2/+2
| * | | | Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-mariaunknown2007-07-041-5/+0
| |\ \ \ \
| | * | | | Fixed REPAIR/CHECK/ANALYZE TABLE for tables with new BLOCK-ROW format.unknown2007-07-011-5/+0
* | | | | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-3/+3
* | | | | | WL#4903 Plugin Service API part ISergei Golubchik2009-11-021-0/+23
* | | | | | WL#751 Error message construction, backportSergey Glukhov2009-10-151-11/+13
* | | | | | WL#2110 (SIGNAL)Marc Alff2009-09-101-10/+8
| |_|_|/ / |/| | | |
* | | | | Fix indentation. tab -> spacesChad MILLER2009-03-171-1/+1
* | | | | Bug#42675: Dangling pointer leads to a client crash (mysys/my_error.c \Chad MILLER2009-03-171-4/+9
| |_|/ / |/| | |
* | | | Bug#37995 Error message truncation in test "innodb" in embedded mode.Alexey Botchkov2009-02-051-4/+6
* | | | Moved a lot of old bug fixes and safe cleanups from Maria 5.1 tree to 5.1unknown2007-10-111-5/+0
|/ / /
* | | WL#3817: Simplify string / memory area types and make things more consistent ...unknown2007-05-101-3/+3
|/ /
* | Merge mysql.com:/home/kent/bk/main/mysql-5.0unknown2006-12-231-2/+1
|\ \ | |/
| * Many files:unknown2006-12-231-2/+1
* | Added --debug-info to most clients to detect memory leaks in mysql-test-rununknown2006-11-211-0/+12
* | unsigned char -> ucharunknown2006-06-191-1/+3
|/
* many warnings (practically safe but annoying) correctedunknown2006-01-031-0/+3
* WL#1895 - Print message to error log in case of detected MyISAM corruptionunknown2004-12-231-12/+151
* now my_printf_error is not better then my_error, but my_error call is shorterunknown2004-11-131-101/+16
* post-review fixesunknown2004-11-121-0/+12
* Post review fixes for "SQL Syntax for Prepared Statements".unknown2004-06-071-22/+23
* Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-06-011-10/+45
|\