Fixed compiler warning

This commit is contained in:
Marko Mäkelä 2018-01-26 10:50:20 +04:00 committed by Sergey Vojtovich
parent 55277e8840
commit b8c92d752c

View file

@ -13382,7 +13382,6 @@ ha_innobase::truncate()
DBUG_RETURN(convert_error_code_to_mysql( DBUG_RETURN(convert_error_code_to_mysql(
err, m_prebuilt->table->flags, err, m_prebuilt->table->flags,
m_user_thd)); m_user_thd));
break;
} }
} }