summaryrefslogtreecommitdiff
path: root/sql/share
diff options
context:
space:
mode:
authorunknown <holyfoot@deer.(none)>2006-04-12 22:05:23 +0500
committerunknown <holyfoot@deer.(none)>2006-04-12 22:05:23 +0500
commitf01b0ac2212a8e8c4192842ddba123198353c591 (patch)
tree00261f81f36a4c04feae465cf235ba9979c29320 /sql/share
parent10633fd8397f8450b5076bb98f336f6d20967b5d (diff)
downloadmariadb-git-f01b0ac2212a8e8c4192842ddba123198353c591.tar.gz
bug #15860 (SPATIAL keys in INNODB)
mysql-test/r/innodb.result: result added mysql-test/t/innodb.test: testcase sql/ha_myisam.cc: HA_CAN_RTREEKEYS added to ha_myisam sql/handler.h: HA_CAN_RTREEKEYS defined sql/share/errmsg.txt: error message added sql/sql_table.cc: check that the handler allows SPATIAL keys
Diffstat (limited to 'sql/share')
-rw-r--r--sql/share/errmsg.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/share/errmsg.txt b/sql/share/errmsg.txt
index 37487c245a9..5de070faeb5 100644
--- a/sql/share/errmsg.txt
+++ b/sql/share/errmsg.txt
@@ -5611,3 +5611,5 @@ ER_TABLE_NEEDS_UPGRADE
eng "Table upgrade required. Please do \"REPAIR TABLE `%-.32s`\" to fix it!"
ER_SP_NO_AGGREGATE 42000
eng "AGGREGATE is not supported for stored functions"
+ER_TABLE_CANT_HANDLE_SPKEYS
+ eng "The used table type doesn't support SPATIAL indexes"