mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Merge moksha.local:/Users/davi/mysql/push/bugs/28587-5.0
into moksha.local:/Users/davi/mysql/push/bugs/28587-5.1 sql/sql_insert.cc: Auto merged
This commit is contained in:
commit
041be8f029
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ void upgrade_lock_type(THD *thd, thr_lock_type *lock_type,
|
|||
if (duplic == DUP_UPDATE ||
|
||||
duplic == DUP_REPLACE && *lock_type == TL_WRITE_CONCURRENT_INSERT)
|
||||
{
|
||||
*lock_type= TL_WRITE;
|
||||
*lock_type= TL_WRITE_DEFAULT;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue