Skip to content

Commit 4513ffd

Browse files
author
pem@mysql.com
committed
Removed forgotten test line in sp-code.test.
1 parent 3a832fa commit 4513ffd

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

mysql-test/r/sp-code.result

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
select version(), substring_index(version(), "-", -1);
2-
version() substring_index(version(), "-", -1)
3-
5.0.17-debug-log log
41
create procedure empty()
52
begin
63
end;

mysql-test/t/sp-code.test

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
#
44

55
-- source include/is_debug_build.inc
6-
select version(), substring_index(version(), "-", -1);
76

87
create procedure empty()
98
begin

0 commit comments

Comments
 (0)