mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 23:25:34 +02:00
Removed forgotten test line in sp-code.test.
mysql-test/r/sp-code.result: Removed forgotten test line. mysql-test/t/sp-code.test: Removed forgotten test line.
This commit is contained in:
parent
6726a6b8b9
commit
e99f14e73b
2 changed files with 0 additions and 4 deletions
|
|
@ -1,6 +1,3 @@
|
||||||
select version(), substring_index(version(), "-", -1);
|
|
||||||
version() substring_index(version(), "-", -1)
|
|
||||||
5.0.17-debug-log log
|
|
||||||
create procedure empty()
|
create procedure empty()
|
||||||
begin
|
begin
|
||||||
end;
|
end;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
-- source include/is_debug_build.inc
|
-- source include/is_debug_build.inc
|
||||||
select version(), substring_index(version(), "-", -1);
|
|
||||||
|
|
||||||
create procedure empty()
|
create procedure empty()
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue