maria:bb-11.2-vicentiu

Last commit made on 2023-06-13
Get this branch:
git clone -b bb-11.2-vicentiu https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.2-vicentiu
Repository:
lp:maria

Recent commits

18cb71a... by Vicențiu Ciorbaru

Add test case for non-shadowed temporary sequence

c2ef484... by Vicențiu Ciorbaru

Fixup to take things back to original state

0dbf6fb... by Monty <email address hidden>

MDEV-28351 Assertion `this->file->children_attached' failed in ha_myisammrg::info

4f00dc2... by Anel Husakovic <email address hidden>

MDEV-28453: SHOW commands are inconsistent for temporary tables

Reviewer: <email address hidden>

34b56d4... by Anel Husakovic <email address hidden>

MDEV-28334: SHOW TABLE STATUS shows all temporary tables ignoring database and conditions

Reviewed by: <email address hidden>

9008564... by Anel Husakovic <email address hidden>

MDEV-28332: Alter on temporary table causes ER_TABLE_EXISTS_ERROR note

Since there is no `warning` issued by shadowing of base table, this MDEV
is irrelevant. Keeping for review purposes and for future development
in case shadowing is going to be implemented

Reviewer:<email address hidden>

3e528b3... by Anel Husakovic <email address hidden>

MDEV-28343: sys.create_synonym_db fails with ER_VIEW_SELECT_TMPTABLE when schema contains temporary tables

- MDEV-28342 raised the error in case temporary table shadows base table
- Now we are allowed to shadow base tables with temporary tables and
`sys.create_synonym_db()` can easily check for existance of temporary table and
ignore view creation, since it is not supported to create view from
temporary table.

Reviewed by: <email address hidden>,
             <email address hidden>

6a1b3d7... by Anel Husakovic <email address hidden>

MDEV-12459: Cosmetic fixes

Reviewer: <email address hidden>

80f1b61... by Anel Husakovic <email address hidden>

MDEV-12459: Patch sysschema

Co-authored-by: Monty <email address hidden>
Reviewer: <email address hidden>

17df541... by Anel Husakovic <email address hidden>

MDEV-12459 : Get temporary tables visible to the IS.tables for current connection

Reviewed by: <email address hidden>,
             <email address hidden>