Skip to content

Commit dc08cca

Browse files
committed
MDEV-9704: ALTER TABLE does not work from client
Do not try to send progress packets if client was not informed about them.
1 parent 5c1add3 commit dc08cca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sql/sql_acl.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11900,8 +11900,6 @@ static ulong parse_client_handshake_packet(MPVIO_EXT *mpvio,
1190011900
(((ulonglong)uint4korr(net->read_pos + 28)) << 32);
1190111901
client_capabilities|= ext_client_capabilities;
1190211902
}
11903-
else if (client_capabilities & CLIENT_PROGRESS_OBSOLETE)
11904-
client_capabilities|= MARIADB_CLIENT_PROGRESS;
1190511903
}
1190611904

1190711905
/* Disable those bits which are not supported by the client. */

0 commit comments

Comments
 (0)