Details
Description
Running crashes the server 11.5.2-MariaDB-ubu2404 from official docker images.
SELECT
|
*
|
FROM
|
(
|
SELECT |
'a' AS status |
FROM |
information_schema.tables
|
|
UNION |
|
SELECT |
CASE |
'a' WHEN 'b' THEN 'c' |
END |
FROM |
information_schema.tables
|
) AS t |
WHERE
|
status = '10' |
The result:
SQL Error [08000]: Could not connect to localhost:3311 : unexpected end of stream, read 0 bytes from 4 (socket was closed by server) |
Could not connect to localhost:3311 : unexpected end of stream, read 0 bytes from 4 (socket was closed by server) |
Could not connect to localhost:3311 : unexpected end of stream, read 0 bytes from 4 (socket was closed by server) |
unexpected end of stream, read 0 bytes from 4 (socket was closed by server) |
unexpected end of stream, read 0 bytes from 4 (socket was closed by server) |
|