-
Knut Anders Hatlen authored
Problem: Clang 3.9 emits the following warning: "destructor called on non-final 'Json_path' that has virtual functions but non-virtual destructor" Fix: Add a virtual destructor to Json_path's base class. This fix is for mysql-5.7 only. The destructor is already virtual in mysql-trunk.
Knut Anders Hatlen authoredProblem: Clang 3.9 emits the following warning: "destructor called on non-final 'Json_path' that has virtual functions but non-virtual destructor" Fix: Add a virtual destructor to Json_path's base class. This fix is for mysql-5.7 only. The destructor is already virtual in mysql-trunk.
Loading