mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge moksha.local:/Users/davi/mysql/push/bugs/28587-5.0
into moksha.local:/Users/davi/mysql/push/bugs/28587-5.1
This commit is contained in:
@ -397,7 +397,7 @@ void upgrade_lock_type(THD *thd, thr_lock_type *lock_type,
|
|||||||
if (duplic == DUP_UPDATE ||
|
if (duplic == DUP_UPDATE ||
|
||||||
duplic == DUP_REPLACE && *lock_type == TL_WRITE_CONCURRENT_INSERT)
|
duplic == DUP_REPLACE && *lock_type == TL_WRITE_CONCURRENT_INSERT)
|
||||||
{
|
{
|
||||||
*lock_type= TL_WRITE;
|
*lock_type= TL_WRITE_DEFAULT;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user