summaryrefslogtreecommitdiff
path: root/sql/message.h
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-4447 MariaDB sources should have unix-style line endings everywhereSergei Golubchik2014-02-271-77/+77
|
* 5.3 mergeSergei Golubchik2012-01-131-2/+2
|\
| * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-2/+18
| |\ | | | | | | | | | Fixed up copyright messages.
* | \ Updated/added copyright headersKent Boortz2011-06-301-2/+3
|\ \ \ | | |/ | |/|
| * | Updated/added copyright headersKent Boortz2011-06-301-2/+3
| | |
* | | MergeKent Boortz2010-12-291-0/+14
|\ \ \ | |/ /
| * | - Added/updated copyright headersKent Boortz2010-12-281-0/+15
| |/ | | | | | | | | | | | | | | | | | | | | | | - Removed files specific to compiling on OS/2 - Removed files specific to SCO Unix packaging - Removed "libmysqld/copyright", text is included in documentation - Removed LaTeX headers for NDB Doxygen documentation - Removed obsolete NDB files - Removed "mkisofs" binaries - Removed the "cvs2cl.pl" script - Changed a few GPL texts to use "program" instead of "library"
* | WL#5016: Fix header file include guardsMats Kindahl2009-09-231-0/+7
|/ | | | | Adding header include file guards to files that are missing such.
* Bug#40280: Message compiler(mc.exe) needed to compile MySQL on windows.Vladislav Vaintroub2008-10-231-0/+55
Visual Studio 2008 Express edition does not include message compiler mc.exe It is not possible to build MySQL server if only VC2008 Express is installed, because we use mc.exe to generate event log messages. This patch removes the mc.exe dependency. Generated files message.h, message.rc and MSG00001.bin are checked into source code repository. Instructions on how to add or change messages are added to messages.mc