david hill
edb55cf23a
mcol-5 save files
2016-07-19 10:46:58 -05:00
Ben Thompson
96a0526ac5
add commented out lines from cmakelists files
2016-07-15 11:23:26 -05:00
Ben Thompson
424628349b
Add CMake build tree files
2016-07-15 10:49:57 -05:00
Ben Thompson
d90af9496e
Remove Makefile.in and update gitignore
2016-07-15 10:49:57 -05:00
david hill
c954b34337
mcol-138
2016-07-13 15:08:28 -05:00
david hill
7ed3c435da
MCOL-58 - non-root install install script changes
2016-07-11 12:17:06 -05:00
david hill
bea92d3779
MCOL-70
2016-06-30 16:01:16 -05:00
david hill
13afd0f744
MCOL-70
2016-06-30 14:29:40 -05:00
david hill
20f1047649
add check for invalid ip address of 128.0.0.1
2016-06-29 11:03:53 -05:00
david hill
9e39f301d8
changed status.log to wait.log
2016-06-29 11:00:07 -05:00
david hill
f5f09693f2
add check for invalid ip address of 128.0.0.1
2016-06-29 10:48:53 -05:00
david hill
7d8de28b43
MCOL-59, change calpont.xml
2016-06-22 16:00:00 -05:00
david hill
e78b6b8ac8
MCOL-145 - update oamapps makefiles
2016-06-21 10:46:31 -05:00
justin
b76a909715
[mcol-69] fix regression in dbcon/oamapps make process..
2016-06-16 08:59:31 -04:00
justin
709a1d0d41
merge [mcol-69]
2016-06-15 12:25:41 -04:00
justin
22b7b3d1ef
[MCOL-69] - autotools bootstrap only needed on new release version
2016-06-15 04:46:10 -04:00
justin
2a60153958
[MCOL-69] autotools - finish integrating newer net-snmp
2016-06-14 14:15:05 -04:00
justin
00af1b0b54
[MCOL-69] bundle newer net-snmp
2016-06-14 10:51:41 -04:00
justin
7c36df741e
[MCOL-69] autotools
2016-06-14 10:20:59 -04:00
justin
b6cc950a80
fix conflict
2016-06-14 10:20:18 -04:00
justin
7d62040ac1
fix conflict
2016-06-14 10:00:34 -04:00
justin
8360998dd8
fix conflict
2016-06-14 09:58:39 -04:00
justin
961949f10c
[MCOL-69] autotools
2016-06-13 21:15:45 -04:00
justin
54c361cff7
[MCOL-69] autotools
2016-06-13 20:02:25 -04:00
david hill
4365e207fc
creare missing MakeFile.am for columnstore apps
2016-06-10 13:02:08 -05:00
david hill
136c3f8bc2
add MakeFile.am for columnstore apps
2016-06-10 12:59:34 -05:00
david hill
9a87c80ba3
fix name change - calpont/infinidb to columnstore
2016-06-10 11:36:51 -05:00
david hill
1a673e30c5
fix restartsystem issue, thinking service is down
2016-06-02 18:38:14 -05:00
Justin Swanhart
16b1264557
Merge pull request #3 from mariadb-corporation/master
...
merge upstream
2016-06-01 23:13:42 -04:00
david hill
e9d96ddc85
copyright additions
2016-06-01 20:03:20 -05:00
Justin Swanhart
5827cd5c47
merge upstream
2016-06-01 19:59:03 -04:00
david hill
3a6d4c3fd2
Revert "copyright name change"
...
This reverts commit 7000f6e4f2 .
2016-06-01 17:54:28 -05:00
david hill
d50b6147a2
MCOL-38 - remove data transaction directory reference
2016-06-01 16:33:30 -05:00
Justin Swanhart
be45f0a40f
merge
2016-06-01 17:30:57 -04:00
david hill
7000f6e4f2
copyright name change
2016-06-01 14:54:11 -05:00
david hill
b8bf7afd35
MCOL-94 - mysql rep not being set for multi node
2016-06-01 10:09:41 -05:00
david hill
eff8f39801
MCOL-3 directory name changes
2016-05-31 16:40:30 -05:00
david hill
29a89c1b36
MCOL-88 - change for name chnage issues
2016-05-31 13:23:40 -05:00
david hill
f8fbb3facc
MCOL-89, change to handle 1.0.0 package names, #2
2016-05-31 10:35:46 -05:00
david hill
f9bdeb2ca4
MCOL-89, change to handle 1.0.0 package names
2016-05-31 10:22:32 -05:00
Justin Swanhart
185d1a780c
[MCOL-69] Remove Makefile.in files (should be generated with autoreconf)
2016-05-30 07:48:12 -04:00
Justin Swanhart
25093d4dd0
[MCOL-69] Fix autotools build process
...
Remove generated Makefiles
Update Makefile.am to specify RPATH as a subdirectory of --prefix
Remove configure artifacts such as config.log, config.h, etc
Remove unneeded backup files (files ending in tilde ~)
2016-05-30 07:41:56 -04:00
Justin Swanhart
6fcdbaa67b
Merge pull request #1 from mariadb-corporation/master
...
merge upstream
2016-05-29 13:49:46 -04:00
david hill
aaf65f9943
add check for confirm arg in restartprocess
2016-05-27 09:21:23 -05:00
Justin Swanhart
a812a76e8d
[MCOL-69] - improve build process
...
Add .gitignore file to omit autoconf artificats
Modify bootstrap to:
No longer copy binaries into export
Create export/mysql directory properly
Check for errors when generating version header
Run configure
Check for errors when running configure
Modify genVersion.h to:
Place versionnumber.h into dbcon/mysql, the only place it appears to be used
It was being generated in the install prefix, thus when using a non-user
path like /usr/local/PREFIX it would fail to generate the version number
header, because the user compiling the software does not have write
permission. This necessitated building as root, this will resolve that.
Remove config.log, an autotools artifact
Add autoconf templates for mcsadmin
2016-05-27 09:47:39 -04:00
david hill
d6388afd64
get localhostname - add check for nic = 1
2016-05-26 09:21:46 -05:00
david hill
c6f89d3336
get localhostname
2016-05-26 09:14:14 -05:00
david hill
a2264bea70
add a linefeed before system being started
2016-05-25 14:51:34 -05:00
david hill
70a2ca00f6
change tmp storage name
2016-05-25 14:08:04 -05:00
david hill
565f5176b0
merge columnstore2 into master
2016-05-19 14:55:04 -05:00