Skip to content
Permalink
Browse files
Silence -Wimplicit-fallthrough
  • Loading branch information
dr-m committed Dec 4, 2017
1 parent 60df17e commit 751ad74
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1866,8 +1866,8 @@ int spider_db_append_key_where_internal(
#if defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 100000
case HA_READ_PREFIX_LAST:
result_list->desc_flg = TRUE;
/* fall through */
#endif
/* fall through */
case HA_READ_KEY_EXACT:
if (sql_kind == SPIDER_SQL_KIND_SQL)
{

0 comments on commit 751ad74

Please sign in to comment.