Bug #91773 broken ndbcluster build with /OPT/DEVELOPERSTUDIO12.6/BIN/CC
Submitted: 24 Jul 2018 8:01 Modified: 26 Jul 2018 13:23
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.13 OS:Any
Assigned to: CPU Architecture:Any

[24 Jul 2018 8:01] Tor Didriksen
Description:
storage/ndb/src/ndbjtie/ndbjtie_lib.cpp", line 66:
Error: Template "_jtie_ObjectMapper<c_m_n_n_NdbDictionary_Datafile>::ctor::member_name" cannot be specialized after it was instantiated.

How to repeat:
cmake -DWITH_NDBCLUSTER=1 and compiler:
/opt/developerstudio12.5/bin/CC

Suggested fix:
The fix is to the most special template instantiations first, *then* the more generic ones.
[26 Jul 2018 13:23] Paul DuBois
Posted by developer:
 
Fixed in 8.0.13.

Bug affects no released version. No changelog entry needed.