sql: added missing tables from mysql information_schema#66795
sql: added missing tables from mysql information_schema#66795craig[bot] merged 1 commit intocockroachdb:masterfrom
Conversation
|
Thank you for contributing to CockroachDB. Please ensure you have followed the guidelines for creating a PR. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
8b014dd to
a9e47e7
Compare
|
Thank you for updating your pull request. My owl senses detect your PR is good for review. Please keep an eye out for any test failures in CI. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is otan. |
a9e47e7 to
d4f41d0
Compare
rafiss
left a comment
There was a problem hiding this comment.
sorry, i just noticed one change we should make to the release note. can it say:
"Added missing tables from mysql information_schema. The tables are not populated and are
entirely empty.
(add list of tables here)"
Reviewed 10 of 10 files at r1.
Reviewable status:complete! 0 of 0 LGTMs obtained (waiting on @mnovelodou)
d4f41d0 to
fafa2b4
Compare
Previously, there was missing tables on information_schema present on mysql This was inadequate because it can cause compatibility problems To address this, this patch adds missing information_schema tables Release note (sql change): Added missing tables from mysql information_schema. The tables are not populated and are entirely empty. - column_statistics - columns_extensions - engines - events - files - keywords - optimizer_trace - partitions - plugins - processlist - profiling - resource_groups - schemata_extensions - st_geometry_columns - st_spatial_reference_systems - st_units_of_measure - table_constraints_extensions - tables_extensions - tablespaces - tablespaces_extensions - user_attributes
fafa2b4 to
e0cdc5e
Compare
rafiss
left a comment
There was a problem hiding this comment.
thank you for the change!
bors r+
|
Build failed (retrying...): |
|
Build succeeded: |
Previously, there was missing tables on information_schema present on
mysql
This was inadequate because it can cause compatibility problems
To address this, this patch adds missing information_schema tables
Release note (sql change): Added missing tables from mysql
information_schema. The tables are not populated and are
entirely empty.