From 4ca9718375f3bc69135009fa66a75af3c33e81e4 Mon Sep 17 00:00:00 2001 From: "ram@mysql.r18.ru" <> Date: Fri, 11 Jul 2003 14:17:18 +0500 Subject: Fix for the bug #801: create table t1 select x'41'; doesn't work --- mysql-test/t/create.test | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mysql-test/t/create.test') diff --git a/mysql-test/t/create.test b/mysql-test/t/create.test index 86c3f6be0f5..d46807f1dca 100644 --- a/mysql-test/t/create.test +++ b/mysql-test/t/create.test @@ -127,3 +127,10 @@ insert into t1 values ("a", 1), ("b", 2); !$1048 insert into t1 values (NULL, 3); !$1048 insert into t1 values (NULL, NULL); drop table t1; + +# +# Bug # 801 +# + +create table t1 select x'4132'; +drop table t1; -- cgit v1.2.1