1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Mark deadcode for gcov

This commit is contained in:
unknown
2007-07-18 00:29:25 +04:00
parent 2679e53a73
commit 043f697aee
2 changed files with 3 additions and 3 deletions

View File

@ -1138,9 +1138,9 @@ int QUICK_RANGE_SELECT::init_ror_merged_scan(bool reuse_handler)
the storage engine calls in question happen to never fail with the
existing storage engines.
*/
thd->net.report_error= 1;
thd->net.report_error= 1; /* purecov: inspected */
/* Caller will free the memory */
goto failure;
goto failure; /* purecov: inspected */
}
if (file->external_lock(thd, F_RDLCK))
goto failure;