Details

    Description

      When building MariaDB 10.0.14 using clang 3.3 on FreeBSD amd64, there's a compile error in storage/connect/filamap.h

      107: virtual int GetNextPos(void)

      {return (int)Fpos + Nrec;}

      error: cast from pointer to smaller type 'int' loses information

      int is a 32-bit type this will not fit a memory address of a 64-bit platform. This should probably be handled using a uintptr_t type which should be available on all platforms.

      Attachments

        Issue Links

          Activity

            spil Bernard Spil created issue -
            spil Bernard Spil made changes -
            Field Original Value New Value
            Attachment patch-storage_connect_filamap.cpp [ 34410 ]
            spil Bernard Spil made changes -
            Attachment patch-storage_connect_filamap.h [ 34409 ]
            spil Bernard Spil made changes -
            Attachment patch-storage_connect_filamap.h [ 34411 ]
            Attachment patch-storage_connect_filamap.cpp [ 34412 ]
            spil Bernard Spil made changes -
            Attachment patch-storage_connect_array.cpp [ 34413 ]
            elenst Elena Stepanova made changes -
            Fix Version/s 10.0 [ 16000 ]
            Assignee Olivier Bertrand [ bertrandop ]
            Labels connect-engine
            bertrandop Olivier Bertrand made changes -
            Fix Version/s 10.0.15 [ 17300 ]
            Resolution Fixed [ 1 ]
            Status Open [ 1 ] Closed [ 6 ]
            bertrandop Olivier Bertrand made changes -
            Resolution Fixed [ 1 ]
            Status Closed [ 6 ] Stalled [ 10000 ]
            spil Bernard Spil made changes -
            Attachment patch-storage_connect_array.cpp [ 34413 ]
            spil Bernard Spil made changes -
            Attachment patch-storage_connect_filamap.cpp [ 34412 ]
            spil Bernard Spil made changes -
            Attachment patch-storage_connect_filamap.h [ 34411 ]
            spil Bernard Spil made changes -
            Attachment patch-storage_connect_filamap.h [ 34415 ]
            Attachment patch-storage_connect_filamap.cpp [ 34416 ]
            Attachment patch-storage_connect_array.cpp [ 34417 ]
            bertrandop Olivier Bertrand made changes -
            Resolution Fixed [ 1 ]
            Status Stalled [ 10000 ] Closed [ 6 ]
            serg Sergei Golubchik made changes -
            Fix Version/s 10.0 [ 16000 ]
            bertrandop Olivier Bertrand made changes -
            ratzpo Rasmus Johansson (Inactive) made changes -
            Workflow MariaDB v2 [ 55044 ] MariaDB v3 [ 65142 ]
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 65142 ] MariaDB v4 [ 148266 ]

            People

              bertrandop Olivier Bertrand
              spil Bernard Spil
              Votes:
              0 Vote for this issue
              Watchers:
              2 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.