Uploaded image for project: 'MariaDB ColumnStore'
  1. MariaDB ColumnStore
  2. MCOL-4010

MCS fails to build on x86 with -Werror

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • None
    • 1.5.2
    • Build
    • None
    • 2020-7

    Description

      this is mainly type differences in printf formats and casts, and signed/unsigned comparisons (the latter isn't x86 only issue).

      The patch is attached. tested on xenial-i386 and xenial-amd64.

      the main issue was that int64_t is defined as long on amd64 and longlong on x86. This means neither "%ld" nor "%lld" will work on all platforms.

      Attachments

        Issue Links

          Activity

            People

              drrtuy Roman
              serg Sergei Golubchik
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.