summaryrefslogtreecommitdiff
path: root/mysql-test/r/gis-rtree.result
diff options
context:
space:
mode:
authorunknown <istruewing@chilla.local>2007-03-08 12:08:59 +0100
committerunknown <istruewing@chilla.local>2007-03-08 12:08:59 +0100
commit2157f642380a766d4d859997b624a8cd0bfc7e80 (patch)
treea5102599f10029eebd2f8d2f5e8dfb3c05090668 /mysql-test/r/gis-rtree.result
parent6e969d2b70df86534262c5c8ae75f5a22f97e1f7 (diff)
downloadmariadb-git-2157f642380a766d4d859997b624a8cd0bfc7e80.tar.gz
Bug#25673 - spatial index corruption, error 126 incorrect key file for table
After merge fix
Diffstat (limited to 'mysql-test/r/gis-rtree.result')
-rw-r--r--mysql-test/r/gis-rtree.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/gis-rtree.result b/mysql-test/r/gis-rtree.result
index 03423fed78e..92de2abcdcb 100644
--- a/mysql-test/r/gis-rtree.result
+++ b/mysql-test/r/gis-rtree.result
@@ -1424,6 +1424,7 @@ UPDATE t1 set spatial_point=GeomFromText('POINT(41 46)') where c1 like 'f%';
CHECK TABLE t1 EXTENDED;
Table Op Msg_type Msg_text
test.t1 check status OK
+DROP TABLE t1;
CREATE TABLE t1(foo GEOMETRY NOT NULL, SPATIAL INDEX(foo) );
INSERT INTO t1(foo) VALUES (NULL);
ERROR 23000: Column 'foo' cannot be null