1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-05 04:50:35 +03:00
Commit Graph

12 Commits

Author SHA1 Message Date
David Hill
7a833a9dfb Merge branch 'develop' into mcol-61
Conflicts:
	oam/install_scripts/post-install
	oam/oamcpp/liboamcpp.cpp
2016-11-17 15:39:53 +00:00
Andrew Hutchings
874596c6cd MCOL-309 Implement Information Schema tables
This patch does the following:

* Fix a year storage issue in the datestamp for the columnstore tables
  metadata table (note that any previous tables will still have the
  incorrect year stored).
* Expose the table creation date in CalpontSystemCatalog::getTables()
* Add an INFORMATION_SCHEMA table listing the tables in ColumnStore
  (similar to systable)
* Add an INFORMATION_SCHEMA table listing the columns in ColumnStore
  (similar to syscolumn)
* Add an INFORMATION_SCHEMA table listing the extents in ColumnStore
  (similar to the editem tool but with additional file information)
* Modifies the build system and scripts to support the new tables
2016-11-14 15:44:20 +00:00
Ben Thompson
5105b3281d MCOL-387: Replaced option flags for version and release to not be tied to CPACK_RPM options. Fixed the defaults used in releasenum file. 2016-11-09 17:55:15 -06:00
david hill
46011a75ee more changes for name change 2016-11-09 15:20:16 -06:00
david hill
fb587803a3 remove snmplibs 2016-10-10 16:03:21 -05:00
david hill
c727676d10 remove snmp dep 2016-10-10 15:24:10 -05:00
david hill
edbf5bd781 first changes for mcol-251 2016-10-10 12:58:47 -05:00
Andrew Hutchings
6d8a177bd1 Fix Boost dep for CentOS 6
Our install instructions use a source build of Boost for CentOS 6, so
our packages need to be adjusted to allow for this.
2016-10-04 15:41:09 +01:00
Andrew Hutchings
0d5f721d96 Fix ignore paths for CPack so there are no conflicts
Using CPACK_RPM_EXCLUDE_FROM_AUTO_FILELIST_ADDITION doesn't work with
manual file lists
2016-09-30 08:12:29 +01:00
Ben Thompson
f2670dad2a MCOL-302: Changes for handling rpm upgrade issues 2016-09-28 10:59:33 -05:00
Andrew Hutchings
047a38879b MCOL-308 Make RPMs require OS net-snmp 2016-09-23 18:46:00 -05:00
Ben Thompson
7d3cd26af9 MCOL-160 MCOL-262 CMake Build Fixes for out-of-tree builds and engine RPMS 2016-09-22 10:14:18 -04:00