mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.3 into 10.4
This commit is contained in:
@ -4832,6 +4832,10 @@ public:
|
||||
*this= *def;
|
||||
}
|
||||
bool set_compressed(const char *method);
|
||||
bool set_compressed_deprecated(THD *thd, const char *method);
|
||||
bool set_compressed_deprecated_column_attribute(THD *thd,
|
||||
const char *pos,
|
||||
const char *method);
|
||||
void set_compression_method(Compression_method *compression_method_arg)
|
||||
{ compression_method_ptr= compression_method_arg; }
|
||||
Compression_method *compression_method() const
|
||||
|
Reference in New Issue
Block a user