diff options
author | unknown <istruewing@chilla.local> | 2007-03-08 12:08:59 +0100 |
---|---|---|
committer | unknown <istruewing@chilla.local> | 2007-03-08 12:08:59 +0100 |
commit | 2157f642380a766d4d859997b624a8cd0bfc7e80 (patch) | |
tree | a5102599f10029eebd2f8d2f5e8dfb3c05090668 /mysql-test/r/gis-rtree.result | |
parent | 6e969d2b70df86534262c5c8ae75f5a22f97e1f7 (diff) | |
download | mariadb-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.result | 1 |
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 |