Loading mysql-test/r/ndb_cursor.result +1 −0 Original line number Diff line number Diff line Loading @@ -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 mysql-test/t/ndb_cursor.test +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
mysql-test/r/ndb_cursor.result +1 −0 Original line number Diff line number Diff line Loading @@ -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
mysql-test/t/ndb_cursor.test +1 −0 Original line number Diff line number Diff line Loading @@ -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