Skip to content

Commit 5570d52

Browse files
committed
Addendum 1 to the WL#16572: Fixed the command map string list
to match the SQLCOM_ enum Approved by: Harin Vadodaria <harin.vadodaria@oracle.com> Change-Id: Ie623577b8f7f6502becf1690f02e2b5851b62c5d
1 parent 4f35fae commit 5570d52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/command_mapping.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,8 @@ const char *Command_maps::sql_commands[] = {"select",
206206
"unlock_instance",
207207
"restart_server",
208208
"create_srs",
209-
"drop_srs"};
209+
"drop_srs",
210+
"show_parse_tree"};
210211

211212
Command_maps *g_command_maps{nullptr};
212213
} // namespace

0 commit comments

Comments
 (0)