@@ -2,21 +2,21 @@ CREATE TABLESPACE s1 ADD DATAFILE 's1.ibd' ENGINE InnoDB;
2
2
CREATE TABLE t1 (col1 INT, col2 INT) ENGINE = InnoDB TABLESPACE innodb_file_per_table PARTITION BY KEY(col1) PARTITIONS 3;
3
3
=== information_schema.innodb_tables and innodb_tablespaces ===
4
4
Table Name Tablespace Table Flags Columns Row Format Zip Size Space Type
5
- test/t1#p#p0 innodb_file_per_table.## 33 5 Dynamic 0 Single
6
- test/t1#p#p1 innodb_file_per_table.## 33 5 Dynamic 0 Single
7
- test/t1#p#p2 innodb_file_per_table.## 33 5 Dynamic 0 Single
5
+ test/t1#p#p0 test/t1#p#p0 33 5 Dynamic 0 Single
6
+ test/t1#p#p1 test/t1#p#p1 33 5 Dynamic 0 Single
7
+ test/t1#p#p2 test/t1#p#p2 33 5 Dynamic 0 Single
8
8
=== information_schema.innodb_tablespaces and innodb_datafiles ===
9
9
Space_Name Space_Type Page_Size Zip_Size Formats_Permitted Path
10
10
s1 General DEFAULT 0 Any s1.ibd
11
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p0.ibd
12
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p1.ibd
13
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p2.ibd
11
+ test/t1#p#p0 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p0.ibd
12
+ test/t1#p#p1 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p1.ibd
13
+ test/t1#p#p2 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p2.ibd
14
14
=== information_schema.files ===
15
15
Space_Name File_Type Engine Status Tablespace_Name Path
16
16
s1 TABLESPACE InnoDB NORMAL s1 MYSQLD_DATADIR/s1.ibd
17
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p0.ibd
18
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p1.ibd
19
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p2.ibd
17
+ test/t1#p#p0 TABLESPACE InnoDB NORMAL test/t1#p#p0 MYSQLD_DATADIR/test/t1#p#p0.ibd
18
+ test/t1#p#p1 TABLESPACE InnoDB NORMAL test/t1#p#p1 MYSQLD_DATADIR/test/t1#p#p1.ibd
19
+ test/t1#p#p2 TABLESPACE InnoDB NORMAL test/t1#p#p2 MYSQLD_DATADIR/test/t1#p#p2.ibd
20
20
ALTER TABLE t1 ENGINE = InnoDB TABLESPACE s1;
21
21
SHOW CREATE TABLE t1;
22
22
Table Create Table
@@ -28,21 +28,21 @@ t1 CREATE TABLE `t1` (
28
28
PARTITIONS 3 */
29
29
=== information_schema.innodb_tables and innodb_tablespaces ===
30
30
Table Name Tablespace Table Flags Columns Row Format Zip Size Space Type
31
- test/t1#p#p0 innodb_file_per_table.## 33 5 Dynamic 0 Single
32
- test/t1#p#p1 innodb_file_per_table.## 33 5 Dynamic 0 Single
33
- test/t1#p#p2 innodb_file_per_table.## 33 5 Dynamic 0 Single
31
+ test/t1#p#p0 test/t1#p#p0 33 5 Dynamic 0 Single
32
+ test/t1#p#p1 test/t1#p#p1 33 5 Dynamic 0 Single
33
+ test/t1#p#p2 test/t1#p#p2 33 5 Dynamic 0 Single
34
34
=== information_schema.innodb_tablespaces and innodb_datafiles ===
35
35
Space_Name Space_Type Page_Size Zip_Size Formats_Permitted Path
36
36
s1 General DEFAULT 0 Any s1.ibd
37
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p0.ibd
38
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p1.ibd
39
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p2.ibd
37
+ test/t1#p#p0 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p0.ibd
38
+ test/t1#p#p1 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p1.ibd
39
+ test/t1#p#p2 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p2.ibd
40
40
=== information_schema.files ===
41
41
Space_Name File_Type Engine Status Tablespace_Name Path
42
42
s1 TABLESPACE InnoDB NORMAL s1 MYSQLD_DATADIR/s1.ibd
43
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p0.ibd
44
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p1.ibd
45
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p2.ibd
43
+ test/t1#p#p0 TABLESPACE InnoDB NORMAL test/t1#p#p0 MYSQLD_DATADIR/test/t1#p#p0.ibd
44
+ test/t1#p#p1 TABLESPACE InnoDB NORMAL test/t1#p#p1 MYSQLD_DATADIR/test/t1#p#p1.ibd
45
+ test/t1#p#p2 TABLESPACE InnoDB NORMAL test/t1#p#p2 MYSQLD_DATADIR/test/t1#p#p2.ibd
46
46
ALTER TABLE t1 ENGINE = InnoDB TABLESPACE innodb_file_per_table;
47
47
SHOW CREATE TABLE t1;
48
48
Table Create Table
@@ -54,21 +54,21 @@ t1 CREATE TABLE `t1` (
54
54
PARTITIONS 3 */
55
55
=== information_schema.innodb_tables and innodb_tablespaces ===
56
56
Table Name Tablespace Table Flags Columns Row Format Zip Size Space Type
57
- test/t1#p#p0 innodb_file_per_table.## 33 5 Dynamic 0 Single
58
- test/t1#p#p1 innodb_file_per_table.## 33 5 Dynamic 0 Single
59
- test/t1#p#p2 innodb_file_per_table.## 33 5 Dynamic 0 Single
57
+ test/t1#p#p0 test/t1#p#p0 33 5 Dynamic 0 Single
58
+ test/t1#p#p1 test/t1#p#p1 33 5 Dynamic 0 Single
59
+ test/t1#p#p2 test/t1#p#p2 33 5 Dynamic 0 Single
60
60
=== information_schema.innodb_tablespaces and innodb_datafiles ===
61
61
Space_Name Space_Type Page_Size Zip_Size Formats_Permitted Path
62
62
s1 General DEFAULT 0 Any s1.ibd
63
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p0.ibd
64
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p1.ibd
65
- innodb_file_per_table.## Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p2.ibd
63
+ test/t1#p#p0 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p0.ibd
64
+ test/t1#p#p1 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p1.ibd
65
+ test/t1#p#p2 Single DEFAULT 0 Dynamic MYSQLD_DATADIR/test/t1#p#p2.ibd
66
66
=== information_schema.files ===
67
67
Space_Name File_Type Engine Status Tablespace_Name Path
68
68
s1 TABLESPACE InnoDB NORMAL s1 MYSQLD_DATADIR/s1.ibd
69
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p0.ibd
70
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p1.ibd
71
- innodb_file_per_table.## TABLESPACE InnoDB NORMAL innodb_file_per_table.## MYSQLD_DATADIR/test/t1#p#p2.ibd
69
+ test/t1#p#p0 TABLESPACE InnoDB NORMAL test/t1#p#p0 MYSQLD_DATADIR/test/t1#p#p0.ibd
70
+ test/t1#p#p1 TABLESPACE InnoDB NORMAL test/t1#p#p1 MYSQLD_DATADIR/test/t1#p#p1.ibd
71
+ test/t1#p#p2 TABLESPACE InnoDB NORMAL test/t1#p#p2 MYSQLD_DATADIR/test/t1#p#p2.ibd
72
72
DROP TABLE t1;
73
73
CREATE TABLE t1 (col1 INT, col2 INT) ENGINE = InnoDB TABLESPACE innodb_system PARTITION BY KEY(col1) PARTITIONS 3;
74
74
=== information_schema.innodb_tables and innodb_tablespaces ===
0 commit comments