Skip to content

Commit 64b1cad

Browse files
Merge branch 'mysql-5.5' into mysql-5.6
2 parents 11e1a71 + ddaf0f1 commit 64b1cad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

storage/innobase/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.
@@ -12225,6 +12225,7 @@ ha_innobase::start_stmt(
1222512225
case SQLCOM_INSERT:
1222612226
case SQLCOM_UPDATE:
1222712227
case SQLCOM_DELETE:
12228+
case SQLCOM_REPLACE:
1222812229
init_table_handle_for_HANDLER();
1222912230
prebuilt->select_lock_type = LOCK_X;
1223012231
prebuilt->stored_select_lock_type = LOCK_X;

0 commit comments

Comments
 (0)