Details
-
Bug
-
Status: Open (View Workflow)
-
Minor
-
Resolution: Unresolved
-
N/A
-
None
Description
The engine in CREATE OR REPLACE can be anything, Blackhole or something else. Only the initial table being Blackhole matters.
install soname 'ha_blackhole'; |
|
create table t (a int) engine=Blackhole; |
create or replace table t (b int); |
drop table t; |
|
uninstall soname 'ha_blackhole'; |
|
--list_files $MARIADB_DATADIR/test/ "#*" |
bb-main-monty 2931f8e3a7f4871ef2a82262dc78d5162837b738 |
install soname 'ha_blackhole'; |
create table t (a int) engine=Blackhole; |
create or replace table t (b int); |
drop table t; |
uninstall soname 'ha_blackhole'; |
#sql-create-2e500d-4-f.frm |
Attachments
Issue Links
- is caused by
-
MDEV-25292 Atomic CREATE OR REPLACE TABLE
-
- Stalled
-