1
0
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:
Marko Mäkelä
2023-02-16 10:25:34 +02:00
327 changed files with 2896 additions and 1771 deletions

View File

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