We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 11e1a71 + ddaf0f1 commit 64b1cadCopy full SHA for 64b1cad
storage/innobase/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.
@@ -12225,6 +12225,7 @@ ha_innobase::start_stmt(
12225
case SQLCOM_INSERT:
12226
case SQLCOM_UPDATE:
12227
case SQLCOM_DELETE:
12228
+ case SQLCOM_REPLACE:
12229
init_table_handle_for_HANDLER();
12230
prebuilt->select_lock_type = LOCK_X;
12231
prebuilt->stored_select_lock_type = LOCK_X;
0 commit comments