From 8993010222ba90756071d623a9978a760fa2761c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 13 May 2004 13:08:16 +0200 Subject: [PATCH] Added comment about expected result for prime test. (This is mostly to test sendmail tunneling of commit email... might not actually get pushed) mysql-test/t/sp.test: Added comment about expected result for prime test. --- mysql-test/t/sp.test | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test index abd3901f234..73889954eb6 100644 --- a/mysql-test/t/sp.test +++ b/mysql-test/t/sp.test @@ -1381,6 +1381,11 @@ 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 select * from primes where i=45 or i=100 or i=199| drop table primes| drop procedure opp|