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

635 Commits

Author SHA1 Message Date
David Hill
506aada81b tweaks for system restart status issues 2016-12-06 15:07:24 +00:00
David Hill
9283635460 add more checks around the getsystems 2016-12-05 22:35:01 +00:00
david hill
84903967c5 MCOL-422 - no need to setup service for non-root installs 2016-12-02 15:10:54 -06:00
david hill
97858168aa MCOL-422 - no need to setup service for non-root installs 2016-12-02 15:07:23 -06:00
david hill
6326693871 merge mcol-421 branch 2016-12-02 10:03:11 -06:00
David Hill
4efd58d23d update 2016-12-02 00:08:01 +00:00
David Hill
aac6fd6485 update 2016-12-01 22:29:50 +00:00
David Hill
eee1df2e4a update: 2016-12-01 21:49:40 +00:00
David Hill
98f597a9af update: 2016-12-01 21:26:09 +00:00
David Hill
9959123100 update 2016-12-01 20:57:59 +00:00
David Hill
0d65f809b8 MCOL-421 2016-12-01 18:10:13 +00:00
david hill
e798ce2ab3 MCOL-421 2016-11-30 15:01:32 -06:00
david hill
902e7330c9 MCOL-421 2016-11-29 16:18:19 -06:00
Andrew Hutchings
8cc906fc85 Merge pull request #62 from mariadb-corporation/MCOL-420
MCOL-420 Add cpimport to columnstoreAlias
2016-11-29 10:55:40 +00:00
David Hill
6af00dbe83 added in mysql password prompt setup 2016-11-28 23:04:51 +00:00
dhall-InfiniDB
08ae2dac1a Merge pull request #61 from mariadb-corporation/MCOL-406
MCOL-406 Improved Information Schema
2016-11-28 12:27:58 -06:00
Andrew Hutchings
a66870ef43 MCOL-420 Add cpimport to columnstoreAlias 2016-11-24 19:39:11 +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
9ad8a3194f mcol-404 2016-11-22 00:29:43 +00:00
David Hill
a5515d582a mcol-404 changes 2016-11-21 20:26:18 +00:00
David Hill
02a5624cb3 MCOL-404 AND MCOL-61 2016-11-20 16:29:42 +00:00
David Hill
3affcd465d clean out /tmp for non-root 2016-11-20 01:23:59 +00:00
David Hill
32db3bfc86 mcol-61 - change to clean out /tmp 2016-11-20 00:07:09 +00:00
David Hill
4ceb1d9335 change back the -i option 2016-11-18 22:18:08 +00:00
David Hill
b4e617c2c0 more non-root changes, mcol-404 2016-11-18 21:04:46 +00:00
David Hill
d2ee5b06ae more non-root changes, mcol-404 2016-11-18 21:00:27 +00:00
David Hill
f4766b2625 more changes for mcol-61 2016-11-18 20:21:16 +00:00
David Hill
23d38aa503 mcol-61 and mcol-404 fix 2016-11-18 19:55:48 +00:00
David Hill
2638c05e26 mcol-61 2016-11-18 17:55:18 +00:00
David Hill
213eb28f5b mcol-61 2016-11-18 17:40:44 +00:00
David Hill
8789ae7733 mcol-61 2016-11-17 20:06:03 +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
David Hill
75fc2d9ae0 mcol-404 - change the way that the log dir is setup 2016-11-17 14:42:53 +00:00
David Hill
a74b03fdad mcol-404, non-root install fixes 2016-11-16 23:22:25 +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
david hill
8da3f681a8 more non-root changes 2016-11-11 09:32:22 -06:00
david hill
e2b595c3e7 non-root changes 2016-11-11 08:13:55 -06:00
david hill
5ba2432a73 change prefix on all scripts for non-root install 2016-11-10 16:27:41 -06:00
david hill
16b4772434 add sudo to chmod to non-root install 2016-11-10 09:07:17 -06:00
david hill
e28e6d7748 mcol-370 2016-10-31 17:10:51 -05:00
david hill
ebd3b05c5d more changes 2016-10-10 14:03:26 -05:00
david hill
6e1f3d1dcb mcol-336 2016-10-05 08:39:32 -05:00
Andrew Hutchings
9915ed31f9 MCOL-294 Use OS jemalloc
Use the OS jemalloc if found, standard malloc if not
2016-09-23 11:11: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
david hill
516d45a27b add sudo to a cp 2016-08-15 14:54:40 -05:00
david hill
468a971517 name change 2016-08-15 13:39:00 -05:00
david hill
862aa2eb59 change to restart automaticly on ubuntu 2016-08-11 13:39:04 -05:00
david hill
727c4947cb change to restart automaticly on ubuntu 2016-08-11 13:35:17 -05:00
david hill
8adfdd223f move remove library path to end of script 2016-08-11 08:58:46 -05:00
Ben Thompson
392d6df495 Merge branch 'mcol-159' into develop
Conflicts:
	1
	Makefile.save
	autom4te.cache/output.0
	autom4te.cache/traces.0
	autom4te.cache/traces.1
	compile
	config.guess
	config.sub
	configure.save
	dbcon/Makefile.in
	dbcon/ddlpackage/Makefile.in
	dbcon/ddlpackage/ddl-scan.cpp
	dbcon/ddlpackageproc/Makefile.in
	dbcon/dmlpackage/Makefile.in
	dbcon/dmlpackage/dml-scan.cpp
	dbcon/dmlpackageproc/Makefile.in
	dbcon/execplan/Makefile.in
	dbcon/joblist/Makefile.in
	dbcon/mysql/Makefile.in
	ddlproc/Makefile.in
	decomsvr/Makefile.in
	depcomp
	dmlproc/Makefile.in
	exemgr/Makefile.in
	install-sh
	missing
	net-snmp/Makefile.in
	net-snmp/net-snmp-5.7.3/agent/mibgroup/mib_module_includes.h
	net-snmp/net-snmp-5.7.3/configure-summary
	net-snmp/net-snmp-5.7.3/dist/generation-scripts/gen-variables
	net-snmp/net-snmp-5.7.3/include/net-snmp/agent/mib_module_config.h
	net-snmp/net-snmp-5.7.3/mk/MODULE_LIST.mk
	net-snmp/net-snmp-5.7.3/mk/mib_module_list_c.mk
	net-snmp/net-snmp-5.7.3/mk/mib_module_list_code.mk
	net-snmp/net-snmp-5.7.3/mk/mib_module_list_ft.mk
	net-snmp/net-snmp-5.7.3/mk/mib_module_list_lo.mk
	net-snmp/net-snmp-5.7.3/mk/mib_module_list_o.mk
	net-snmp/net-snmp-5.7.3/mk/mibgroup_list_ft.mk
	net-snmp/net-snmp-5.7.3/mk/mibgroup_list_lo.mk
	net-snmp/net-snmp-5.7.3/mk/mibgroup_list_o.mk
	net-snmp/net-snmp-5.7.3/mk/module_list_c.mk
	net-snmp/net-snmp-5.7.3/mk/module_list_code.mk
	net-snmp/net-snmp-5.7.3/mk/module_list_ft.mk
	net-snmp/net-snmp-5.7.3/mk/module_list_lo.mk
	net-snmp/net-snmp-5.7.3/mk/module_list_o.mk
	oam/Makefile.in
	oam/cloud/Makefile.in
	oam/etc/Makefile.in
	oam/oamcpp/Makefile.in
	oam/post/Makefile.in
	oamapps/Makefile.in
	oamapps/calpontDB/Makefile.in
	oamapps/calpontSupport/Makefile.in
	oamapps/columnstoreDB/Makefile.in
	oamapps/columnstoreSupport/Makefile.in
	oamapps/mcsadmin/Makefile.in
	oamapps/postConfigure/Makefile.in
	oamapps/sendtrap/Makefile.in
	oamapps/serverMonitor/Makefile.in
	oamapps/sessionWalker/Makefile.in
	oamapps/traphandler/Makefile.in
	primitives/Makefile.in
	primitives/blockcache/Makefile.in
	primitives/linux-port/Makefile.in
	primitives/primproc/Makefile.in
	procmgr/Makefile.in
	procmon/Makefile.in
	snmpd/Makefile.in
	snmpd/etc/Makefile.in
	snmpd/snmpmanager/Makefile.in
	tools/Makefile.in
	tools/clearShm/Makefile.in
	tools/cleartablelock/Makefile.in
	tools/configMgt/Makefile.in
	tools/cplogger/Makefile.in
	tools/dbbuilder/Makefile.in
	tools/dbloadxml/Makefile.in
	tools/ddlcleanup/Makefile.in
	tools/editem/Makefile.in
	tools/getConfig/Makefile.in
	tools/idbmeminfo/Makefile.in
	tools/setConfig/Makefile.in
	tools/viewtablelock/Makefile.in
	utils/Makefile.in
	utils/batchloader/Makefile.in
	utils/boost_idb/Makefile.in
	utils/cacheutils/Makefile.in
	utils/common/Makefile.in
	utils/compress/Makefile.in
	utils/configcpp/Makefile.in
	utils/dataconvert/Makefile.in
	utils/ddlcleanup/Makefile.in
	utils/funcexp/Makefile.in
	utils/idbdatafile/Makefile.in
	utils/idbhdfs/Makefile.in
	utils/idbhdfs/hdfs-12/Makefile.in
	utils/idbhdfs/hdfs-20/Makefile.in
	utils/jemalloc/Makefile.in
	utils/joiner/Makefile.in
	utils/loggingcpp/Makefile.in
	utils/messageqcpp/Makefile.in
	utils/mysqlcl_idb/Makefile.in
	utils/querystats/Makefile.in
	utils/querytele/Makefile.in
	utils/rowgroup/Makefile.in
	utils/rwlock/Makefile.in
	utils/startup/Makefile.in
	utils/threadpool/Makefile.in
	utils/thrift/Makefile.in
	utils/udfsdk/Makefile.in
	utils/windowfunction/Makefile.in
	utils/winport/Makefile.in
	versioning/BRM/Makefile.in
	versioning/Makefile.in
	writeengine/Makefile.in
	writeengine/bulk/Makefile.in
	writeengine/client/Makefile.in
	writeengine/dictionary/Makefile.in
	writeengine/index/Makefile.in
	writeengine/redistribute/Makefile.in
	writeengine/server/Makefile.in
	writeengine/shared/Makefile.in
	writeengine/splitter/Makefile.in
	writeengine/wrapper/Makefile.in
2016-08-10 16:24:51 -05:00