diff options
Diffstat (limited to 'mysql-test/t/sp.test')
-rw-r--r-- | mysql-test/t/sp.test | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test index d403e94ebbb..dcfbe127f8a 100644 --- a/mysql-test/t/sp.test +++ b/mysql-test/t/sp.test @@ -8442,10 +8442,10 @@ DROP FUNCTION f1; --echo # -- End of 5.1 tests --echo # ------------------------------------------------------------------ ---echo # ---echo # LP bug#993459 Execution of PS for a query with GROUP BY ---echo # returns wrong result (see also mysql bug#13805127) ---echo # +--echo +--echo # Bug#13805127: Stored program cache produces wrong result in same THD +--echo + delimiter |; CREATE PROCEDURE p1(x INT UNSIGNED) @@ -8476,4 +8476,5 @@ CALL p1(1); CALL p1(2); CALL p1(1); -DROP PROCEDURE p1; +DROP PROCEDURE p1; + |