1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

MCOL-3529 This patch implements direct_update and direct_delete features

to properly report the number of rows affected by UPDATE|DELETE.
This commit is contained in:
Roman Nozdrin
2019-11-27 09:33:21 -06:00
parent 449b51defe
commit 5cedeb110b
5 changed files with 73 additions and 86 deletions

View File

@@ -1,5 +1,6 @@
/* Copyright (C) 2014 InfiniDB, Inc.
Copyright (C) 2016 MariaDB Corporation
Copyright (C) 2019 MariaDB Corporation
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -16,8 +17,6 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301, USA. */
// $Id: ha_mcs_impl_if.h 9701 2013-07-17 18:51:55Z zzhu $
/** @file */
#ifndef HA_MCS_IMPL_IF_H__
#define HA_MCS_IMPL_IF_H__
#include <string>