Showing 1-30 of 11375 (Edit, Save, CSV, Feed) Show Next 30 Entries »
ID# Date Updated Type Status Sev Version OS CPU Summary
1212262026-09-03
7:52
2026-09-03
13:01
MySQL Server: OptimizerVerified
(1 day)
S39.7.2AnyAnyWHERE int_col = CAST(decimal AS DOUBLE) index access stores the rounded key and returns wrong rows (literal path correct
1212222026-09-03
7:43
2026-09-03
12:31
MySQL Server: OptimizerVerified
(1 day)
S39.7.2AnyAnyGREATEST/LEAST mixed-type aggregation produces illegal packed dates (16383-15-31 and 7 more)
1212212026-09-03
7:42
2026-09-03
12:27
MySQL Server: OptimizerVerified
(1 day)
S39.7.2AnyAny BIT column vs BIT literal: comparator path split (column numeric, literal byte-string)
1212202026-09-03
7:41
2026-09-03
12:22
MySQL Server: OptimizerVerified
(1 day)
S39.7.2AnyAnyOne DATE constant in an IN list silently disables all other elements ('abc' IN ('abc', DATE'...') cannot find 'abc')
1212192026-09-03
7:40
2026-09-03
12:15
MySQL Server: OptimizerVerified
(1 day)
S39.7.2AnyAnyTIME column BETWEEN contradicts its decomposition: both single-sided =1, AND =1, yet BETWEEN =0
1212182026-09-03
7:36
2026-09-03
12:04
MySQL Server: OptimizerVerified
(1 day)
S39.7.2AnyAny TIME column vs TIMESTAMP/DATETIME constant: the constant's date part is silently discarded
1212162026-09-03
7:28
2026-09-03
10:13
MySQL Server: OptimizerVerified
(1 day)
S38.4AnyAnyVARCHAR column vs DATE constant: failed conversion silently acts as a "smallest sentinel"
1212142026-09-03
7:23
2026-09-03
9:16
MySQL Server: OptimizerVerified
(1 day)
S39.7.2AnyAnyTIME column compared with a >= 10^10 integer constant returns inverted results (column vs literal context semantic split
1212132026-09-02
15:24
2026-09-04
5:11
MySQL Server: OptimizerVerifiedS28.0.46, 8.4.11, 9.7.2LinuxAnyUNIQUE const-table plan evaluates `GROUPING()=1` before ROLLUP and drops the super-aggregate row
1212082026-09-02
9:04
2026-09-04
8:53
MySQL Server: OptimizerVerifiedS38.0.46, 8.4.11, 9.7.2AnyAnyMaterializing a shared `UNION` CTE changes a scalar `ORDER BY ... LIMIT` result
1212072026-09-02
9:03
2026-09-04
8:43
MySQL Server: OptimizerVerifiedS28.0.46, 8.4.11, 9.7.2AnyAnyMaterializing an `EXISTS` input changes a `RIGHT JOIN` result
1212062026-09-02
9:01
2026-09-04
7:49
MySQL Server: OptimizerVerifiedS28.0.46, 8.4.11, 9.7.2AnyAnyMaterializing a computed derived column changes a false `HAVING` result
1211882026-08-29
13:30
2026-09-01
4:50
MySQL Server: OptimizerVerified
(3 days)
S28.0.46, 8.4.11, 9.7.2AnyAnyMaterializing an `IN` subquery changes a `UNION`/`RIGHT JOIN` result
1211872026-08-29
13:28
2026-09-01
4:53
MySQL Server: OptimizerVerified
(3 days)
S28.0.46, 8.4.11, 9.7.2AnyAnyMaterializing a `TIME` expression changes comparison with `DATETIME` literals
1211842026-08-28
8:45
2026-09-01
4:59
MySQL Server: OptimizerVerified
(3 days)
S38.0.46, 8.4.11, 9.7.2AnyAnyAdding an unrelated element to a mixed-type temporal IN list flips the match result of other elements
1211832026-08-28
8:06
2026-08-31
5:50
MySQL Server: OptimizerVerified
(4 days)
S38.0.46, 8.4.11, 9.7.2AnyAnySingle-element IN (rewritten to =) errors on non-convertible string, multi-element IN silently returns FALSE — behavior
1211812026-08-28
8:03
2026-08-31
5:41
MySQL Server: OptimizerVerified
(4 days)
S28.0.46, 8.4.11, 9.7.2AnyAnyTemporal BETWEEN returns FALSE instead of NULL when LHS->temporal conversion fails (uninitialized Time_val/Date_val comp
1211792026-08-27
18:23
2026-08-28
5:01
MySQL Server: OptimizerVerified
(7 days)
S28.0.46, 8.4.11, 9.7.2AnyAnyFramed window functions return wrong results when windowing steps are skipped (const plan, implicit grouping)
1211712026-08-26
2:42
2026-08-26
5:54
MySQL Server: OptimizerVerified
(9 days)
S29.7.2, 26.07AnyAnyHypergraph optimizer loses the LATERAL dependency of a materialized derived table under ref/index access
1211572026-08-23
6:37
2026-08-25
9:36
MySQL Server: OptimizerVerified
(10 days)
S18.0.46, 8.4.11, 9.7.2AnyAnyTimezone-dependent generated column breaks UNIQUE and makes table unrestorable
1211522026-08-22
6:09
2026-08-25
6:46
MySQL Server: OptimizerVerified
(10 days)
S39.2AnyAnyCTE merge incorrectly loses the first alias when a BIT column is projected twice with different aliases
1211492026-08-21
13:17
2026-08-21
20:37
MySQL Server: OptimizerVerified
(14 days)
S29.7.1AnyAnyMySQL temporal implicit conversion changes `TIMEDIFF` predicate results after materialization
1211472026-08-21
4:11
2026-08-21
20:40
MySQL Server: OptimizerVerified
(14 days)
S39.7.1Ubuntu (22.04)AnyQUOTE() incorrectly treated as null-rejecting in outer joins
1211452026-08-20
11:33
2026-08-21
6:44
MySQL Server: OptimizerVerified
(14 days)
S38.0Ubuntu (22.04)AnyCOUNT(DISTINCT UUID()) / RAND() returns 1 under implicit grouping
1211412026-08-20
1:50
2026-08-20
5:26
MySQL Server: OptimizerVerified
(15 days)
S18.0.46, 8.4.11, 9.7.2AnyAnygroup skip scan for deduplication collapses each group to one row before a semijoin/antijoin condition on a later index
1211132026-08-18
9:22
2026-08-19
14:23
MySQL Server: OptimizerVerified
(16 days)
S38.0.46, 8.4.11, 9.7.2AnyAny`JSON_QUOTE()` metadata overflow truncates valid output
1211122026-08-18
9:20
2026-08-19
14:17
MySQL Server: OptimizerVerified
(16 days)
S38.0.46, 8.4.11, 9.7.2AnyAnyCharacter-set conversion metadata overflow causes silent data loss
1211112026-08-18
9:15
2026-08-19
8:24
MySQL Server: OptimizerVerified
(16 days)
S38.0.46, 8.4.11, 9.7.2AnyAnyHex Result Metadata Uint32 Wrap
1211022026-08-17
1:29
2026-08-21
14:11
MySQL Server: InnoDB storage engineVerified
(14 days)
S28.0.46,8.4.11,9.7.2, 26.10.0AnyAnyINPLACE rebuild may corrupt long-prefix secondary indexes
1211002026-08-16
22:04
2026-08-19
5:22
MySQL Server: OptimizerVerified
(16 days)
S38.0.46, 8.4.11, 9.7.2LinuxARM Merged `CAST(col AS CHAR) COLLATE utf8mb4_0900_bin` makes col = UPPER(col) return wrong result
  Showing 1-30 of 11375 (Edit, Save, CSV, Feed) Show Next 30 Entries »