~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to server-tools/instance-manager/mysql_manager_error.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef INCLUDES_MYSQL_INSTANCE_MANAGER_MYSQL_MANAGER_ERROR_H
 
2
#define INCLUDES_MYSQL_INSTANCE_MANAGER_MYSQL_MANAGER_ERROR_H
 
3
/* Copyright (C) 2004 MySQL AB
 
4
 
 
5
   This program is free software; you can redistribute it and/or modify
 
6
   it under the terms of the GNU General Public License as published by
 
7
   the Free Software Foundation; version 2 of the License.
 
8
 
 
9
   This program is distributed in the hope that it will be useful,
 
10
   but WITHOUT ANY WARRANTY; without even the implied warranty of
 
11
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
12
   GNU General Public License for more details.
 
13
 
 
14
   You should have received a copy of the GNU General Public License
 
15
   along with this program; if not, write to the Free Software
 
16
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
 
17
 
 
18
/* Definefile for instance manager error messagenumbers */
 
19
 
 
20
#define ER_BAD_INSTANCE_NAME        3000
 
21
#define ER_INSTANCE_IS_NOT_STARTED  3001
 
22
#define ER_INSTANCE_ALREADY_STARTED 3002
 
23
#define ER_CANNOT_START_INSTANCE    3003
 
24
#define ER_STOP_INSTANCE            3004
 
25
#define ER_NO_SUCH_LOG              3005
 
26
#define ER_OPEN_LOGFILE             3006
 
27
#define ER_GUESS_LOGFILE            3007
 
28
#define ER_ACCESS_OPTION_FILE       3008
 
29
#define ER_OFFSET_ERROR             3009
 
30
#define ER_READ_FILE                3010
 
31
#define ER_DROP_ACTIVE_INSTANCE     3011
 
32
#define ER_CREATE_EXISTING_INSTANCE 3012
 
33
#define ER_INSTANCE_MISCONFIGURED   3013
 
34
#define ER_MALFORMED_INSTANCE_NAME  3014
 
35
#define ER_INSTANCE_IS_ACTIVE       3015
 
36
#define ER_THERE_IS_ACTIVE_INSTACE  3016
 
37
#define ER_INCOMPATIBLE_OPTION      3017
 
38
#define ER_CONF_FILE_DOES_NOT_EXIST 3018
 
39
 
 
40
#endif /* INCLUDES_MYSQL_INSTANCE_MANAGER_MYSQL_MANAGER_ERROR_H */