Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
-
None
-
Osx clang
-
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:
|
|
[1m/Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/read0types.h:220:4: [0m[0;1;35mwarning: [0m[1mformat specifies type 'unsigned long' but the argument has type 'trx_id_t' (aka 'unsigned long long') [-Wformat][0m
|
|
m_low_limit_id, m_up_limit_id);
|
|
[0;1;32m ^~~~~~~~~~~~~~
|
|
[0m[1m/Users/travis/build/grooverdan/mariadb-server/storage/innobase/include/read0types.h:220:20: [0m[0;1;35mwarning: [0m[1mformat specifies type 'unsigned long' but the argument has type 'trx_id_t' (aka 'unsigned long long') [-Wformat][0m
|
|
m_low_limit_id, m_up_limit_id);
|
|
[0;1;32m ^~~~~~~~~~~~~
|
,
|
Attachments
Issue Links
- relates to
-
MDEV-12534 Use atomic operations whenever available
- Closed