Hi All,
We have installed mysql 5.6.20.We didn't enable innodb_file_per_table,so as per documentation all the tables should be created inside the system tablespace(which is a expected behaviour).But in our case InnoDB creates each new table using its own .ibd file for storing data eventhough innodb_file_per_table not enabled.Please help me to understand the concept since I am new to mysql.
Thanks
Jay
We have installed mysql 5.6.20.We didn't enable innodb_file_per_table,so as per documentation all the tables should be created inside the system tablespace(which is a expected behaviour).But in our case InnoDB creates each new table using its own .ibd file for storing data eventhough innodb_file_per_table not enabled.Please help me to understand the concept since I am new to mysql.
Thanks
Jay