Bug #9631 'sp' test fails with embedded server
Submitted: 5 Apr 2005 0:54 Modified: 1 Mar 2006 18:27
Reporter: Jim Winstead Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Embedded Library ( libmysqld ) Severity:S2 (Serious)
Version:5.0 OS:
Assigned to: Alexey Botchkov CPU Architecture:Any

[5 Apr 2005 0:54] Jim Winstead
Description:
The 'sp' test fails with the embedded server, with the following error:

mysql_embedded: At line 610: query 'call goto1()' failed: 1312: SELECT in a stored procedure must have INTO

The type_newdecimal test also fails with a similar error.

How to repeat:
Run mysql-test-run --embedded-server sp
[1 Mar 2006 18:27] Mike Hillyer
Documented in 5.0.19 changelog:

      <listitem>
        <para>
          Embedded server failed the stored procedure test. (Bug #9631)
        </para>
      </listitem>