My Project
|
00001 #ifndef MESSAGE_INCLUDED 00002 #define MESSAGE_INCLUDED 00003 /* Copyright (c) 2008, 2009 Sun Microsystems, Inc. 00004 Use is subject to license terms. 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation; version 2 of the License. 00009 00010 This program is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU General Public License for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with this program; if not, write to the Free Software 00017 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ 00018 00019 /* 00020 To change or add messages mysqld writes to the Windows error log, run 00021 mc.exe message.mc 00022 and checkin generated messages.h, messages.rc and msg000001.bin under the 00023 source control. 00024 mc.exe can be installed with Windows SDK, some Visual Studio distributions 00025 do not include it. 00026 */ 00027 00028 00029 // 00030 // Values are 32 bit values layed out as follows: 00031 // 00032 // 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 00033 // 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 00034 // +---+-+-+-----------------------+-------------------------------+ 00035 // |Sev|C|R| Facility | Code | 00036 // +---+-+-+-----------------------+-------------------------------+ 00037 // 00038 // where 00039 // 00040 // Sev - is the severity code 00041 // 00042 // 00 - Success 00043 // 01 - Informational 00044 // 10 - Warning 00045 // 11 - Error 00046 // 00047 // C - is the Customer code flag 00048 // 00049 // R - is a reserved bit 00050 // 00051 // Facility - is the facility code 00052 // 00053 // Code - is the facility's status code 00054 // 00055 // 00056 // Define the facility codes 00057 // 00058 00059 00060 // 00061 // Define the severity codes 00062 // 00063 00064 00065 // 00066 // MessageId: MSG_DEFAULT 00067 // 00068 // MessageText: 00069 // 00070 // %1For more information, see Help and Support Center at http://www.mysql.com. 00071 // 00072 // 00073 // 00074 #define MSG_DEFAULT 0xC0000064L 00075 00076 #endif /* MESSAGE_INCLUDED */ 00077