You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-11-03 17:13:17 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			138 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			138 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			C++
		
	
	
	
	
	
/* Copyright (C) 2014 InfiniDB, Inc.
 | 
						|
 | 
						|
   This program is free software; you can redistribute it and/or
 | 
						|
   modify it under the terms of the GNU General Public License
 | 
						|
   as published by the Free Software Foundation; version 2 of
 | 
						|
   the License.
 | 
						|
 | 
						|
   This program is distributed in the hope that it will be useful,
 | 
						|
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
						|
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
						|
   GNU General Public License for more details.
 | 
						|
 | 
						|
   You should have received a copy of the GNU General Public License
 | 
						|
   along with this program; if not, write to the Free Software
 | 
						|
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 | 
						|
   MA 02110-1301, USA. */
 | 
						|
/******************************************************************************************
 | 
						|
* $Id: genMsgId.pl 3048 2012-04-04 15:33:45Z rdempsey $
 | 
						|
*
 | 
						|
******************************************************************************************/
 | 
						|
/**
 | 
						|
 * @file
 | 
						|
 */
 | 
						|
#ifndef LOGGING_MESSAGEIDS_H
 | 
						|
#define LOGGING_MESSAGEIDS_H
 | 
						|
 | 
						|
namespace logging {
 | 
						|
 | 
						|
const unsigned M0000 = 0;
 | 
						|
const unsigned M0001 = 1;
 | 
						|
const unsigned M0002 = 2;
 | 
						|
const unsigned M0003 = 3;
 | 
						|
const unsigned M0004 = 4;
 | 
						|
const unsigned M0005 = 5;
 | 
						|
const unsigned M0006 = 6;
 | 
						|
const unsigned M0007 = 7;
 | 
						|
const unsigned M0008 = 8;
 | 
						|
const unsigned M0009 = 9;
 | 
						|
const unsigned M0010 = 10;
 | 
						|
const unsigned M0011 = 11;
 | 
						|
const unsigned M0012 = 12;
 | 
						|
const unsigned M0013 = 13;
 | 
						|
const unsigned M0014 = 14;
 | 
						|
const unsigned M0015 = 15;
 | 
						|
const unsigned M0016 = 16;
 | 
						|
const unsigned M0017 = 17;
 | 
						|
const unsigned M0018 = 18;
 | 
						|
const unsigned M0019 = 19;
 | 
						|
const unsigned M0020 = 20;
 | 
						|
const unsigned M0021 = 21;
 | 
						|
const unsigned M0022 = 22;
 | 
						|
const unsigned M0023 = 23;
 | 
						|
const unsigned M0024 = 24;
 | 
						|
const unsigned M0025 = 25;
 | 
						|
const unsigned M0026 = 26;
 | 
						|
const unsigned M0027 = 27;
 | 
						|
const unsigned M0028 = 28;
 | 
						|
const unsigned M0029 = 29;
 | 
						|
const unsigned M0030 = 30;
 | 
						|
const unsigned M0031 = 31;
 | 
						|
const unsigned M0032 = 32;
 | 
						|
const unsigned M0033 = 33;
 | 
						|
const unsigned M0034 = 34;
 | 
						|
const unsigned M0035 = 35;
 | 
						|
const unsigned M0036 = 36;
 | 
						|
const unsigned M0037 = 37;
 | 
						|
const unsigned M0038 = 38;
 | 
						|
const unsigned M0039 = 39;
 | 
						|
const unsigned M0040 = 40;
 | 
						|
const unsigned M0041 = 41;
 | 
						|
const unsigned M0042 = 42;
 | 
						|
const unsigned M0043 = 43;
 | 
						|
const unsigned M0044 = 44;
 | 
						|
const unsigned M0045 = 45;
 | 
						|
const unsigned M0046 = 46;
 | 
						|
const unsigned M0047 = 47;
 | 
						|
const unsigned M0048 = 48;
 | 
						|
const unsigned M0049 = 49;
 | 
						|
const unsigned M0050 = 50;
 | 
						|
const unsigned M0051 = 51;
 | 
						|
const unsigned M0052 = 52;
 | 
						|
const unsigned M0053 = 53;
 | 
						|
const unsigned M0054 = 54;
 | 
						|
const unsigned M0055 = 55;
 | 
						|
const unsigned M0056 = 56;
 | 
						|
const unsigned M0057 = 57;
 | 
						|
const unsigned M0058 = 58;
 | 
						|
const unsigned M0059 = 59;
 | 
						|
const unsigned M0060 = 60;
 | 
						|
const unsigned M0061 = 61;
 | 
						|
const unsigned M0062 = 62;
 | 
						|
const unsigned M0063 = 63;
 | 
						|
const unsigned M0064 = 64;
 | 
						|
const unsigned M0065 = 65;
 | 
						|
const unsigned M0066 = 66;
 | 
						|
const unsigned M0067 = 67;
 | 
						|
const unsigned M0068 = 68;
 | 
						|
const unsigned M0069 = 69;
 | 
						|
const unsigned M0070 = 70;
 | 
						|
const unsigned M0071 = 71;
 | 
						|
const unsigned M0072 = 72;
 | 
						|
const unsigned M0073 = 73;
 | 
						|
const unsigned M0074 = 74;
 | 
						|
const unsigned M0075 = 75;
 | 
						|
const unsigned M0076 = 76;
 | 
						|
const unsigned M0077 = 77;
 | 
						|
const unsigned M0078 = 78;
 | 
						|
const unsigned M0079 = 79;
 | 
						|
const unsigned M0080 = 80;
 | 
						|
const unsigned M0081 = 81;
 | 
						|
const unsigned M0082 = 82;
 | 
						|
const unsigned M0083 = 83;
 | 
						|
const unsigned M0084 = 84;
 | 
						|
const unsigned M0085 = 85;
 | 
						|
const unsigned M0086 = 86;
 | 
						|
const unsigned M0087 = 87;
 | 
						|
const unsigned M0088 = 88;
 | 
						|
const unsigned M0089 = 89;
 | 
						|
const unsigned M0090 = 90;
 | 
						|
const unsigned M0091 = 91;
 | 
						|
const unsigned M0092 = 92;
 | 
						|
const unsigned M0093 = 93;
 | 
						|
const unsigned M0094 = 94;
 | 
						|
const unsigned M0095 = 95;
 | 
						|
const unsigned M0096 = 96;
 | 
						|
const unsigned M0097 = 97;
 | 
						|
const unsigned M0098 = 98;
 | 
						|
const unsigned M0099 = 99;
 | 
						|
const unsigned M0100 = 100;
 | 
						|
const unsigned M0101 = 101;
 | 
						|
const unsigned M0102 = 102;
 | 
						|
const unsigned M0103 = 103;
 | 
						|
 | 
						|
}//namespace logging
 | 
						|
 | 
						|
#endif //LOGGING_MESSAGEIDS_H
 | 
						|
 |