1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00
Commit Graph

701 Commits

Author SHA1 Message Date
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
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
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
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
5aced3442f mcol-398 2016-11-11 14:09:00 -06:00
david hill
8da3f681a8 more non-root changes 2016-11-11 09:32:22 -06:00
dhall-InfiniDB
144b941935 Merge pull request #54 from mariadb-corporation/MCOL-372
MCOL-372: Modify condition which message is logged. Before was loggin…
2016-11-11 08:17:54 -06:00
david hill
e2b595c3e7 non-root changes 2016-11-11 08:13:55 -06:00
Andrew Hutchings
198ed53515 Merge pull request #55 from mariadb-corporation/MCOL-387
MCOL-387: Replaced option flags for version and release to not be tie…
2016-11-10 22:29:52 +00:00
david hill
5ba2432a73 change prefix on all scripts for non-root install 2016-11-10 16:27:41 -06:00
david hill
df65822c0d fix scp issue 2016-11-10 16:25:05 -06:00
david hill
b2864a55c8 remove sudo from ec2 check 2016-11-10 09:24:11 -06:00
david hill
16b4772434 add sudo to chmod to non-root install 2016-11-10 09:07:17 -06: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
e9b41c5692 name change fix 2016-11-09 16:19:06 -06:00
david hill
46011a75ee more changes for name change 2016-11-09 15:20:16 -06:00
david hill
5450508c80 changed to use new MCS cloud scripts 2016-11-09 13:55:02 -06:00
david hill
401c3b4929 changed to use new MCS cloud scripts 2016-11-09 13:48:06 -06:00
david hill
cdc17de551 update CMakeLists.txt 2016-11-09 13:43:15 -06:00
Ben Thompson
42cd203265 MCOL-372: Modify condition which message is logged. Before was logging once a second on every timeout. 2016-11-09 13:13:42 -06:00
benthompson15
096d14596d Merge pull request #53 from mariadb-corporation/fix-rpath
Fix rpath settings
2016-11-09 10:59:18 -06:00
Andrew Hutchings
461052d206 Update MariaDB version number 2016-11-09 14:02:01 +00:00
Andrew Hutchings
40c3d05d3a Fix rpath settings
I accidentally used CMAKE_INSTALL_PREFIX which isn't always set for the
engine build. This patch uses INSTALL_ENGINE instead
2016-11-09 13:52:24 +00:00
david hill
ce10b08e8e change amazon scripts for centos 7 and mcs 2016-11-07 16:53:09 -06:00
dhall-InfiniDB
15d6cafb53 Merge pull request #52 from mariadb-corporation/MCOL-385
MCOL-385 Fix crash observed with 10.1.19 merge
2016-11-07 15:21:15 -06:00
dhall-InfiniDB
df238a4e0f Merge pull request #50 from mariadb-corporation/MCOL-334
MCOL-334 Give joins in views highest priority
2016-11-07 15:20:21 -06:00
Andrew Hutchings
14a9581bb6 MCOL-385 Fix crash observed with 10.1.19 merge
Appears to be a regression introduced in MCOL-361 which was causing a
segault with bug3670.negative.sql
2016-11-07 21:04:26 +00:00
dhall-InfiniDB
cf646c62c6 Merge pull request #51 from mariadb-corporation/MCOL-129
MCOL-129 INSERT/UPDATE strict mode support
2016-11-07 09:52:43 -06:00
Andrew Hutchings
4fc7fa12cd MCOL-129 INSERT/UPDATE strict mode support
This changes the warning for truncation to the correct MariaDB error
code (1264).

In addition it passes the strict mode up into the DML class to roll back
correctly.

It also sets the abort_on_warning flag for updates as this isn't set on
the rnd_init phase but is needed for strict mode to work.
2016-11-04 14:06:00 +00:00
Andrew Hutchings
41266b0f23 MCOL-334 Give joins in views highest priority
For "select * from {view} where {col} in ({subquery})" type queries the
join for 'in' was being processed before any joins in the view. This
patch changes the priority so joins in views are processed first.
2016-11-03 17:54:12 +00:00
dhall-InfiniDB
059a158837 Merge pull request #49 from mariadb-corporation/MCOL-263
MCOL-263: throw different error message on load data infile if column…
2016-11-03 09:39:40 -05:00
Andrew Hutchings
caace4a096 Merge pull request #48 from mariadb-corporation/MCOL-361
MCOL-361 String::c_ptr() can cause a realloc and break things. Remove…
2016-11-03 13:49:25 +00:00
Ben Thompson
39c3cabb7c MCOL-263: throw different error message on load data infile if columnstore suspendDatabaseWrite is enabled 2016-11-02 17:34:46 -05:00
david hill
1aa90ae6a9 merge mcol-370 into develop 2016-11-02 10:56:32 -05:00