diff options
author | unknown <monty@tik.mysql.fi> | 2001-07-10 16:09:15 +0300 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2001-07-10 16:09:15 +0300 |
commit | bfefbf8b3b05f3cefe3dda0d8e1454af7237527e (patch) | |
tree | 70d1bba8d49381f882d2acbcf6fcaa3d6f15a284 /mysql-test | |
parent | 1dd0fe2e78dcdd44ca1ff444c20049678d2d12bf (diff) | |
parent | 9914a0c8471b9ee1f041b13c11211fe277cfcd91 (diff) | |
download | mariadb-git-bfefbf8b3b05f3cefe3dda0d8e1454af7237527e.tar.gz |
merge
Docs/manual.texi:
Auto merged
Diffstat (limited to 'mysql-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; # |