You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by du...@apache.org on 2022/10/12 05:39:32 UTC

[shardingsphere] branch master updated (fb016dd4f22 -> 0160658bf06)

This is an automated email from the ASF dual-hosted git repository.

duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from fb016dd4f22 Fix : upgrade the snakeyaml version to 1.33 in exmaple module to fix the compile error (#21517)
     add 0160658bf06 Fix select * from information_schema.tables error. (#21512)

No new revisions were added by this update.

Summary of changes:
 .../schema/mysql/information_schema/columns.yaml   | 20 ++++++++++
 .../schema/mysql/information_schema/engines.yaml   |  6 +++
 .../mysql/information_schema/parameters.yaml       | 16 ++++++++
 .../schema/mysql/information_schema/routines.yaml  | 31 +++++++++++++++
 .../schema/mysql/information_schema/schemata.yaml  |  5 +++
 .../schema/mysql/information_schema/tables.yaml    | 21 +++++++++++
 .../schema/mysql/information_schema/views.yaml     | 10 +++++
 .../src/main/resources/schema/mysql/mysql/db.yaml  | 22 +++++++++++
 .../schema/mysql/performance_schema/accounts.yaml  |  4 ++
 .../shardingsphere/sharding_statistics_table.yaml  |  7 ++++
 .../src/main/resources/schema/mysql/sys/sys.yaml   |  4 ++
 .../shardingsphere/sharding_statistics_table.yaml  |  7 ++++
 .../postgresql/information_schema/columns.yaml     | 44 ++++++++++++++++++++++
 .../postgresql/information_schema/tables.yaml      | 12 ++++++
 .../postgresql/information_schema/views.yaml       | 10 +++++
 .../schema/postgresql/pg_catalog/pg_class.yaml     | 33 ++++++++++++++++
 .../schema/postgresql/pg_catalog/pg_database.yaml  | 14 +++++++
 .../schema/postgresql/pg_catalog/pg_inherits.yaml  |  3 ++
 .../postgresql/pg_catalog/pg_tablespace.yaml       |  5 +++
 .../schema/postgresql/pg_catalog/pg_trigger.yaml   | 19 ++++++++++
 .../shardingsphere/sharding_statistics_table.yaml  |  7 ++++
 21 files changed, 300 insertions(+)