Commit b9741216 authored by unknown's avatar unknown

fix for commit 1.2368

parent 9f63a6e4
...@@ -35,5 +35,6 @@ a b ...@@ -35,5 +35,6 @@ a b
2 20 2 20
3 30 3 30
4 40 4 40
drop procedure test_cursor;
drop table t1,t2; drop table t1,t2;
end of 5.1 tests end of 5.1 tests
...@@ -41,6 +41,7 @@ delimiter ;// ...@@ -41,6 +41,7 @@ delimiter ;//
select * from t2 order by a; select * from t2 order by a;
call test_cursor(); call test_cursor();
select * from t2 order by a; select * from t2 order by a;
drop procedure test_cursor;
drop table t1,t2; drop table t1,t2;
--echo end of 5.1 tests --echo end of 5.1 tests
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment