1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00
This commit is contained in:
Georgi Kodinov
2010-03-10 12:22:08 +02:00

View File

@@ -919,10 +919,7 @@ HANDLER t1 CLOSE;
#HANDLER t1 OPEN;
#HANDLER t1 READ a FIRST;
#INSERT INTO t1 VALUES (GeomFromText('Polygon((40 40,60 40,60 60,40 60,40 40))'));
#--echo # should not crash
#--disable_result_log
#HANDLER t1 READ a NEXT;
#--enable_result_log
#HANDLER t1 CLOSE;
#TODO: end of the 51877 dependent section