Skip to content

Commit

Permalink
Follow up for CONC-505
Browse files Browse the repository at this point in the history
Don't remove CLIENT_MYSQL from supported flags, otherwise MySQL
tests will fail.
  • Loading branch information
9EOR9 committed Feb 22, 2024
1 parent ebe1949 commit 98b829c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mariadb_com.h
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,12 @@ enum enum_server_command
CLIENT_PLUGIN_AUTH |\
CLIENT_SESSION_TRACKING |\
CLIENT_CONNECT_ATTRS)
#define CLIENT_ALLOWED_FLAGS ((CLIENT_SUPPORTED_FLAGS |\
#define CLIENT_ALLOWED_FLAGS (CLIENT_SUPPORTED_FLAGS |\
CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA |\
CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS |\
CLIENT_ZSTD_COMPRESSION |\
CLIENT_PS_MULTI_RESULTS |\
CLIENT_REMEMBER_OPTIONS) & ~CLIENT_MYSQL)
CLIENT_REMEMBER_OPTIONS)
#define CLIENT_CAPABILITIES (CLIENT_MYSQL | \
CLIENT_LONG_FLAG |\
CLIENT_TRANSACTIONS |\
Expand Down

0 comments on commit 98b829c

Please sign in to comment.