Skip to content

Commit

Permalink
Testing capability
Browse files Browse the repository at this point in the history
  • Loading branch information
svats0001 committed Oct 14, 2024
1 parent b05d64c commit 6211e57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ public final class Capability {
private static final long ALL_SUPPORTED = CLIENT_MYSQL | FOUND_ROWS | LONG_FLAG | CONNECT_WITH_DB |
NO_SCHEMA | COMPRESS | LOCAL_FILES | IGNORE_SPACE | PROTOCOL_41 | INTERACTIVE | SSL |
TRANSACTIONS | SECURE_SALT | MULTI_STATEMENTS | MULTI_RESULTS | PS_MULTI_RESULTS |
PLUGIN_AUTH | CONNECT_ATTRS | VAR_INT_SIZED_AUTH | SESSION_TRACK | DEPRECATE_EOF | ZSTD_COMPRESS;
PLUGIN_AUTH | CONNECT_ATTRS | VAR_INT_SIZED_AUTH | SESSION_TRACK | DEPRECATE_EOF | ZSTD_COMPRESS |
MARIADB_CLIENT_EXTENDED_TYPE_INFO;

/**
* The default capabilities for a MySQL connection. It contains all client supported capabilities.
Expand Down

0 comments on commit 6211e57

Please sign in to comment.