Commit b8c92d75 authored by Marko Mäkelä's avatar Marko Mäkelä Committed by Sergey Vojtovich

Fixed compiler warning

parent 55277e88
...@@ -13382,7 +13382,6 @@ ha_innobase::truncate() ...@@ -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;
} }
} }
......
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