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

2546 Commits

Author SHA1 Message Date
Andrew Hutchings
67121aab81 MCOL-317 Fix out of tree builds
Make linking with libmysqlclient work with out of tree builds
2017-01-25 21:32:11 +00:00
dhall-InfiniDB
d50007b61d Merge pull request #114 from mariadb-corporation/MCOL-533-locks
MCOL-533 Add lock to table_usage
2017-01-25 14:25:22 -06:00
Andrew Hutchings
38bf720db4 MCOL-533 Add lock to table_usage
Calling from multiple connections simultaneously is bad. This adds a
lock preventing that.
2017-01-25 19:34:46 +00:00
benthompson15
b9458183eb Merge pull request #95 from mariadb-corporation/MCOL-317
MCOL-317 Remove libdrizzle
2017-01-25 13:18:08 -06:00
david hill
43c2c233fe no change, buildbot test check-in 2017-01-25 12:28:20 -06:00
David Hall
e2d66222cd MCOL-513 Use threadpool for FEMsgHandler 2017-01-25 10:39:03 -06:00
dhall-InfiniDB
54a701814d Merge pull request #113 from mariadb-corporation/MCOL-533
MCOL-533 fix the table_usage() procedure
2017-01-25 09:26:55 -06:00
Andrew Hutchings
b37d0f43f5 MCOL-533 fix the table_usage() procedure
The old procedure could be wildly incorrect when there were multiple
extents for a dictionary column.

