From f4dd04ee8fb5f36705737454db42afcd6f619a6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cross-=E7=BD=97?= <1165977584@qq.com> Date: Sat, 18 Sep 2021 06:28:30 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/sources/mysql/sql/list-all-partiti?= =?UTF-8?q?ons.sql.=20=E5=B0=86=E8=8E=B7=E5=8F=96=E5=88=86=E5=8C=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=9A=84SQL=E8=AF=AD=E5=8F=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E9=80=82=E9=85=8DMySQL=E6=A0=87=E5=87=86?= =?UTF-8?q?=E8=AF=AD=E6=B3=95=E7=9A=84=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sources/mysql/sql/list-all-partitions.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sources/mysql/sql/list-all-partitions.sql b/src/sources/mysql/sql/list-all-partitions.sql index 257df1b..5e099bd 100644 --- a/src/sources/mysql/sql/list-all-partitions.sql +++ b/src/sources/mysql/sql/list-all-partitions.sql @@ -1,4 +1,5 @@ SELECT DISTINCT table_name, subpartition_method, partition_name, + partition_ordinal_position, partition_method, partition_expression, partition_description -- Gitee