Skip to content

Commit

Permalink
Add new field SYSTEM("sy") to nson protocol for internal ddl request
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzha authored Oct 20, 2023
1 parent b624000 commit 5bb72ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public class NsonProtocol {
public static String START = "sr";
public static String STATEMENT = "st";
public static String STORAGE_THROTTLE_COUNT = "sl";
public static String SYSTEM = "sy";
public static String TABLES = "tb";
public static String TABLE_DDL = "td";
public static String TABLE_NAME = "n";
Expand Down Expand Up @@ -255,6 +256,7 @@ public class NsonProtocol {
{START,"START"},
{STATEMENT,"STATEMENT"},
{STORAGE_THROTTLE_COUNT,"STORAGE_THROTTLE_COUNT"},
{SYSTEM,"SYSTEM"},
{TABLES,"TABLES"},
{TABLE_DDL,"TABLE_DDL"},
{TABLE_NAME,"TABLE_NAME"},
Expand Down

0 comments on commit 5bb72ac

Please sign in to comment.