diff options
Diffstat (limited to 'mysql-test/t/varbinary.test')
-rw-r--r-- | mysql-test/t/varbinary.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/varbinary.test b/mysql-test/t/varbinary.test index 7b0050fb2eb..6d2660271ea 100644 --- a/mysql-test/t/varbinary.test +++ b/mysql-test/t/varbinary.test @@ -21,7 +21,7 @@ drop table t1; # --error 1064 select x'hello'; ---error 1064 +--error 1054 select 0xfg; # |