summaryrefslogtreecommitdiff
path: root/sql/json_table.cc
diff options
context:
space:
mode:
authorOleg Smirnov <olernov@gmail.com>2023-01-02 14:46:46 +0700
committerOleg Smirnov <olernov@gmail.com>2023-01-02 14:46:50 +0700
commit657ddf17491740f652f011458f03366e70c4728f (patch)
treeb0d31279d3848424dab3a1260a59fcd2cebdc1b4 /sql/json_table.cc
parent92665b862b479f6582e3a15247bfc812e59e7e34 (diff)
downloadmariadb-git-10.9-MDEV-16232.tar.gz
MDEV-16232: Use fewer mini-transactions10.9-MDEV-16232
SQL Layer support #3. Add checks of applicability for UPDATEs and DELETEs. Rename "operations batch" to "mini transactions" to disambiguate the term "batch" which is already used. Temporary disable mini-transactions for SELECTs.
Diffstat (limited to 'sql/json_table.cc')
-rw-r--r--sql/json_table.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/json_table.cc b/sql/json_table.cc
index e4c7d0f1e45..a9e882291b6 100644
--- a/sql/json_table.cc
+++ b/sql/json_table.cc
@@ -235,8 +235,6 @@ public:
buf->length(0);
return TRUE;
}
- void start_operations_batch() {}
- void end_operations_batch() {}
};