1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-02 06:13:16 +03:00
Commit Graph

2546 Commits

Author SHA1 Message Date
dhall-InfiniDB
2e9a2d9de8 Merge pull request #87 from mariadb-corporation/MCOL-477
MCOL-477 Change autoincrement on ALTER TABLE
2017-01-05 10:26:09 -06:00
David Hill
6d00528234 MCOL-462 2017-01-05 10:19:32 -06:00
Andrew Hutchings
bb800e4771 MCOL-477 Change autoincrement on ALTER TABLE
This patch allows the following syntax to change the current
autoincrement value for the table:

ALTER TABLE table_name COMMENT='autoincrement=value';

Where "value" is the new integer to be used.
2017-01-05 15:03:54 +00:00
David Hill
27c43ff00e MCOL-462 2017-01-04 17:23:38 -06:00
David Hill
a4fa1b325b MCOL-462 2017-01-04 15:54:43 -06:00
David Hill
f2e23141eb MCOL-462 - add script to read keys 2017-01-04 14:38:56 -06:00
David Hill
da3b2b372f MCOL-462 2017-01-04 13:25:24 -06:00
David Hill
4b68b5d6ba MCOL-462 2017-01-04 13:18:41 -06:00
David Hill
2a8b29274f MCOL-462 2017-01-04 09:13:38 -06:00
David Hill
855c79b222 MCOL-462 2017-01-03 09:14:41 -06:00
David Hill
b6111a4bb0 MCOL-462 2016-12-30 11:07:29 -06:00
dhall-InfiniDB
30bd422537 Merge pull request #83 from mariadb-corporation/MCOL-301
MCOL-301 fixes to aggregate functions
2016-12-28 10:17:39 -06:00
dhall-InfiniDB
e5a831d20e Merge pull request #84 from mariadb-corporation/MCOL-389
MCOL-389 Add int/string handling for mod()
2016-12-28 10:04:22 -06:00
David Hill
4f5d9096fa MCOL-462 - change the api to aws ec2 apis 2016-12-23 15:39:18 -06:00
David Hill
270a678280 MCOL-481 - added mysql replication prompt 2016-12-21 13:09:22 -06:00
David Hill
fb09099a06 MCOL-481 - added mysql replication prompt 2016-12-21 13:04:52 -06:00
David Hill
b6a22feb6e MCOL-461 - remove -mp option 2016-12-21 10:25:14 -06:00
David Hill
3844b1e26a MCOL-475 - remove set username on ssh 2016-12-21 10:18:48 -06:00
David Hill
7ade71eb0c MCOL-476 2016-12-20 15:47:27 -06:00
benthompson15
b37333c01b Merge pull request #85 from mariadb-corporation/MCOL-315
MCOL-315 Fully remove our libxml source
2016-12-20 13:21:56 -06:00
Andrew Hutchings
65f733459a Merge pull request #86 from mariadb-corporation/MCOL-473
add VERSION file to be used for columnstore versioning
2016-12-20 17:28:37 +00:00
Ben Thompson
698d5c4894 add VERSION file to be used for columnstore versioning 2016-12-20 10:06:19 -06:00
david hill
52890e97a1 MCOL-462 2016-12-19 16:22:37 -06:00
Andrew Hutchings
69305d3521 MCOL-315 Fully remove our libxml source
We already use the OS library with our headers, we are just lucky this
has worked so far. This patch removes the source and switches the the OS
headers instead.
2016-12-19 19:18:00 +00:00
Andrew Hutchings
0df1a5189f MCOL-389 Add int/string handling for mod()
Func_mod uses double instead of int for char casting. This patch adds int
handling and uses it where appropriate.
2016-12-19 15:06:04 +00:00
Andrew Hutchings
98f92d53b2 MCOL-301 Fix nested arithmatic in aggregate
Arithmatic on two functions inside an aggregate function caused an error
due to the function not being parsed correctly. This fix parses the
function for the arithmatic.
2016-12-16 21:42:52 +00:00
dhall-InfiniDB
d35609fa91 Merge pull request #82 from mariadb-corporation/MCOL-471
MCOL-471 Fix GCC 6.3 support
2016-12-16 09:57:42 -06:00
Andrew Hutchings
e090917ca0 MCOL-471 Fix GCC 6.3 support
isnan requires std:: namespace
2016-12-16 10:07:32 +00:00
Andrew Hutchings
5376d4b290 MCOL-301 fix SUM() with constants
If SUM() has constants return the MAX() instead of constant * rows.
2016-12-15 17:13:02 +00:00
dhall-InfiniDB
dd198d822a Merge pull request #81 from mariadb-corporation/MCOL-454
MCOL-454 I_S.COLUMNSTORE_FILES multi-node
2016-12-14 11:58:21 -06:00
david hill
f1f4117164 Merge pull request #80 from mariadb-corporation/MCOL-451
MCOL-451 add dictoid support and all columns for table oid
2016-12-14 11:49:59 -06:00
Andrew Hutchings
025838629b MCOL-454 I_S.COLUMNSTORE_FILES multi-node
I_S.COLUMNSTORE_FILES returned bad filenames and NULL file sizes when
there are multiple nodes in a ColumnStore cluster

