1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixing a warning: ‘class Type_all_attributes’ has ... non-virtual destructor

This commit is contained in:
Alexander Barkov
2017-05-02 15:58:26 +04:00
parent 746f794c43
commit 8bc88a4940

View File

@ -465,6 +465,7 @@ public:
Type_all_attributes(const Type_all_attributes *other)
:Type_std_attributes(other)
{ }
virtual ~Type_all_attributes() {}
// Returns total number of decimal digits
virtual uint decimal_precision() const= 0;
/*