diff options
author | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2012-10-29 12:47:01 +0400 |
---|---|---|
committer | Alexander Nozdrin <alexander.nozdrin@oracle.com> | 2012-10-29 12:47:01 +0400 |
commit | 6b7419d3d089694b6cfe47e7e7f23e9bc436c696 (patch) | |
tree | 360dc33d0e19a8708f4475356439da580d5d5372 /mysql-test/r/sp_notembedded.result | |
parent | d13554b1f90f7bef1d31ef66dc90eb6738a9f90f (diff) | |
download | mariadb-git-6b7419d3d089694b6cfe47e7e7f23e9bc436c696.tar.gz |
Fix sp_notembedded.test.
Diffstat (limited to 'mysql-test/r/sp_notembedded.result')
-rw-r--r-- | mysql-test/r/sp_notembedded.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sp_notembedded.result b/mysql-test/r/sp_notembedded.result index 0e74677db02..7d350cbe06c 100644 --- a/mysql-test/r/sp_notembedded.result +++ b/mysql-test/r/sp_notembedded.result @@ -248,7 +248,6 @@ CREATE PROCEDURE p1(i INT) BEGIN END; DROP PROCEDURE p1; DELETE FROM mysql.user WHERE User='mysqltest_1'; FLUSH PRIVILEGES; -set @@global.concurrent_insert= @old_concurrent_insert; # # Bug#44521 Prepared Statement: CALL p() - crashes: `! thd->main_da.is_sent' failed et.al. # @@ -302,3 +301,4 @@ DROP EVENT teste_bug11763507; # ------------------------------------------------------------------ # -- End of 5.1 tests # ------------------------------------------------------------------ +set @@global.concurrent_insert= @old_concurrent_insert; |