summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorAlexey Botchkov <holyfoot@askmonty.org>2011-11-17 17:12:58 +0400
committerAlexey Botchkov <holyfoot@askmonty.org>2011-11-17 17:12:58 +0400
commitb525abefb2a86f5f9691b4f969108ec676f05306 (patch)
tree99aa8f24b4958ab57348eb0807e6126d265fec4a /sql/share
parentb2b035134fd938b38c51a7be29e1028fbef7c680 (diff)
downloadmariadb-git-b525abefb2a86f5f9691b4f969108ec676f05306.tar.gz
test results updated.
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/errmsg.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/share/errmsg.txt b/sql/share/errmsg.txt
index ac0c2653ee0..a7010fd305e 100644
--- a/sql/share/errmsg.txt
+++ b/sql/share/errmsg.txt
@@ -6288,13 +6288,12 @@ ER_QUERY_CACHE_IS_DISABLED
eng "Query cache is disabled (resize or similar command in progress); repeat this command later"
ER_QUERY_CACHE_IS_GLOBALY_DISABLED
eng "Query cache is globally disabled and you can't enable it only for this session"
-ER_SPATIAL_MUST_HAVE_GEOM_COL 42000
- eng "A SPATIAL index may only contain a geometrical type column"
ER_VIEW_ORDERBY_IGNORED
eng "View '%-.192s'.'%-.192s' ORDER BY clause ignored because there is other ORDER BY clause already."
ER_CONNECTION_KILLED 70100
eng "Connection was killed"
ER_INTERNAL_ERROR
eng "Internal error: '%-.192s'"
-
+ER_SPATIAL_MUST_HAVE_GEOM_COL 42000
+ eng "A SPATIAL index may only contain a geometrical type column"