Commit 71776740 authored by unknown's avatar unknown
Browse files

fix for commit 1.2368

parent 1b64ba4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -35,5 +35,6 @@ a b
2	20
3	30
4	40
drop procedure test_cursor;
drop table t1,t2;
end of 5.1 tests
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@ delimiter ;//
select * from t2 order by a;
call test_cursor();
select * from t2 order by a;
drop procedure test_cursor;
drop table t1,t2;

--echo end of 5.1 tests