1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-317 Remove libdrizzle

This switches to MariaDB's client library instead of libdrizzle for
Cross Engine and query stats.

It also switches to unbuffered result sets.
This commit is contained in:
Andrew Hutchings
2017-01-12 17:12:39 +00:00
parent 605f6c51e2
commit 3299a3d57d
69 changed files with 112 additions and 13884 deletions

View File

@ -17,12 +17,13 @@
// $Id: jlf_graphics.cpp 9550 2013-05-17 23:58:07Z xlou $
// Cross engine at the top due to MySQL includes
#include "crossenginestep.h"
#include <iostream>
using namespace std;
#include "joblist.h"
#include "primitivestep.h"
#include "crossenginestep.h"
#include "subquerystep.h"
#include "windowfunctionstep.h"
#include "tupleaggregatestep.h"