Commit efc97eff authored by Marko Mäkelä's avatar Marko Mäkelä

Fix clang -Wsometimes-uninitialized

parent 8b647d69
/* Copyright (C) 2008-2019 Kentoku Shiba /* Copyright (C) 2008-2019 Kentoku Shiba
Copyright (C) 2019 MariaDB corp Copyright (C) 2019, 2020, MariaDB Corporation.
This program is free software; you can redistribute it and/or modify This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by
...@@ -5861,6 +5861,7 @@ int spider_db_simple_action( ...@@ -5861,6 +5861,7 @@ int spider_db_simple_action(
#endif #endif
default: default:
DBUG_ASSERT(0); DBUG_ASSERT(0);
error_num = HA_ERR_CRASHED;
break; break;
} }
DBUG_RETURN(error_num); DBUG_RETURN(error_num);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment