mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
MySQL Bugs: #16466: DD: SHOW CREATE TABLE does not show TABLESPACE table_space1 STORAGE DISK
This commit is contained in:
@@ -783,7 +783,7 @@ public:
|
||||
void setTablespace(const char * name);
|
||||
void setTablespace(const class Tablespace &);
|
||||
const char * getTablespace() const;
|
||||
Uint32 getTablespaceId() const;
|
||||
bool getTablespace(Uint32 *id= 0, Uint32 *version= 0) const;
|
||||
|
||||
/**
|
||||
* Get table object type
|
||||
@@ -1736,6 +1736,7 @@ public:
|
||||
int createTablespace(const Tablespace &);
|
||||
int dropTablespace(const Tablespace&);
|
||||
Tablespace getTablespace(const char * name);
|
||||
Tablespace getTablespace(Uint32 tablespaceId);
|
||||
|
||||
int createDatafile(const Datafile &, bool overwrite_existing = false);
|
||||
int dropDatafile(const Datafile&);
|
||||
|
||||
Reference in New Issue
Block a user