diff options
Diffstat (limited to 'mysql-test/t/plugin.test')
-rw-r--r-- | mysql-test/t/plugin.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/plugin.test b/mysql-test/t/plugin.test index 406821e7a7c..6b0308cfc32 100644 --- a/mysql-test/t/plugin.test +++ b/mysql-test/t/plugin.test @@ -81,7 +81,7 @@ set session sql_mode=@old_sql_mode; # finally, show that conditions that already raised an error are not # adversely affected (error was already sent, do nothing) ---error ER_INCORRECT_GLOBAL_LOCAL_VAR +--error ER_WRONG_VALUE_FOR_VAR set session old=bla; ############################################################### |