There was an error while loading. Please reload this page.
2 parents 4c21c36 + a49ec98 commit 7c773abCopy full SHA for 7c773ab
storage/xtradb/handler/ha_innodb.cc
@@ -1,6 +1,6 @@
1
/*****************************************************************************
2
3
-Copyright (c) 2000, 2017, Oracle and/or its affiliates. All Rights Reserved.
+Copyright (c) 2000, 2018, Oracle and/or its affiliates. All Rights Reserved.
4
Copyright (c) 2008, 2009 Google Inc.
5
Copyright (c) 2009, Percona Inc.
6
Copyright (c) 2012, Facebook Inc.
@@ -13717,6 +13717,7 @@ ha_innobase::start_stmt(
13717
case SQLCOM_INSERT:
13718
case SQLCOM_UPDATE:
13719
case SQLCOM_DELETE:
13720
+case SQLCOM_REPLACE:
13721
init_table_handle_for_HANDLER();
13722
prebuilt->select_lock_type = LOCK_X;
13723
prebuilt->stored_select_lock_type = LOCK_X;
0 commit comments