It adds an extra message call to the WriteEngine to get the file size
for that file. The I_S function will figure out which WriteEngine to
communicate with and get the file size details from it.
2016-12-14 16:55:03 +00:00
David Hill
0eefa09eaf MCOL-453 2016-12-13 16:09:08 -06:00
David Hill
67bc2a459d MCOL-464 2016-12-13 14:56:10 -06:00
David Hill
fae09df1b7 MCOL-453 - added check to not allow removemodule to run on non-parent columnstore-1.0.6 2016-12-12 11:59:51 -06:00
David Hill
f88164ed64 MCOL-460 - fix issue where the ./my/cnf password wasnt being used in retry 2016-12-12 10:26:29 -06:00
benthompson15
974a50ceec Merge pull request #78 from mariadb-corporation/kill_jemalloc
Kill Jemalloc
2016-12-09 10:25:35 -06:00
dhall-InfiniDB
94311bf701 Merge pull request #77 from mariadb-corporation/MCOL-457
MCOL-457 Fix insert...select NULL bitmap
2016-12-09 10:24:39 -06:00
Andrew Hutchings
e03f7dc885 Kill Jemalloc
It does nothing for us, adding it when detected just causes pain.
2016-12-09 16:18:33 +00:00
Andrew Hutchings
5571481957 MCOL-457 Fix insert...select NULL bitmap
When a table has 8 columns that could be NULL and a NOT NULL column
after the NULLable columns the check to see if we have gone over the
NULL bitmap byte limit is run prematurely trigging an error.

This patch moves the check to only run when we are looking at NULLable
columns.
2016-12-09 10:36:42 +00:00
builder
57b1393812 MCOL-452 - change back dummy comment check to fix rpm install issue 2016-12-08 20:50:23 -06:00
David Hall
4efce367cc MCOL-451 add dictoid support and all columns for table oid 2016-12-08 15:42:28 -06:00
David Hill
b2c7205ef4 MCOL-452 2016-12-08 13:40:53 -06:00
David Hill
10b0199e81 MCOL-452 2016-12-08 13:15:55 -06:00
dhall-InfiniDB
9152d920eb Merge pull request #76 from mariadb-corporation/MCOL-307
MCOL-307 ConsoleCmds.xml needs to have sequential arg numbers
2016-12-08 11:30:02 -06:00
David Hall
f5532d5002 MCOL-307 ConsoleCmds.xml needs to have sequential arg numbers 2016-12-08 11:24:15 -06:00
David Hill
d6717ccc29 Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop 2016-12-08 10:46:35 -06:00
David Hill
858e8d70a7 MCOL-452 missing user define in pre-uninstall 2016-12-08 10:46:05 -06:00
dhall-InfiniDB
3a9d88f81b Merge pull request #75 from mariadb-corporation/MCOL-307
MCOL-307 Remove help for the "Start Remove" command of redistributeDa…
2016-12-08 10:11:16 -06:00
David Hall
e1a0c0a4e5 MCOL-307 Remove help for the "Start Remove" command of redistributeData. This command doesn't work and will be fixed in a later release. 2016-12-08 10:09:12 -06:00