Bug #79386 auto_ptr deprecation warnings in GIS code
Submitted: 23 Nov 2015 11:39 Modified: 24 Nov 2015 13:30
Reporter: Norvald Ryeng Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: GIS Severity:S3 (Non-critical)
Version:8.0.0 OS:Any
Assigned to: CPU Architecture:Any

[23 Nov 2015 11:39] Norvald Ryeng
Description:
Since WL#8896 (Enable use of C++11 in MySQL server), use of std::auto_ptr has been deprecated.

How to repeat:
Compile.

Suggested fix:
Replace with std::unique_ptr, at least in most cases.
[24 Nov 2015 13:30] Paul DuBois
Fixed in 5.8.0.

Bug affects no released version. No changelog entry needed.
[18 Jun 2016 21:34] Omer Barnir
Posted by developer:
 
Reported version value updated to reflect release name change from 5.8 to 8.0