diff options
Diffstat (limited to 'mysql-test/t/sp-error.test')
-rw-r--r-- | mysql-test/t/sp-error.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sp-error.test b/mysql-test/t/sp-error.test index a6005c3611a..69b1f77aa35 100644 --- a/mysql-test/t/sp-error.test +++ b/mysql-test/t/sp-error.test @@ -586,7 +586,7 @@ begin end| set @x = 0| ---error ER_DUP_ENTRY_WITH_KEY_NAME +--error ER_DUP_ENTRY call bug3279(@x)| select @x| drop procedure bug3279| |