Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
As discussed in MDEV-37660 starting here, it is possible to do (in pseudo code):
if table_is_gtt and table_is_about_to_be_dropped_by_DROP_command and table_has_data then
|
truncate_table
|
drop_table
|
i.e. we can do the TRUNCATE action for the user without requiring them to do so.
Attachments
Issue Links
- relates to
-
MDEV-35915 Implement Global temporary tables
-
- Stalled
-
- split from
-
MDEV-37660 Make Global Temporary Tables DDL errors more specific
-
- Closed
-