fix for commit 1.2368

parent 4843e335
......@@ -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
......@@ -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
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