diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2016-03-11 16:55:57 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2016-03-14 18:30:14 +0100 |
commit | dc08ccab422098d2466fa342d577f03c941a4ffc (patch) | |
tree | 5367f14378f048129d6d2f6d7ad88c02c94750a6 /sql/sql_acl.cc | |
parent | 5c1add3e0760594e36c6b7d36d0059525d628c4f (diff) | |
download | mariadb-git-dc08ccab422098d2466fa342d577f03c941a4ffc.tar.gz |
MDEV-9704: ALTER TABLE does not work from client
Do not try to send progress packets if client was not informed about them.
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. */ |