Showing 1-30 of 11251 (Edit, Save, CSV, Feed) Show Next 30 Entries »
ID# Date Updated Type Status Sev Version OS CPU Summary
1207372026-06-22
8:28
2026-06-22
10:31
MySQL Server: OptimizerVerified
(1 day)
S18.0.45AnyAnyInconsistent CAST Handling of Out-of-Range TEXT Values in Single Table vs. View/Join Paths
1207342026-06-20
14:02
2026-06-22
9:59
MySQL Server: OptimizerVerified
(1 day)
S18.0.45AnyAnyConstant Table Optimization Ignores WHERE Condition for MAX(DISTINCT), Returning Incorrect Non-NULL Value
1207332026-06-20
13:38
2026-06-22
9:29
MySQL Server: OptimizerVerified
(1 day)
S1MySQL 9.6AnyAnyDISTINCTROW with ROW_NUMBER() Derived Table and GROUP BY Causes Duplicate Removal Key to Miss a Non‑Aggregate Column, Me
1207322026-06-20
13:22
2026-06-22
6:37
MySQL Server: OptimizerVerified
(1 day)
S3MySQL 9.6Any (Storage Engine: InnoDB)AnyDerived Table Merging Causes Incorrect Duplicate Removal with DISTINCT + GROUP BY + SUM(DISTINCT EXISTS(subquery))
1207162026-06-17
12:31
2026-06-17
12:53
MySQL Server: OptimizerVerified
(6 days)
S18.0.45Any (Storage Engine: MEMORY)AnyMEMORY Engine Empty Outer Join Derived Table Causes Incorrect Aggregate Result (Should Be NULL)
1206902026-06-15
13:33
2026-06-16
7:40
MySQL Server: DMLVerified
(7 days)
S38.0.46AnyAnyCHAR type: inconsistent behavior between WHERE clause and UNIQUE constraint when comparing strings with trailing spaces
1206872026-06-15
8:48
2026-06-15
11:06
MySQL Server: JSONVerified
(8 days)
S39.7.0AnyAnyIncorrect result of MEMBER OF
1206692026-06-13
17:29
2026-06-16
5:35
MySQL Server: OptimizerVerified
(7 days)
S39.6.0UbuntuAnyIncorrect result for `CASE + LIKE + XOR` with `||`
1206682026-06-13
17:28
2026-06-15
12:40
MySQL Server: OptimizerVerified
(8 days)
S39.6.0UbuntuAnyIncorrect result for `LEAST(...) IN (col)`
1206662026-06-12
15:58
2026-06-16
6:23
MySQL Server: OptimizerVerified
(8 days)
S59.7.0AnyAnyOptimizer fails to convert ABS(column) < constant to range scan, resulting in full table scan
1206642026-06-12
7:56
2026-06-15
8:33
MySQL Server: JSONVerified
(8 days)
S39.6.0AnyAnyINDEX hint blocks generated column substitution for multi-valued indexes with MEMBER OF
1206412026-06-09
10:23
2026-06-09
11:07
MySQL Server: OptimizerVerified
(14 days)
S19.7.0Any (Storage Engine: InnoDB)AnyDerived condition pushdown causes wrong row filtering due to incorrect constant folding with any_value() aggregation
1206402026-06-09
10:13
2026-06-09
11:00
MySQL Server: OptimizerVerified
(14 days)
S39.6.0Ubuntu (22.04)AnyWHERE NULLIF(...) IS NULL returns rows when NULLIF is non-NULL
1206392026-06-09
10:08
2026-06-09
10:52
MySQL Server: OptimizerVerified
(14 days)
S18.0.46Any (Storage Engine: InnoDB)AnyCOUNT(*) on an indexed integer column produces incorrect results when the WHERE clause uses NOT (IFNULL(non-integer cons
1206142026-06-03
23:45
2026-06-04
9:52
MySQL Server: OptimizerVerified
(19 days)
S38.0.45WindowsAnyLOWER() truncates trailing characters after character Ⱥ
1206022026-06-02
11:44
2026-06-03
8:05
MySQL Server: InnoDB storage engineVerified
(20 days)
S28.0.46, 8.4.9, 9.7.0AnyAnyMemory leak in fil_ibd_same_as_default_path()
1205842026-06-01
5:18
2026-06-01
7:16
MySQL Server: OptimizerVerified
(22 days)
S28.0.45AnyAnyOptimizer picks BIGINT gen col index for DECIMAL expression, BIGINT truncation falsely matches fractional values
1205832026-06-01
2:10
2026-06-01
5:33
MySQL Server: OptimizerVerified
(22 days)
S29.7.0AnyAnyJOIN_ORDER hint causes "Optimizer failed to find a plan" with a leading derived table and same table names in nested sql
1205822026-05-31
10:11
2026-06-01
6:13
MySQL Server: OptimizerVerified
(22 days)
S38.0.44MacOSAnyunique index causes incorrect result when comparing DOUBLE and BIGINT
1205812026-05-31
9:02
2026-06-01
6:17
MySQL Server: OptimizerVerified
(22 days)
S28.0.44MacOSAnyunique index causes incorrect result for IN comparison with implicit type conversion
1205802026-05-31
7:52
2026-06-01
6:21
MySQL Server: OptimizerVerified
(22 days)
S38.0.44AnyAnyMyISAM prefix index causes incorrect range query result
1205792026-05-30
11:39
2026-06-01
6:53
MySQL Server: OptimizerVerified
(22 days)
S38.0.45AnyAnyLIKE query returns inconsistent results with MyISAM prefix index
1205782026-05-30
9:05
2026-06-01
5:47
MySQL Server: OptimizerVerified
(22 days)
S38.0.45AnyAnyMultiple-Column Index Creation Changes Query Results
1205552026-05-27
8:22
2026-05-27
11:39
MySQL Server: OptimizerVerified
(27 days)
S28.0.45UbuntuAnyEquivalent VIEW and CTE queries return different row counts with EXISTS, BINARY ENUM comparison, and LEFT JOIN
1205432026-05-25
9:57
2026-05-27
5:37
MySQL Server: OptimizerVerified
(27 days)
S28.4.8AnyAnyMySQL `MERGE` vs `TEMPTABLE` view evaluation changes `MAX(SET)` result
1205352026-05-24
5:29
2026-05-26
12:42
MySQL Server: OptimizerVerified
(28 days)
S38.0.45AnyAnyIncorrect Query Result: IN and NOT IN return the same row simultaneously (boolean logic violation)
1205342026-05-24
5:19
2026-05-26
12:26
MySQL Server: OptimizerVerified
(28 days)
S38.0.45AnyAnyWrong Query Result Due to Incorrect Evaluation of GREATEST() with Mixed Types in OR (||) Boolean Context
1205332026-05-23
12:35
2026-05-26
8:30
MySQL Server: OptimizerVerified
(28 days)
S28.0.45Ubuntux86A LEFT JOIN over DECIMAL ZEROFILL UNIQUE wrongly loses an obvious match
1205312026-05-23
12:33
2026-05-26
7:24
MySQL Server: OptimizerVerified
(28 days)
S28.0.45Ubuntux86A NULL comparison inside an IN subquery becomes spuriously true in the original path
1205272026-05-22
11:47
2026-06-01
9:39
MySQL Server: OptimizerVerified
(22 days)
S29.6.0LinuxAnyFULLTEXT index scan with ORDER BY and numeric WHERE filter returns empty result set
  Showing 1-30 of 11251 (Edit, Save, CSV, Feed) Show Next 30 Entries »