Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-12488

Remove type mismatch in InnoDB printf-like calls

Details

    • 10.1.23

    Description

      https://s3.amazonaws.com/archive.travis-ci.org/jobs/220849959/log.txt

      In file included from /Users/travis/build/grooverdan/mariadb-server/storage/innobase/btr/btr0btr.cc:41:
       
      In file included from /Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/lock0lock.h:1112:
       
      In file included from /Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/lock0lock.ic:29:
       
      In file included from /Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/row0row.h:390:
       
      In file included from /Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/row0row.ic:28:
       
      In file included from /Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/trx0undo.h:34:
       
      In file included from /Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/trx0sys.h:40:
       
      /Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/read0types.h:220:4: warning: format specifies type 'unsigned long' but the argument has type 'trx_id_t' (aka 'unsigned long long') [-Wformat]
       
                              m_low_limit_id, m_up_limit_id);
       
                              ^~~~~~~~~~~~~~
       
      /Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/read0types.h:220:20: warning: format specifies type 'unsigned long' but the argument has type 'trx_id_t' (aka 'unsigned long long') [-Wformat]
       
                              m_low_limit_id, m_up_limit_id);
       
                                              ^~~~~~~~~~~~~
      ,

      Attachments

        Issue Links

          Activity

            danblack Daniel Black added a comment - - edited

            I just picked up on the OSX errors after looking on Travis (haven't got hardware myself).

            Seems almost ok for -Wformat for 10.0 with one error on 10.1

            (bb-10.2-marko in progress https://travis-ci.org/MariaDB/server/builds/224207229).

            10.1 warnings seem to be less and in different spots: http://buildbot.askmonty.org/buildbot/builders/mac-1012-bintar/builds/1278

            danblack Daniel Black added a comment - - edited I just picked up on the OSX errors after looking on Travis (haven't got hardware myself). Seems almost ok for -Wformat for 10.0 with one error on 10.1 10.0: https://travis-ci.org/grooverdan/mariadb-server/jobs/224218995 10.1: https://travis-ci.org/grooverdan/mariadb-server/jobs/224218529 (line 6139) (bb-10.2-marko in progress https://travis-ci.org/MariaDB/server/builds/224207229 ). 10.1 warnings seem to be less and in different spots: http://buildbot.askmonty.org/buildbot/builders/mac-1012-bintar/builds/1278
            jplindst Jan Lindström (Inactive) added a comment - - edited

            Hi, 10.0/10.1 is ok to push.

            jplindst Jan Lindström (Inactive) added a comment - - edited Hi, 10.0/10.1 is ok to push.

            Thanks, I pushed the 10.0 and merged to 10.1, with some problems from danblack’s build logs addressed.

            Revised 10.2 patch: bb-10.2-marko

            marko Marko Mäkelä added a comment - Thanks, I pushed the 10.0 and merged to 10.1, with some problems from danblack ’s build logs addressed. Revised 10.2 patch: bb-10.2-marko

            ok to push 10.2.

            jplindst Jan Lindström (Inactive) added a comment - ok to push 10.2.
            danblack Daniel Black added a comment -

            Thanks again.

            danblack Daniel Black added a comment - Thanks again.

            People

              marko Marko Mäkelä
              danblack Daniel Black
              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.