From 8bc88a4940699c7a8303ec76a5efa097dfffe9ff Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Tue, 2 May 2017 15:58:26 +0400 Subject: [PATCH] =?UTF-8?q?Fixing=20a=20warning:=20=E2=80=98class=20Type?= =?UTF-8?q?=5Fall=5Fattributes=E2=80=99=20has=20...=20non-virtual=20destru?= =?UTF-8?q?ctor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/sql_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sql/sql_type.h b/sql/sql_type.h index c61142d0a7b..67a302e1f8d 100644 --- a/sql/sql_type.h +++ b/sql/sql_type.h @@ -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; /*