mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
correct unused code
This commit is contained in:
parent
c70da572c4
commit
4ce44da3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -679,7 +679,7 @@ int mysql_update(THD *thd,
|
||||||
*/
|
*/
|
||||||
if (will_batch &&
|
if (will_batch &&
|
||||||
((error= table->file->exec_bulk_update(&dup_key_found)) ||
|
((error= table->file->exec_bulk_update(&dup_key_found)) ||
|
||||||
!dup_key_found))
|
dup_key_found))
|
||||||
{
|
{
|
||||||
if (error)
|
if (error)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue