mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -851,7 +851,7 @@ DROP TABLE t1;
|
||||
create table t1 (a int,b char(5),primary key (a), key (b(1)));
|
||||
insert ignore into t1 values ('a','b');
|
||||
Warnings:
|
||||
Warning 1366 Incorrect integer value: 'a' for column 'a' at row 1
|
||||
Warning 1366 Incorrect integer value: 'a' for column `test`.`t1`.`a` at row 1
|
||||
select 1 from t1 where a and b >= 'aa';
|
||||
1
|
||||
drop table t1;
|
||||
|
Reference in New Issue
Block a user