mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.8 into 10.9
This commit is contained in:
@ -944,7 +944,7 @@ protected:
|
||||
class Table_read_cursor : public Rowid_seq_cursor
|
||||
{
|
||||
public:
|
||||
virtual ~Table_read_cursor() {}
|
||||
virtual ~Table_read_cursor() = default;
|
||||
|
||||
void init(READ_RECORD *info)
|
||||
{
|
||||
@ -1128,7 +1128,7 @@ public:
|
||||
|
||||
virtual bool is_outside_computation_bounds() const { return false; };
|
||||
|
||||
virtual ~Frame_cursor() {}
|
||||
virtual ~Frame_cursor() = default;
|
||||
|
||||
/*
|
||||
Regular frame cursors add or remove values from the sum functions they
|
||||
|
Reference in New Issue
Block a user