1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for the bug #801: create table t1 select x'41'; doesn't work

This commit is contained in:
unknown
2003-07-11 14:17:18 +05:00
parent 3a894149a7
commit 1a45c83972
3 changed files with 10 additions and 0 deletions

View File

@ -176,3 +176,5 @@ Column 'k1' cannot be null
insert into t1 values (NULL, NULL);
Column 'k1' cannot be null
drop table t1;
create table t1 select x'4132';
drop table t1;