1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-09-01 01:22:04 +03:00
Commit Graph

27 Commits

Author SHA1 Message Date
Ben Thompson
a2cda71dbe remove releasenum from rpm packages 2017-12-19 15:02:57 -06:00
david hill
0db37ad7df added new script to cmake 2017-11-07 18:19:36 -06:00
david hill
aad449f199 MCOL-750 2017-08-10 20:50:09 -05:00
Ben Thompson
b406eb1f5b Fix broken make package builds 2017-08-07 11:17:59 -05:00
Andrew Hutchings
458f445629 MCOL-763 Remove dumpcat.pl
Dumpcat was trying to pull in Perl's MySQL DBD as a dependency in RPM
builds. For 1.1 this causes conflicts so we can't do this. There are
alternative tools in ColumnStore to do the same thing as dumpcat.pl and
the SQL files are still there which is what the support tool uses.
2017-07-05 07:42:32 +01:00
David Hill
02f9aa1260 MCOL-723 2017-05-24 13:26:14 -05:00
Andrew Hutchings
45c4fac483 Fix snappy package name for SUSE 2017-05-03 22:49:28 +01:00
Andrew Hutchings
132ef03fe6 Fix cpack snappy dependency
Snappy dep got accidentally dropped in an earlier commit
2017-05-03 22:42:09 +01:00
David Hill
91003a92b2 MCOL-105 - change suse boost-devel package check, add back in 1.1 changes 2017-02-09 16:18:12 -06:00
David Hill
efdf6e65b9 MCOL-105 - change suse boost-devel package check, add back in 1.1 changes 2017-02-09 16:05:56 -06:00
David Hill
dd3c760f5c MCOL-105 - change suse boost-devel package check 2017-02-09 15:44:31 -06:00
david
dc67f19bf0 MCOL-105 - add suse boost-devel package check 2017-02-09 15:29:44 +00:00
Andrew Hutchings
3e7ef49ea8 MCOL-317 fix RPM building
Removed lib needs to be removed from RPM file list too
2017-01-26 16:20:45 +00:00
Andrew Hutchings
43e370f574 Fix RPM/DEB dependencies 2017-01-17 16:15:14 +00:00
Andrew Hutchings
3b1de94cd8 MCOL-406 Improved Information Schema
* Add INFORMATION_SCHEMA.COLUMNSTORE_FILES which contains information
  about files
* Remove file information from COLUMNSTORE_EXTENTS (due to above)
* Hide columns with Object ID < 3000 (internal columns)
* Fix bad calculation in data_size columns
* Fix minor memory leak
* Add compressedSize() function to IDBFileSystem to get the used file
  size for a compressed file
* Add columnstore_info schema with utility stored procedures to access
  the information_schema tables
2016-11-23 22:11:26 +00:00
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