mirror of
https://github.com/MariaDB/server.git
synced 2025-05-27 01:57:48 +03:00

- Detect that connection to server has been broken in "net_clear". Since net_clear is always called before we send command to server, we can be sure that server has not received the command.
17 lines
156 B
Plaintext
17 lines
156 B
Plaintext
select 1;
|
|
1
|
|
1
|
|
select 2;
|
|
ERROR HY000: MySQL server has gone away
|
|
select 3;
|
|
3
|
|
3
|
|
select 1;
|
|
1
|
|
1
|
|
select 2;
|
|
ERROR HY000: MySQL server has gone away
|
|
select 3;
|
|
3
|
|
3
|