Skip to content

Commit 7c773ab

Browse files
committed
Merge 5.5 into 10.0
2 parents 4c21c36 + a49ec98 commit 7c773ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/xtradb/handler/ha_innodb.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*****************************************************************************
22

3-
Copyright (c) 2000, 2017, Oracle and/or its affiliates. All Rights Reserved.
3+
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All Rights Reserved.
44
Copyright (c) 2008, 2009 Google Inc.
55
Copyright (c) 2009, Percona Inc.
66
Copyright (c) 2012, Facebook Inc.
@@ -13717,6 +13717,7 @@ ha_innobase::start_stmt(
1371713717
case SQLCOM_INSERT:
1371813718
case SQLCOM_UPDATE:
1371913719
case SQLCOM_DELETE:
13720+
case SQLCOM_REPLACE:
1372013721
init_table_handle_for_HANDLER();
1372113722
prebuilt->select_lock_type = LOCK_X;
1372213723
prebuilt->stored_select_lock_type = LOCK_X;

0 commit comments

Comments
 (0)