The new one uses tables so that columnstore_files doesn't get
hammered too hard. They can't be temporary tables due to the reuse
restriction on temporary tables.
2017-01-25 11:03:03 +00:00
David Hall
892906d40b MCOL-513 Use threadpool for session threads 2017-01-24 16:27:11 -06:00
David Hall
33ae588776 MCOL-455 Add check for system running to prevent mcsadmin crash 2017-01-24 16:15:47 -06:00
dhall-InfiniDB
17805d14fd Merge pull request #107 from mariadb-corporation/MCOL-1
Mcol 1
2017-01-24 16:07:34 -06:00
dhall-InfiniDB
4587245562 Merge branch 'develop' into MCOL-1 2017-01-24 16:07:28 -06:00
david hill
f4e3b7299d commit from develop, MCOL-455, MCOL-527, AND MCOL-528 2017-01-24 09:15:01 -06:00
david hill
e547d29d56 merge 1.0.7 to master 2017-01-23 18:33:44 -06:00
David Hill
df084281b8 MCOL-527 - change to run mysql scripts when um disk is mounted columnstore-1.0.7 2017-01-21 15:51:25 -06:00
david hill
a6193ec7cd MCOL-527 - add code for non-root 2017-01-20 23:15:00 -06:00
benthompson15
52c9fcd5b5 Merge pull request #112 from mariadb-corporation/MCOL-527
MCOL-527 - change UM device name from sdf to xvdf
2017-01-20 20:05:29 -06:00
benthompson15
dfc14e43c5 Merge pull request #111 from mariadb-corporation/MCOL-528
MCOL-528 - removed schema sync prompt and default to on when local qu…
2017-01-20 20:01:08 -06:00
david hill
e84573af8c MCOL-527 - change UM device name from sdf to xvdf 2017-01-20 19:57:22 -06:00
david hill
a75c597d3b MCOL-528 - removed schema sync prompt and default to on when local query is selected 2017-01-20 19:49:26 -06:00
benthompson15
09fa56d7cb Merge pull request #99 from mariadb-corporation/MCOL-318
MCOL-318 Use OS version of Snappy
2017-01-20 19:38:04 -06:00
davidwbt
44d42f93b5 Merge pull request #110 from mariadb-corporation/MCOL-455
MCOL-455 - add start remove to help
2017-01-20 17:33:20 -08:00
David Hill
588dc7a122 MCOL-455 - add start remove to help 2017-01-20 19:25:48 -06:00
David Hill
75b4d06481 MCOL-455 - add start remove to help 2017-01-20 19:16:54 -06:00
Ben Thompson
bb9fdd6eac MCOL-468: remove slave-skip-errors=all from default settings 2017-01-20 17:05:50 -06:00
David Hall
edd8a30142 MCOL-455 Add check for system running to prevent mcsadmin crash 2017-01-20 13:35:13 -06:00
David Hall
4b0bb14482 MCOL-1 whitespace fix 2017-01-20 10:53:26 -06:00
David Hall
168799deec Merge remote-tracking branch 'origin/develop' into MCOL-1 2017-01-20 10:45:42 -06:00
Andrew Hutchings
19454718f9 Merge pull request #106 from mariadb-corporation/MCOL-455-1.1
Mcol 455 1.1
2017-01-20 10:42:18 -06:00
David Hall
90ba63b929 MCOL-455 spell check 2017-01-20 10:40:58 -06:00
Andrew Hutchings
9556d19843 Merge pull request #105 from mariadb-corporation/MCOL-455
MCOL-455: fix crash caused by rewind of unopened redistribute plan fi…
2017-01-20 10:39:04 -06:00
David Hall
d054d0edc7 MCOL-455 spell check 2017-01-20 10:37:43 -06:00
David Hall
72436e1d57 MCOL-455: fix crash caused by rewind of unopened redistribute plan file during display when no partitions have been planned to be moved. 2017-01-20 10:20:09 -06:00
David Hall
faea63b9cb MCOL-455: fix crash caused by rewind of unopened redistribute plan file during display when no partitions have been planned to be moved. 2017-01-20 10:10:24 -06:00
David Hall
488e55eeaa MCOL-1 use getSystemSuspended() rather than is ReadWrite() to determine if system writes are suspended.
Add REMOVE documentation to help file.
2017-01-19 17:21:50 -06:00
david hill
8f2bfb58de MCOL-481 fix 2017-01-19 15:16:17 -06:00
david hill
ddf6d15bec MCOL-481 fix 2017-01-19 15:04:00 -06:00
dhall-InfiniDB
320fe7fa0a Merge pull request #104 from mariadb-corporation/MCOL-454-fix-1.0
MCOL-454 Fix HWM edge case
2017-01-19 14:39:13 -06:00
dhall-InfiniDB
568e9b0168 Merge pull request #103 from mariadb-corporation/MCOL-454-fix
MCOL-454 Fix HWM edge case
2017-01-19 14:38:54 -06:00
Andrew Hutchings
a89ab2f2bf MCOL-454 Fix HWM edge case
Sometimes block offset can be > 0 but HWM can be 0 this causes a
calculation error in the DATA_SIZE field of I_S.columnstore_extents
2017-01-19 16:45:10 +00:00
Andrew Hutchings
d26223aa50 MCOL-454 Fix HWM edge case
Sometimes block offset can be > 0 but HWM can be 0 this causes a
calculation error in the DATA_SIZE field of I_S.columnstore_extents
2017-01-19 16:43:27 +00:00
dhall-InfiniDB
952604d6bc Merge pull request #102 from mariadb-corporation/MCOL-477-1.0-fix
MCOL-477 fix for 1.0
2017-01-18 15:53:11 -06:00
dhall-InfiniDB
1ee2296b4e Merge pull request #101 from mariadb-corporation/MCOL-477-fix
MCOL-477 fix
2017-01-18 15:52:50 -06:00
david hill
d3f9d5cf5a mcol-481 - just changed the note 2017-01-18 14:33:29 -06:00
david hill
06a9976289 mcol-481 - just changed the note 2017-01-18 14:32:54 -06:00
Andrew Hutchings
271bfb525e Also check for zero
Needed for unsigned int columns
2017-01-18 17:39:37 +00:00
Andrew Hutchings
a64851f56c MCOL-477 Add validation to alter autoincrement
If the data isn't validated and someone gives bad input it could cause
corruption. This validates the input.
2017-01-18 17:39:30 +00:00
Andrew Hutchings
aa2cb8b9ba Also check for zero
Needed for unsigned int columns
2017-01-18 17:35:59 +00:00
Andrew Hutchings
183298ba50 MCOL-477 Add validation to alter autoincrement
If the data isn't validated and someone gives bad input it could cause
corruption. This validates the input.
2017-01-18 17:28:19 +00:00
david hill
f4d2606a7f MCOL-475 - removed extra } 2017-01-18 11:23:02 -06:00