mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
899aaa6bb2
Added an option to yassl to allow "quiet shutdown" like openssl does. This option causes the SSL libs to NOT perform the close_notify handshake during shutdown. This fixes a hang we experience because we hold a lock during socket shutdown.
3 lines
69 B
Text
3 lines
69 B
Text
DROP TABLE IF EXISTS t1, t2;
|
|
create table t1 (a int);
|
|
drop table t1;
|