diff options
Diffstat (limited to 'sql/sql_acl.cc')
-rw-r--r-- | sql/sql_acl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index cd446737e6d..3ae25d5546b 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -11900,8 +11900,6 @@ static ulong parse_client_handshake_packet(MPVIO_EXT *mpvio, (((ulonglong)uint4korr(net->read_pos + 28)) << 32); client_capabilities|= ext_client_capabilities; } - else if (client_capabilities & CLIENT_PROGRESS_OBSOLETE) - client_capabilities|= MARIADB_CLIENT_PROGRESS; } /* Disable those bits which are not supported by the client. */ |