David Hill
9b6beb4957
fix root user and sudo check
2016-12-07 04:12:27 +00:00
David Hill
43a4e08621
fix the sudo calls by root user
2016-12-07 00:27:48 +00:00
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