~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to mysys/my_handler_errors.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef MYSYS_MY_HANDLER_ERRORS_INCLUDED
2
2
#define MYSYS_MY_HANDLER_ERRORS_INCLUDED
3
3
 
4
 
/* Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
 
4
/* Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
5
5
 
6
6
   This program is free software; you can redistribute it and/or modify
7
7
   it under the terms of the GNU General Public License as published by
13
13
   GNU General Public License for more details.
14
14
 
15
15
   You should have received a copy of the GNU General Public License
16
 
   along with this program; if not, write to the Free Software
17
 
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA */
 
16
   along with this program; if not, write to the Free Software Foundation,
 
17
   Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA */
18
18
 
19
19
/*
20
20
  Errors a handler can give you
83
83
  "Too many active concurrent transactions",
84
84
  "Index column length exceeds limit",
85
85
  "Index corrupted",
86
 
  "Undo record too big"
 
86
  "Undo record too big",
 
87
  "Table is being used in foreign key check"
87
88
};
88
89
 
89
90
extern void my_handler_error_register(void);