mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Fixed compiler warning
This commit is contained in:
parent
55277e8840
commit
b8c92d752c
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue