mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
after-merge fix
This commit is contained in:
parent
71e8b59126
commit
8522470199
1 changed files with 1 additions and 0 deletions
|
@ -1279,6 +1279,7 @@ t1 CREATE TABLE `t1` (
|
|||
PRIMARY KEY (`a`)
|
||||
) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
||||
drop table t1;
|
||||
set @@sql_mode='traditional';
|
||||
create table t1(a bit(2));
|
||||
insert into t1 values(b'101');
|
||||
ERROR 22001: Data too long for column 'a' at row 1
|
||||
|
|
Loading…
Reference in a new issue