From 1387e71531495b1224bfafd6867ae5fae9cf469c Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 28 Nov 2013 12:10:44 +0100 Subject: MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1 merged from 5.6: Bug#14521864: MYSQL 5.1 TO 5.5 BUGS PARTITIONING Bug#16589511: MYSQL_UPGRADE FAILS TO WRITE OUT ENTIRE ALTER TABLE ... ALGORITHM= ... STATEMENT Bug#16274455: CAN NOT ACESS PARTITIONED TABLES WHEN DOWNGRADED FROM 5.6.11 TO 5.6.10 plus minor changes from 5.6, mainly comments --- include/my_handler_errors.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/my_handler_errors.h') diff --git a/include/my_handler_errors.h b/include/my_handler_errors.h index 24b977c38ce..17b4a73ff93 100644 --- a/include/my_handler_errors.h +++ b/include/my_handler_errors.h @@ -1,7 +1,8 @@ #ifndef MYSYS_MY_HANDLER_ERRORS_INCLUDED #define MYSYS_MY_HANDLER_ERRORS_INCLUDED -/* Copyright (c) 2008, 2012, Oracle and/or its affiliates. +/* Copyright (c) 2008, 2013, Oracle and/or its affiliates. + Copyright (c) 2011, 2013, SkySQL Ab. 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 @@ -88,6 +89,7 @@ static const char *handler_error_messages[]= "Table is being used in foreign key check", "Tablespace already exists", "Too many columns", + "Row in wrong partition", "Row is not visible by the current transaction", "Operation was interrupted by end user (probably kill command?)", "Disk full" -- cgit v1.2.1