mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-21445 Strange/inconsistent behavior of IN condition when mixing numbers and strings
This commit is contained in:
@ -913,7 +913,7 @@ Warnings:
|
||||
Warning 1366 Incorrect integer value: 'three' for column `test`.`t2`.`b` at row 2
|
||||
UPDATE v SET a = NULL;
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'foo'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'foo'
|
||||
DROP view v;
|
||||
DROP TABLE t1, t2;
|
||||
SET @save_isp=@@innodb_stats_persistent;
|
||||
|
Reference in New Issue
Block a user