Skip to content

Commit

Permalink
Merge pull request #36 from aerospike/TOOLS-2982
Browse files Browse the repository at this point in the history
fix: TOOLS-2982 - Fix SegmentFault on HELP
  • Loading branch information
a-spiker authored Nov 6, 2024
2 parents 3229f31 + 246c3e7 commit 0736764
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 0736764

Please sign in to comment.