Skip to content

Commit

Permalink
fix: TOOLS-2982 - Fix SegmentFault on HELP
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Nov 6, 2024
1 parent 3229f31 commit 246c3e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/asql_print.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,14 @@ const print_entry print_table[ASQL_OP_MAX] = {

{ "SHOW", print_admin_help },
{ "DESC", print_admin_help },

{ "RUN", print_admin_help },

{ "SET", print_setting_help },
{ "GET", print_setting_help },
{ "RESET", print_setting_help },

{ "REGISTER", print_ddl_help },
{ "REMOVE", print_ddl_help }
};


Expand Down

0 comments on commit 246c3e7

Please sign in to comment.