Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.6.5
-
None
-
centos 7, centos 8
Description
Hello,
I have restored the backup from a MariaDB of one server to a second server. I expected all tables in the information_schema to be built on the second server as well. Unfortunately, I find that the following two tables are not present after the restore:
INFORMATION_SCHEMA.KEY_COLUMN_USAGE
INFORMATION_SCHEMA.REFERENTIAL_CONSTRAINTS
Because the two tables are not present, the queries run much slower on the second server.
Why are the two tables not built during the restore?
How can I regenerate the two tables?
with kind regards
Karsten