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:
@ -297,12 +297,12 @@ id
|
||||
2
|
||||
3
|
||||
Warnings:
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'hello'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'hello'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'hello'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'hello'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'hello'
|
||||
Warning 1292 Truncated incorrect DOUBLE value: 'hello'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'hello'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'hello'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'hello'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'hello'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'hello'
|
||||
Warning 1292 Truncated incorrect DECIMAL value: 'hello'
|
||||
select @@profiling;
|
||||
@@profiling
|
||||
1
|
||||
|
Reference in New Issue
Block a user