January 2018
Intermediate to advanced
446 pages
12h 57m
English
You can execute the SHOW TABLE STATUS command and check Create_options in the output:
mysql> SHOW TABLE STATUS LIKE 'employees'\G*************************** 1. row *************************** Name: employees Engine: InnoDB Version: 10 Row_format: Dynamic Rows: NULL Avg_row_length: NULL Data_length: NULLMax_data_length: NULL Index_length: NULL Data_free: NULL Auto_increment: NULL Create_time: 2017-10-01 05:01:53 Update_time: NULL Check_time: NULL Collation: utf8mb4_0900_ai_ci Checksum: NULL Create_options: partitioned Comment: 1 row in set (0.00 sec)
Read now
Unlock full access