mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
With --skip-debug-assert, DBUG_ASSERT(false) will allow execution to continue. Hence, we will need /* fall through */ after them. Some DBUG_ASSERT(0) were replaced by break; when the switch () statement was followed by DBUG_ASSERT(0).
24 KiB
24 KiB