Commit 2157f642 authored by unknown's avatar unknown
Browse files

Bug#25673 - spatial index corruption, error 126 incorrect key file for table

After merge fix

parent 6e969d2b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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