Bug #118224 | When a constant value is replaced by the LEST function, the sql returns different value; | ||
---|---|---|---|
Submitted: | 19 May 2:46 | Modified: | 19 May 7:47 |
Reporter: | SamonBing SamonBing | Email Updates: | |
Status: | Analyzing | Impact on me: | |
Category: | MySQL Server: DML | Severity: | S3 (Non-critical) |
Version: | 8.0.41 | OS: | Any |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[19 May 2:46]
SamonBing SamonBing
[19 May 7:46]
SamonBing SamonBing
Supplement the table structure and data: CREATE TABLE `hbtest` ( `c0` bigint /*!50606 STORAGE DISK */ DEFAULT NULL COMMENT 'asdf', KEY `i0` (`c0`) ); insert into hbtest values(1);
[19 May 7:47]
SamonBing SamonBing
Supplement the table structure and data: CREATE TABLE `hbtest` ( `c0` bigint /*!50606 STORAGE DISK */ DEFAULT NULL COMMENT 'asdf', KEY `i0` (`c0`) ); insert into hbtest values(1);