Commit e27e208f authored by pem@mysql.comhem.se's avatar pem@mysql.comhem.se

Added comment about expected result for prime test.

(This is mostly to test sendmail tunneling of commit email...
 might not actually get pushed)
parent e1182c52
......@@ -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|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment