summaryrefslogtreecommitdiff
path: root/mysql-test/r/sp.result
diff options
context:
space:
mode:
authoranozdrin/alik@station. <>2007-10-10 14:42:29 +0400
committeranozdrin/alik@station. <>2007-10-10 14:42:29 +0400
commit05cf10bdf6b803e943a3348af05fa2a5a76362c4 (patch)
tree0247676d9f2057c891fea5a32e9aa7b565fe804f /mysql-test/r/sp.result
parent0e9ccab47c915d3afe4b7ee8e01e61e437c67520 (diff)
downloadmariadb-git-05cf10bdf6b803e943a3348af05fa2a5a76362c4.tar.gz
Cleanup sp.test.
Diffstat (limited to 'mysql-test/r/sp.result')
-rw-r--r--mysql-test/r/sp.result6
1 files changed, 3 insertions, 3 deletions
diff --git a/mysql-test/r/sp.result b/mysql-test/r/sp.result
index b1120a22dfd..ef173b9661f 100644
--- a/mysql-test/r/sp.result
+++ b/mysql-test/r/sp.result
@@ -5667,7 +5667,6 @@ t3_id_1 t3_id_2 t4_id
DROP PROCEDURE p1|
DROP VIEW v1, v2|
DROP TABLE t3, t4|
-End of 5.0 tests
DROP TABLE IF EXISTS bug23760|
DROP TABLE IF EXISTS bug23760_log|
DROP PROCEDURE IF EXISTS bug23760_update_log|
@@ -6145,7 +6144,6 @@ Procedure sql_mode Create Procedure
proc_21513 CREATE DEFINER=`root`@`localhost` PROCEDURE `proc_21513`()
`my_label`:BEGIN END
drop procedure proc_21513|
-End of 5.0 tests.
drop table t1,t2;
CREATE TABLE t1 (a int auto_increment primary key) engine=MyISAM;
CREATE TABLE t2 (a int auto_increment primary key, b int) engine=innodb;
@@ -6565,4 +6563,6 @@ f1()
DROP TABLE t1;
DROP FUNCTION f1;
-End of 5.0 tests
+# ------------------------------------------------------------------
+# -- End of 5.0 tests
+# ------------------------------------------------------------------