1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

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.
This commit is contained in:
unknown
2004-05-13 13:08:16 +02:00
parent f3d691a970
commit 8993010222

View File

@ -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|