Skip to content

Commit

Permalink
Fix clang -Wsometimes-uninitialized
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-m committed Mar 24, 2020
1 parent 8b647d6 commit efc97ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion storage/spider/spd_db_conn.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* 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
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -5861,6 +5861,7 @@ int spider_db_simple_action(
#endif
default:
DBUG_ASSERT(0);
error_num = HA_ERR_CRASHED;
break;
}
DBUG_RETURN(error_num);
Expand Down

0 comments on commit efc97ef

Please sign in to comment.