david hill
54b86436fd
getSystemNetworkConfig: removed the NIC status and the external devices, not needed/used
2016-11-29 14:18:57 -06:00
dhall-InfiniDB
8382a73eb3
Merge pull request #63 from mariadb-corporation/MCOL-423
...
MCOL-423 Fixes to I_S tables
2016-11-29 08:59:04 -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
Andrew Hutchings
f586f3b46a
MCOL-423 Fixes to I_S tables
...
Fixes the following:
* Compression ratio calculation was incorrect
* Possible issues due to system catalog thread ID usage
* Compressed file size data count was leaking many FDs when the table
wasn't compressed
* Compressed file size data count was allocating random large amounts
of RAM and then leaking it when the table wasn't compressed
2016-11-29 10:45:38 +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
david hill
c5350c38ce
Update README.md
2016-11-24 09:14:36 -06:00
david hill
40db11e218
Update README.md
2016-11-24 09:14:05 -06:00
David Hill
97b84159b8
MCOL-416
2016-11-24 15:06:23 +00:00
David Hill
f808a86387
merge develop 1.0.5 branch
2016-11-24 14:44:19 +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
columnstore-1.0.5
2016-11-22 00:29:43 +00:00
David Hill
c5b9db1904
Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop
2016-11-21 20:26:41 +00:00
David Hill
a5515d582a
mcol-404 changes
2016-11-21 20:26:18 +00:00
david hill
606284ad63
Update README.md
...
update release to 1.0.5
2016-11-20 20:38:32 -06:00
David Hill
9ce117f521
MCOL-61, ami install
2016-11-20 22:47:54 +00:00
David Hill
591ff9326f
mcol-404
2016-11-20 17:52:57 +00:00
David Hill
02a5624cb3
MCOL-404 AND MCOL-61
2016-11-20 16:29:42 +00:00
David Hill
90706f1c93
Merge branch 'mcol-61' into develop
2016-11-20 01:42:29 +00:00
David Hill
3affcd465d
clean out /tmp for non-root
2016-11-20 01:23:59 +00:00
David Hill
ac5940fed3
fix non-root fstab permission issue
2016-11-20 00:14:38 +00:00
David Hill
2f366aa1bc
fix non-root fstab permission issue
2016-11-20 00:12:49 +00:00
David Hill
e29f7b22ea
fix non-root fstab permission issue
2016-11-20 00:10:21 +00:00
David Hill
32db3bfc86
mcol-61 - change to clean out /tmp
2016-11-20 00:07:09 +00:00
David Hill
88ca71a15f
fix get private ip
2016-11-19 22:15:03 +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
f785bea1d9
mcol-61
2016-11-17 22:42:22 +00:00
David Hill
03efedde03
fix fstab non-root issue
2016-11-17 22:26:58 +00:00
David Hill
9467a08879
mcol-61 fix volumnes script with cplogger
2016-11-17 21:20:58 +00:00
David Hill
8789ae7733
mcol-61
2016-11-17 20:06:03 +00:00
David Hill
c1902ba577
mcol-61
2016-11-17 20:04:20 +00:00
Andrew Hutchings
90ea3e2bd9
Merge pull request #60 from mariadb-corporation/gitCleanup
...
remove generated file releasenum and add it to gitignore file
2016-11-17 20:01:33 +00:00
Ben Thompson
64a7695a3b
remove generated file releasenum and add it to gitignore file
2016-11-17 13:56:14 -06: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
10b2d3f671
Merge pull request #59 from mariadb-corporation/MCOL-386
...
MCOL-386: Added some error reporting in catch statements in helpers.cpp
2016-11-15 17:30:03 +00:00
Ben Thompson
cc0f5efa28
MCOL-386: Added some error reporting in catch statements in helpers.cpp
2016-11-15 11:18:27 -06:00
David Hill
3b33601a20
mcol-406, fix non-root startup issue
2016-11-15 16:30:58 +00:00
David Hall
469256815a
MCOL-311 Add findObjectFile command to mcsadmin
2016-11-14 17:54:03 -06:00
dhall-InfiniDB
e046059964
Merge pull request #56 from mariadb-corporation/MCOL-309
...
MCOL-309 Implement Information Schema tables
2016-11-14 14:52:31 -06:00
David Hall
61404b0f47
MessageID 104 is used during install. It needs a parameter.
2016-11-14 14:21:33 -06: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