Issues fixed in MarkLogic Server 10.0-6.4
- Last Updated: April 6, 2026
- 1 minute read
- MarkLogic Server
- Documentation
Released: May 3, 2021
The following issues have been addressed in this release:
| Platform | Component | Bug ID | Details |
|---|---|---|---|
| all | SQL | BUG-55716 | SQL Query duplicate data An SQL Query sometimes returns duplicate data even though the data has not changed. When this occurs, incorrect left join results were responsible. |
| all | SQL | BUG-55734 | LEFT OUTER JOIN in SQL or Optic with ORDER BY LEFT OUTER JOIN in SQL or Optic with ORDER BY gives inconsistent results. When the bug occurs, no results are returned, despite there being valid results. |
| windows(64-bit) | Optic API | BUG-55743 | Optic Query Segmentation Fault. Segfault in StaticTypeRewriter::visitImpl(const SPARQLProject*) and in ProjectPlanIterator::nextBuffer() |
| all | SQL | BUG-55949 | SQL queries with null check OR'd with a comparison SQL queries with (<column> is null OR <column> <comparison>) may return incorrect result. Extra rows are sometimes returned from a SQL query with a NULL check OR'ed with a comparison on the same column |
| all | SQL | BUG-56025 | Ambiguous column error with IBM Information Analyzer Binding a column in SQL selects, SPARQL, or Optic API with the same column name as an existing column results in ambiguous column error. |