Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
5.5.33a
-
None
-
None
-
None
-
Ubuntu 64bit
Description
Linking CXX shared library libtokufractaltree.so
|
/usr/src/mariadb/storage/tokudb/ft-index/ft/logger.cc: In function '_Z30toku_logger_open_with_last_xidPKcP10tokuloggerm.part.10':
|
/usr/src/mariadb/storage/tokudb/ft-index/ft/txn_manager.cc:1019:37: error: 'last_xid_if_clean_shutdown' may be used uninitialized in this function [-Werror=maybe-uninitialized]
|
txn_manager->last_xid = last_xid;
|
^
|
/usr/src/mariadb/storage/tokudb/ft-index/ft/logger.cc:239:11: note: 'last_xid_if_clean_shutdown' was declared here
|
TXNID last_xid_if_clean_shutdown;
|
^
|
lto1: all warnings being treated as errors
|
lto-wrapper: /usr/bin/c++ returned 1 exit status
|
/usr/bin/ld: lto-wrapper failed
|
collect2: error: ld returned 1 exit status
|
make[2]: *** [storage/tokudb/ft-index/src/libtokufractaltree.so] Error 1
|
make[1]: *** [storage/tokudb/ft-index/src/CMakeFiles/tokufractaltree.dir/all] Error 2
|
make: *** [all] Error 2
|
Attachments
Issue Links
- is blocked by
-
MDEV-5216 5.5.34 merge
- Closed