1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Renamed Type_all_attributes::set_maybe_null() to set_type_maybe_null()

This was done to have Item::set_maybe_null() as an inline function
This commit is contained in:
Monty
2020-08-18 23:24:09 +03:00
committed by Sergei Golubchik
parent c6bf04ab2e
commit cd1782d26a
5 changed files with 9 additions and 4 deletions

View File

@ -3306,7 +3306,7 @@ public:
:Type_std_attributes(other)
{ }
virtual ~Type_all_attributes() {}
virtual void set_maybe_null(bool maybe_null_arg)= 0;
virtual void set_type_maybe_null(bool maybe_null_arg)= 0;
// Returns total number of decimal digits
virtual decimal_digits_t decimal_precision() const= 0;
virtual const TYPELIB *get_typelib() const= 0;