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 518c1c5 commit 088f8f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +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));
System.out.println("Buffer val: " + buf);
String database = readVarIntSizedString(buf, charset);
String table = readVarIntSizedString(buf, charset);
String originTable = readVarIntSizedString(buf, charset);
Expand Down

0 comments on commit 088f8f6

Please sign in to comment.