Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
Description
MariaDB Server's grammar supports the CREATE TABLESPACE, ALTER TABLESPACE, and DROP TABLESPACE statements. These statements seem to have been inherited from MySQL NDB Cluster.
MySQL 5.7 supports these statements for InnoDB as well, but we chose not to merge that support in MariaDB 10.2.
https://mariadb.com/kb/en/library/alter-tablespace/
https://mariadb.com/kb/en/library/create-tablespace/
https://mariadb.com/kb/en/library/drop-tablespace/
The MySQL-compatible statements will actually still succeed on MariaDB, but will throw a warning. e.g.:
MariaDB [db1]> CREATE TABLESPACE `ts1` ADD DATAFILE 'ts1.ibd' ENGINE=INNODB;
|
Query OK, 0 rows affected, 1 warning (0.00 sec)
|
|
MariaDB [db1]> SHOW WARNINGS;
|
+---------+------+------------------------------------------------------------------------------------------------+
|
| Level | Code | Message |
|
+---------+------+------------------------------------------------------------------------------------------------+
|
| Warning | 1478 | Table storage engine 'InnoDB' does not support the create option 'TABLESPACE or LOGFILE GROUP' |
|
+---------+------+------------------------------------------------------------------------------------------------+
|
1 row in set (0.00 sec)
|
Is there any reason to keep these in MariaDB?
Attachments
Issue Links
- relates to
-
MDEV-19295 Remove LOGFILE-related commands
-
- Open
-
-
MDEV-6113 merge 5.7 innodb
-
- Closed
-
-
MDEV-11426 Remove InnoDB INFORMATION_SCHEMA.FILES implementation
-
- Closed
-
-
MDEV-12309 Test migration from MySQL 5.7 with named tablespaces to MariaDB 10.2
-
- Stalled
-
-
MDEV-12702 CREATE TABLESPACE in 10.2
-
- Closed
-
-
MDEV-19293 Remove information_schema.TABLESPACES
-
- Open
-
Activity
Field | Original Value | New Value |
---|---|---|
Link | This issue relates to MDEV-19293 [ MDEV-19293 ] |
Link |
This issue relates to |
Link |
This issue relates to |
Link | This issue relates to MDEV-12309 [ MDEV-12309 ] |
Description |
MariaDB Server's grammar supports the CREATE TABLESPACE, ALTER TABLESPACE, and DROP TABLESPACE statements. These statements seem to have been inherited from MySQL NDB Cluster.
MySQL 5.7 supports these statements for InnoDB as well, but we chose not to merge that support in MariaDB 10.2. The MySQL-compatible statements will actually still succeed on MariaDB, but will throw a warning. e.g.: {noformat} MariaDB [db1]> CREATE TABLESPACE `ts1` ADD DATAFILE 'ts1.ibd' ENGINE=INNODB; Query OK, 0 rows affected, 1 warning (0.00 sec) MariaDB [db1]> SHOW WARNINGS; +---------+------+------------------------------------------------------------------------------------------------+ | Level | Code | Message | +---------+------+------------------------------------------------------------------------------------------------+ | Warning | 1478 | Table storage engine 'InnoDB' does not support the create option 'TABLESPACE or LOGFILE GROUP' | +---------+------+------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) {noformat} Is there any reason to keep these in MariaDB? |
MariaDB Server's grammar supports the CREATE TABLESPACE, ALTER TABLESPACE, and DROP TABLESPACE statements. These statements seem to have been inherited from MySQL NDB Cluster.
MySQL 5.7 supports these statements for InnoDB as well, but we chose not to merge that support in MariaDB 10.2. https://mariadb.com/kb/en/library/alter-tablespace/ https://mariadb.com/kb/en/library/create-tablespace/ https://mariadb.com/kb/en/library/drop-tablespace/ The MySQL-compatible statements will actually still succeed on MariaDB, but will throw a warning. e.g.: {noformat} MariaDB [db1]> CREATE TABLESPACE `ts1` ADD DATAFILE 'ts1.ibd' ENGINE=INNODB; Query OK, 0 rows affected, 1 warning (0.00 sec) MariaDB [db1]> SHOW WARNINGS; +---------+------+------------------------------------------------------------------------------------------------+ | Level | Code | Message | +---------+------+------------------------------------------------------------------------------------------------+ | Warning | 1478 | Table storage engine 'InnoDB' does not support the create option 'TABLESPACE or LOGFILE GROUP' | +---------+------+------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) {noformat} Is there any reason to keep these in MariaDB? |
Link | This issue relates to MDEV-19295 [ MDEV-19295 ] |
Assignee | Sergei Golubchik [ serg ] | Ralf Gebhardt [ ralf.gebhardt@mariadb.com ] |
Fix Version/s | 10.4 [ 22408 ] |
Assignee | Ralf Gebhardt [ ralf.gebhardt@mariadb.com ] |
Workflow | MariaDB v3 [ 96247 ] | MariaDB v4 [ 131067 ] |
Description |
MariaDB Server's grammar supports the CREATE TABLESPACE, ALTER TABLESPACE, and DROP TABLESPACE statements. These statements seem to have been inherited from MySQL NDB Cluster.
MySQL 5.7 supports these statements for InnoDB as well, but we chose not to merge that support in MariaDB 10.2. https://mariadb.com/kb/en/library/alter-tablespace/ https://mariadb.com/kb/en/library/create-tablespace/ https://mariadb.com/kb/en/library/drop-tablespace/ The MySQL-compatible statements will actually still succeed on MariaDB, but will throw a warning. e.g.: {noformat} MariaDB [db1]> CREATE TABLESPACE `ts1` ADD DATAFILE 'ts1.ibd' ENGINE=INNODB; Query OK, 0 rows affected, 1 warning (0.00 sec) MariaDB [db1]> SHOW WARNINGS; +---------+------+------------------------------------------------------------------------------------------------+ | Level | Code | Message | +---------+------+------------------------------------------------------------------------------------------------+ | Warning | 1478 | Table storage engine 'InnoDB' does not support the create option 'TABLESPACE or LOGFILE GROUP' | +---------+------+------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) {noformat} Is there any reason to keep these in MariaDB? |
MariaDB Server's grammar supports the CREATE TABLESPACE, ALTER TABLESPACE, and DROP TABLESPACE statements. These statements seem to have been inherited from MySQL NDB Cluster. MySQL 5.7 supports these statements for InnoDB as well, but we chose not to merge that support in MariaDB 10.2. https://mariadb.com/kb/en/library/alter\-tablespace/ https://mariadb.com/kb/en/library/create\-tablespace/ https://mariadb.com/kb/en/library/drop\-tablespace/ The MySQL\-compatible statements will actually still succeed on MariaDB, but will throw a warning. e.g.: {noformat} MariaDB [db1]> CREATE TABLESPACE `ts1` ADD DATAFILE 'ts1.ibd' ENGINE=INNODB; Query OK, 0 rows affected, 1 warning (0.00 sec) MariaDB [db1]> SHOW WARNINGS; +---------+------+------------------------------------------------------------------------------------------------+ | Level | Code | Message | +---------+------+------------------------------------------------------------------------------------------------+ | Warning | 1478 | Table storage engine 'InnoDB' does not support the create option 'TABLESPACE or LOGFILE GROUP' | +---------+------+------------------------------------------------------------------------------------------------+ 1 row in set (0.00 sec) {noformat} Is there any reason to keep these in MariaDB? |
Assignee | Michael Widenius [ monty ] |
Issue Type | Task [ 3 ] | New Feature [ 2 ] |
Issue Type | New Feature [ 2 ] | Task [ 3 ] |
Fix Version/s | N/A [ 14700 ] | |
Resolution | Won't Fix [ 2 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Zendesk Related Tickets | 194091 |
The CREATE TABLESPACE privilege is also present, even though it does not apply to MariaDB.
It is present in multiple places.
It is present in SHOW PRIVILEGES:
| Privilege | Context | Comment |
...
...
It is present in mysql.user:
| Create_tablespace_priv |
| N |
| Y |
| Y |
And it is present in the bitmask used in mysql.global_priv, which is referenced by mysql.user:
| N |
| Y |
| Y |
And if you GRANT ALL to a user, then they will get this privilege:
| Y |