Skip to content

Commit

Permalink
Testing decode
Browse files Browse the repository at this point in the history
  • Loading branch information
svats0001 committed Oct 2, 2024
1 parent 14fedd3 commit 518c1c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ private static DefinitionMetadataMessage decode41(ByteBuf buf, ConnectionContext

CharCollation collation = context.getClientCollation();
Charset charset = collation.getCharset();
System.out.println("Buffer val: " + buf.toString(charset));
String database = readVarIntSizedString(buf, charset);
String table = readVarIntSizedString(buf, charset);
String originTable = readVarIntSizedString(buf, charset);
Expand Down

0 comments on commit 518c1c5

Please sign in to comment.