You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-01 06:46:55 +03:00
Merge pull request #4 from LinuxJedi/MCOL-274
Make date handling more in-line with MySQL
This commit is contained in:
@ -31,9 +31,6 @@ using namespace std;
|
||||
#include <boost/algorithm/string/case_conv.hpp>
|
||||
using namespace boost::algorithm;
|
||||
|
||||
#include <boost/date_time/gregorian/gregorian.hpp>
|
||||
using namespace boost::gregorian;
|
||||
|
||||
using namespace execplan;
|
||||
using namespace ddlpackage;
|
||||
using namespace logging;
|
||||
|
@ -45,9 +45,6 @@ using namespace WriteEngine;
|
||||
#include <boost/algorithm/string/case_conv.hpp>
|
||||
using namespace boost::algorithm;
|
||||
|
||||
#include <boost/date_time/gregorian/gregorian.hpp>
|
||||
using namespace boost::gregorian;
|
||||
|
||||
#include "cacheutils.h"
|
||||
using namespace cacheutils;
|
||||
|
||||
|
@ -28,8 +28,6 @@ using namespace std;
|
||||
#include <boost/algorithm/string/case_conv.hpp>
|
||||
using namespace boost::algorithm;
|
||||
#include <boost/tokenizer.hpp>
|
||||
#include <boost/date_time/gregorian/gregorian.hpp>
|
||||
using namespace boost::gregorian;
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include "we_messages.h"
|
||||
|
Reference in New Issue
Block a user