Merge pull request #3226 from sysown/v2.1.0-3225

Closes #3225: *char* being overflow in 'ma_net_safe_read' in `client_deprecate_eof.patch`
pull/3237/head
René Cannaò 5 years ago committed by GitHub
commit 2efcecf38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,7 +101,7 @@ index 8c2a99b..249e981 100644
+ else
+ {
+ if (is_data_packet) {
+ bool deprecate_eof =
+ unsigned long deprecate_eof =
+ mysql->server_capabilities & CLIENT_DEPRECATE_EOF;
+ *is_data_packet = TRUE;
+

Loading…
Cancel
Save