1
0
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:
Marko Mäkelä
2023-02-16 13:34:45 +02:00
493 changed files with 7008 additions and 2592 deletions

View File

@ -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