From 10fed1aca0096acb135c2065233e84d61b00b9cf Mon Sep 17 00:00:00 2001 From: Mikael Ronstrom Date: Wed, 28 Oct 2009 01:11:17 +0100 Subject: BUG#48165, needed to introduce length restrictions on partitioning fields to ensure that no stack overruns occur --- sql/share/errmsg.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sql/share') diff --git a/sql/share/errmsg.txt b/sql/share/errmsg.txt index d65945013b9..ec08885fda4 100644 --- a/sql/share/errmsg.txt +++ b/sql/share/errmsg.txt @@ -6222,3 +6222,5 @@ ER_ROW_SINGLE_PARTITION_FIELD_ERROR eng "Row expressions in VALUES IN only allowed for multi-field column partitioning" ER_FIELD_TYPE_NOT_ALLOWED_AS_PARTITION_FIELD eng "Field '%-.192s' is of a not allowed type for this type of partitioning" +ER_PARTITION_FIELDS_TOO_LONG + eng "The total length of the partitioning fields is too large" -- cgit v1.2.1