mirror of
https://github.com/MariaDB/server.git
synced 2025-08-23 03:54:27 +03:00
State column of SHOW PROCESSLIST can have NULL values for being initialized threads (between new connection was acknowledged and waiting for network data). Fixed test case to handle such cases by waiting for State to become empty string.