1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-05 15:41:14 +03:00

MCOL-5719: Move ownership mechanism to KV storage. (#3266)

* MCOL-5719 Move ownership mechanism to FDB
This commit is contained in:
Denis Khalikov
2024-11-09 22:47:04 +03:00
committed by GitHub
parent 8ae5a3da40
commit a6eb5ca689
11 changed files with 287 additions and 72 deletions

View File

@ -16,7 +16,7 @@
MA 02110-1301, USA. */
#include <vector>
#include "../include/fdbcs.hpp"
#include "fdbcs.hpp"
using namespace std;
using namespace FDBCS;