diqiu50 commented on code in PR #7810:
URL: https://github.com/apache/gravitino/pull/7810#discussion_r2241763471


##########
docs/trino-connector/catalog-mysql.md:
##########
@@ -36,7 +36,16 @@ Currently, it doesn't support certain query optimizations, 
such as indexes and p
 
 ## Table and Schema properties
 
-MySQL's tables and schemas cannot support properties.
+MySQL's schemas cannot support properties.
+
+The following are supported MySQL table properties:
+
+| Property name                      | Type   | Default Value  | Description   
                                                                                
                                          | Required | Since Version |
+|------------------------------------|--------|----------------|-----------------------------------------------------------------------------------------------------------------------------------------|----------|---------------|
+| engine                             | string | InnoDB         | The engine 
that MySQL table uses.                                                          
                                             | No       | 0.4.0         |
+| auto_increment_offset              | string | (none)         | The auto 
increment offset for the table.                                                 
                                               | No       | 0.4.0         |
+| primary_key                        | list   | (none)         | The primary 
keys for the table, can choose multi columns as the table primary key. All key 
columns must be defined as `NOT NULL`.       | No       | 1.0.0         |
+| unique_key                         | list   | (none)         | The unique 
keys for the table, can choose multi columns for multi unique key. Each unique 
key should be defined as `keyName:col1,col2`. | No       | 1.0.0         |
 

Review Comment:
   The since version should be 1.0.0. it will release later.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to