From 86719746e81941b85d9cf385212c6996b5cb3591 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 May 2004 13:29:18 +0200 Subject: [PATCH] Fixed comment for prime test. (Again, mostly to test sendmail replacement for tunneling.) mysql-test/t/sp.test: Fixed comment for prime test. --- mysql-test/t/sp.test | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test index 73889954eb6..867aa96256f 100644 --- a/mysql-test/t/sp.test +++ b/mysql-test/t/sp.test @@ -1381,11 +1381,12 @@ show procedure status like '%p%'| call ip(200)| # We don't want to select the entire table here, just pick a few # examples. -# Expected result is: -# i p -# 45 211 -# 100 557 -# 199 1229 +# The expected result is: +# i p +# --- ---- +# 45 211 +# 100 557 +# 199 1229 select * from primes where i=45 or i=100 or i=199| drop table primes| drop procedure opp|