1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

MCOL-307 merge with develop

This commit is contained in:
David Hall
2016-12-01 10:06:32 -06:00
47 changed files with 2505 additions and 465 deletions

View File

@@ -193,7 +193,7 @@ uint8_t WE_DDLCommandProc::writeSystable(ByteStream& bs, std::string &err)
t = time(NULL);
gmtime_r(&t, &tmp);
aDay.year = tmp.tm_year;
aDay.year = tmp.tm_year + 1900;
aDay.month = tmp.tm_mon+1;
aDay.day = tmp.tm_mday;