Andrew Hutchings
a860b2c704
Merge pull request #70 from mariadb-corporation/MCOL-311
...
Mcol 311
2016-12-07 07:05:47 +00:00
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
fe7e8005da
change to default to binary package for non-root install
2016-12-07 00:08:01 +00:00
David Hall
00aaa7e897
MCOL-311 Add better error handling and responses
2016-12-06 16:51:31 -06:00
dhall-InfiniDB
190a91ac29
Merge pull request #69 from mariadb-corporation/MCOL-406-3
...
MCOL-406 add table_usage() schema input
2016-12-06 16:14:31 -06:00
Andrew Hutchings
6efe906972
MCOL-406 add table_usage() schema input
...
table_usage() is now called using:
* table_usage(NULL, NULL) - all tables
* table_usage(NULL, 'table') - match tables with the name 'table' in all
schemas
* table_usage('schema', 'table') - match a specific schema and table
combination
2016-12-06 20:10:07 +00:00
David Hill
0f9ca9b804
MCOL-398, fix comment caught in review
2016-12-06 20:09:11 +00:00
David Hill
9b58b97ebb
put the alarm abck like develop
2016-12-06 19:43:27 +00:00
dhall-InfiniDB
d4a601b4fb
Merge pull request #68 from mariadb-corporation/MCOL-442
...
MCOL-442 Allow default zero date/datetime
2016-12-06 12:26:09 -06:00
dhall-InfiniDB
cb8ffedf03
Merge pull request #67 from mariadb-corporation/MCOL-406-2
...
MCOL-406 Add schema to table_usage()
2016-12-06 12:16:48 -06:00
Andrew Hutchings
fe381ab07c
MCOL-442 Allow default zero date/datetime
...
Remove the hard-coded restriction in the DDL code, it isn't needed any
more
2016-12-06 15:47:33 +00:00
David Hill
43da90ae79
change TotalUmMemory setting to a percentage
2016-12-06 15:41:44 +00:00
David Hill
506aada81b
tweaks for system restart status issues
2016-12-06 15:07:24 +00:00
Andrew Hutchings
e2771c246b
MCOL-406 Add schema to table_usage()
...
Schema name should be included in results
2016-12-06 12:59:43 +00:00
David Hill
9283635460
add more checks around the getsystems
2016-12-05 22:35:01 +00:00
dhall-InfiniDB
af58b880e9
Merge pull request #66 from mariadb-corporation/MCOL-430
...
MCOL-430 Fix memory corruption in cross-engine
2016-12-05 13:20:25 -06:00
Andrew Hutchings
52fd60f446
MCOL-430 Fix memory corruption in cross-engine
...
Cross engine was using fRowGroupDelivered for pulling the rows out of
libdrizzle and passing them on to the next step in the job list
simultaneously on different threads. Sometimes this is OK, but with
larger data sets it leads to data corruption and race conditions.
For pulling the rows out of libdrizzle this patch uses a new RowGroup
object instead to avoid the collision.
In addition this patch makes the DrizzleMySQL class a dynamically
allocated object. A first step into potentially using unbuffered row
results for performance and lower RAM usage at a later date.
2016-12-05 17:35:45 +00:00
dhall-InfiniDB
1e472ab4d4
Merge pull request #65 from mariadb-corporation/MCOL-433
...
MCOL-433 Fix cross engine buffer underrun
2016-12-05 09:54:29 -06:00
David Hill
857e1f9d69
MCOL-436
2016-12-05 02:25:25 +00:00
David Hill
4705ff74ec
removed unneeded header bar line from getSystemNetwork
2016-12-05 00:00:43 +00:00
David Hill
ac70d274ce
fix compile issue
2016-12-04 19:03:52 +00:00
david hill
0aa0ecfb56
MCOL-379 - Fixed empty Reporting Module
2016-12-04 12:27:48 -06:00
david hill
b6fa6124ef
MCOL-379
2016-12-04 12:19:52 -06:00
Andrew Hutchings
b3a227099f
MCOL-433 Fix cross engine buffer underrun
...
If there is only one packet in the buffer it is possible that the read
doesn't contain the whole packet, the resulting in the buffer pointer
going less than 0 and bad things happening.
2016-12-03 09:46:03 +00:00
david hill
ef3fe34af1
MCOL-398
2016-12-03 02:16:04 +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
ae286bcbfc
update
2016-12-01 21:28:52 +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
dhall-InfiniDB
691c52ca33
Merge pull request #64 from mariadb-corporation/MCOL-307
...
MCOL-307 Need path to we_redistributedef.h. The path isn't in everyon…
2016-12-01 11:57:45 -06:00
David Hall
fbb02f5fbd
MCOL-307 Need path to we_redistributedef.h. The path isn't in everyone's include path
2016-12-01 11:55:09 -06:00
dhall-InfiniDB
d4d9be607f
Merge pull request #57 from mariadb-corporation/MCOL-307
...
Mcol 307
2016-12-01 10:07:26 -06:00
David Hall
127180220b
MCOL-307 merge with develop
2016-12-01 10:06:32 -06:00
dhall-InfiniDB
26531eacbe
Merge pull request #58 from mariadb-corporation/MCOL-311
...
MCOL-311 Add findObjectFile command to mcsadmin
2016-12-01 09:30:51 -06:00
david hill
6e92acb2e4
MCOL-421
2016-11-30 16:18:42 -06: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
david hill
8cabbfbc16
Merge branch 'develop' of https://github.com/mariadb-corporation/mariadb-columnstore-engine into develop
2016-11-29 14:19:09 -06:00
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