mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.11 into 11.0
This commit is contained in:
@ -954,7 +954,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)
|
||||
{
|
||||
@ -1138,7 +1138,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