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

remove faulty test code

This commit is contained in:
David Mott
2019-04-26 09:40:35 -05:00
parent e5f2a710ef
commit 515b93cc3d
35 changed files with 37 additions and 41 deletions

View File

@ -16,7 +16,7 @@
MA 02110-1301, USA. */
// $Id: main.cpp 2101 2013-01-21 14:12:52Z rdempsey $
#include <future> //cxx11test
#include "config.h"
@ -30,6 +30,7 @@
#include <sstream>
#include <iomanip>
#include <string>
#include <mutex>
using namespace std;
#include <boost/interprocess/shared_memory_object.hpp>