Skip to content

Commit

Permalink
Add schema tables to enum_schema_tables list
Browse files Browse the repository at this point in the history
Summary:
While new tables were added to the schema_tables, the enum list wasn't
getting updated.

Squash with D14137362, D14883857, D19414698, D19239969

Test Plan: mtr

Reviewers: luqun

Reviewed By: luqun

Subscribers: vinaybhat, [email protected]

Differential Revision: https://phabricator.intern.facebook.com/D20657421

Signature: 20657421:1585175739:fde487e965d6b9ed9e422c9641bb90b9a9ec2b22
  • Loading branch information
Herman Lee committed Mar 26, 2020
1 parent af75629 commit 689407d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sql/handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,11 @@ enum enum_schema_tables : int {
SCH_USER_PRIVILEGES,
SCH_TMP_TABLE_COLUMNS,
SCH_TMP_TABLE_KEYS,
SCH_LAST = SCH_TMP_TABLE_KEYS
SCH_AUTHINFO,
SCH_SLAVE_DB_LOAD,
SCH_RBR_BI_ICONSISTENCIES,
SCH_SOCKET_DIAG_SLAVE,
SCH_LAST = SCH_SOCKET_DIAG_SLAVE
};

enum ha_stat_type {
Expand Down

0 comments on commit 689407d

Please sign in to comment.