Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-641 Full DECIMAL support in ColumnStore
  3. MCOL-4313

Release builds contains ASM that either crashes processes or affects query results

    XMLWordPrintable

Details

    • Sub-Task
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • None
    • PrimProc
    • None
    • 2020-1, 2020-2, 2020-3, 2020-4, 2020-5, 2020-6, 2020-7, 2021-1, 2021-2, 2021-3, 2021-4, 2021-5, 2021-6, 2021-7, 2021-8, 2021-9

    Description

      This only affects decimal(38)

      There are two known issues caused by -OX flags of gcc.
      GCC <= 9.2 with -O2 tends to use movdqa instruction for int128_t asignment operations that fails on unaligned memory addresses. Here is some information.

      There is an issue with count(distinct d1) expressions used in projections. Repetitions of the query produces different results for the same data set.

      SELECT count(distinct d1) FROM cs1;
      

      Attachments

        Activity

          People

            drrtuy Roman
            drrtuy Roman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.