Showing 1-30 of 11350 (Edit, Save, CSV, Feed) Show Next 30 Entries »
ID# Date Updated Type Status Sev Version OS CPU Summary
1201112026-03-19
9:14
2026-03-19
14:10
MySQL Server: JSONVerified
(1 day)
S38.0.45AnyAnyUnexpected row elimination when using DISTINCT on JSON_SET output
1201102026-03-19
9:04
2026-03-19
14:07
MySQL Server: JSONVerified
(1 day)
S38.0.45AnyAnyWrong result: DISTINCT eliminates JSON_OBJECT result containing NULL value
1201092026-03-19
9:01
2026-03-19
14:03
MySQL Server: JSONVerified
(1 day)
S38.0.45AnyAnyWrong result: DISTINCT eliminates JSON_ARRAY(NULL) result
1201072026-03-19
8:40
2026-03-19
13:34
MySQL Server: JSONVerified
(1 day)
S38.0.45AnyAnyDISTINCT eliminates non-duplicate rows for JSON_OBJECTAGG results
1201062026-03-19
7:49
2026-03-19
8:33
MySQL Server: OptimizerVerified
(1 day)
S18.0.45AnyAnyOptimizer incorrectly handles constant derived table in RIGHT JOIN
1201022026-03-19
1:34
2026-03-19
8:22
MySQL Server: JSONVerified
(1 day)
S38.0.45AnyAnyIncorrect DISTINCT behavior with JSON_ARRAYAGG when aggregating NULL-only groups
1200992026-03-18
12:08
2026-03-19
8:04
MySQL Server: OptimizerVerified
(1 day)
S18.0.45AnyAnyQuery returns wrong result when condition involves CAST(division AS CHAR)
1200982026-03-18
9:58
2026-03-18
10:59
MySQL Server: OptimizerVerified
(2 days)
S18.0.45AnyAnyIncorrect result when using EXISTS with INTERSECT ALL and correlated subquery
1200972026-03-18
9:34
2026-03-18
9:48
MySQL Server: OptimizerVerified
(2 days)
S18.0.45AnyAnyIncorrect result set when use INTERSECT ALL
1200942026-03-18
8:29
2026-03-18
9:35
MySQL Server: OptimizerVerified
(2 days)
S18.0.45AnyAnyQuery returns incorrect results due to incorrect handling of predicate logic
1200912026-03-18
6:13
2026-03-18
9:01
MySQL Server: OptimizerVerified
(2 days)
S38.0.45Linuxx86Incorrect result with OUTER JOIN on DECIMAL compared to floating-point condition when partitioned by IS NOT NULL predica
1200872026-03-17
13:12
2026-03-18
4:58
MySQL Server: OptimizerVerified
(2 days)
S28.0.45Linuxx86Incorrect result with RIGHT JOIN and IS NULL predicate on partitioned indexed table
1200852026-03-17
9:54
2026-03-17
11:18
MySQL Server: DDLVerified
(3 days)
S38.0.41AnyAnyDeadlock between ALTER TABLESPACE RENAME and CREATE INDEX ... ALGORITHM=INPLACE due to inconsistent MDL acquisition orde
1200842026-03-17
9:40
2026-03-17
11:47
MySQL Server: OptimizerVerified
(3 days)
S38.0.45Linuxx86Incorrect result with string-to-decimal comparison in OUTER JOIN condition
1200832026-03-17
8:59
2026-03-17
11:38
MySQL Server: OptimizerVerified
(3 days)
S28.0.45Linuxx86incorrect result when comparing floating constant in OUTER JOIN condition
1200822026-03-17
8:09
2026-03-17
11:52
MySQL Server: OptimizerVerified
(3 days)
S68.0.44AnyAnyDebug assert failure in Item::tmp_table_field_from_field_type() when using CAST(expr AS YEAR) with UNION
1200752026-03-16
14:26
2026-03-18
3:12
MySQL Server: OptimizerVerified
(2 days)
S18.0.45Linux (ubuntu 20.04)x86Silent Data Truncation of DOUBLE (DBL_MAX) in Subqueries/Temporary Tables
1200582026-03-14
10:40
2026-03-14
14:52
MySQL Server: OptimizerVerified
(6 days)
S38.0.45AnyAnyUPDATE IGNORE fails to match rows when combining OR-weakened predicates with complex CASE expressions
1200572026-03-14
4:32
2026-03-14
14:43
MySQL Server: OptimizerVerified
(6 days)
S38.0.45AnyAnyMulti-table UPDATE with CTE returns zero rows when weakening a predicate from '=' to '<='
1200562026-03-14
4:22
2026-03-14
14:24
MySQL Server: OptimizerVerified
(6 days)
S38.0.45AnyAnyUPDATE IGNORE returns empty result after weakening WHERE clause with OR in a JOIN context
1200512026-03-13
9:31
2026-03-13
21:16
MySQL Server: OptimizerVerified
(7 days)
S18.0.45Linux (ubuntu 20.04)AnyWrong result for derived-table rewrite of GROUP BY ... HAVING query
1200472026-03-13
5:08
2026-03-13
5:57
MySQL Server: OptimizerVerified
(7 days)
S39.5.0AnyAnyIncorrect empty update result when weakening WHERE clause in UPDATE IGNORE with CROSS JOIN and IN subquery
1200372026-03-12
2:46
2026-03-13
11:31
MySQL Server: OptimizerVerified
(7 days)
S38.4.8AnyAnyQuery Results Differ Between Tables with Same Data and Query Due to RENAME Operation
1200362026-03-12
2:09
2026-03-13
13:15
MySQL Server: OptimizerVerified
(7 days)
S38.0.45AnyAnyDifferent results for semantically equivalent expressions using CASE and MIN(CASE ...) with GROUP BY on a FLOAT column
1200342026-03-11
15:13
2026-03-11
21:10
MySQL Server: OptimizerVerified
(9 days)
S38.4.8AnyAnyWrong Results with LOG(1, N) <=> NULL: UNIQUE Constraint Causes Incorrect Row Deduplication
1200332026-03-11
15:01
2026-03-11
21:02
MySQL Server: OptimizerVerified
(9 days)
S38.4.8AnyAnyInconsistent Results with SUBTIME(1, SYSDATE()) in HAVING Clause: UNIQUE Constraint Affects Optimizer Evaluation
1200322026-03-11
14:56
2026-03-11
20:56
MySQL Server: OptimizerVerified
(9 days)
S38.4.8AnyAnyInconsistent Aggregation Results in Derived Tables: PRIMARY KEY Affects AVG(NOT(...)) Evaluation and Optimizer Execution
1200312026-03-11
14:48
2026-03-11
20:46
MySQL Server: OptimizerVerified
(9 days)
S38.4.8AnyAnyInconsistent INTERSECT Results in Derived Tables: Impact of PRIMARY KEY on JSON_OBJECTAGG and LEAST Operators
1200302026-03-11
14:44
2026-03-11
20:31
MySQL Server: OptimizerVerified
(9 days)
S38.4.8AnyAnyQuery Results Differ Due to Primary Key and INTERSECT Operation
1200292026-03-11
14:42
2026-03-11
20:19
MySQL Server: OptimizerVerified
(9 days)
S38.4.8AnyAnyQuery Results Differ Due to Primary Key Column - Issue with MIN, MAX, and Time-Related Functions
  Showing 1-30 of 11350 (Edit, Save, CSV, Feed) Show Next 30 Entries »