summaryrefslogtreecommitdiff
path: root/sql/wsrep_xid.cc
diff options
context:
space:
mode:
authorRucha Deodhar <rucha.deodhar@mariadb.com>2020-07-10 21:27:20 +0530
committerRucha Deodhar <rucha.deodhar@mariadb.com>2020-07-10 21:27:20 +0530
commitf81ff93287349daeb62c46e699ac54996a09860b (patch)
tree8aecc965f9b388f5890cf4bce17945b050755b2b /sql/wsrep_xid.cc
parent737c3025e9ed55855ee66806ad14e9e7e7852fa7 (diff)
downloadmariadb-git-bb-10.2-MDEV-19119.tar.gz
MDEV-19119: main.ssl_crl fails in buildbot with wrong error codebb-10.2-MDEV-19119
The client can only find out if the server has disconnected when it tries to read or send something. If the server gets disconnected before send_client_reply_packet(), the client will try sending authentication information but it will fail. But, if the client is fast enough to send autentication information before disconnecting, it will notice that when reading the ok packet. So the client can fail on read or on write. It is unpredictable because, the process are unsynchronized and this could happen in any order.
Diffstat (limited to 'sql/wsrep_xid.cc')
0 files changed, 0 insertions, 0 deletions