1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00
Commit Graph

6623 Commits

Author SHA1 Message Date
Sergei Golubchik
7fbc3e5785 fix a parallel build error 2016-06-08 20:29:02 +02:00
Sergei Golubchik
fafcee852f compilation failure 2016-06-08 17:58:22 +02:00
david hill
d409422287 MCOL-58 - change to handle non-root install dir 2016-06-05 14:00:03 -05:00
david hill
70ee11429c change default password 2016-06-04 14:43:20 -05:00
david hill
843d8edc0e MCOL-107 - fixed issue with pickup the tar.gz package 2016-06-03 17:21:24 -05:00
Sergei Golubchik
f1c8671aea updated paths to work as a submodule 2016-06-04 00:01:11 +03:00
david hill
47fb96010d fix install issue where the gz package was trying to be installed 2016-06-03 15:34:52 -05:00
Sergei Golubchik
23f8cb50b9 Builds! 2016-06-03 19:54:24 +03:00
Sergei Golubchik
91a0629d15 fails on #include sql_table.h and sql_select.h 2016-06-03 16:50:17 +03:00
Sergei Golubchik
b1b60065d9 build fails with boost linking errors 2016-06-03 13:55:09 +03:00
david hill
e6565f6f01 MCOL-101 2016-06-02 19:14:56 -05:00
david hill
1a673e30c5 fix restartsystem issue, thinking service is down 2016-06-02 18:38:14 -05:00
Justin Swanhart
1f860b69fd remove make from boostrap 2016-06-02 10:57:43 -04:00
Justin Swanhart
9b2fd62612 [MCOL-69] - add include paths 2016-06-02 08:40:38 -04: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 columnstore-1.0.0 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
9fafd607d6 Merge branch 'mariadb-corporation-master' 2016-06-01 17:32:59 -04:00
Justin Swanhart
be45f0a40f merge 2016-06-01 17:30:57 -04:00
david hill
84eeae5a34 removed files for cleanup 2016-06-01 15:05:38 -05:00
david hill
f46acea23e removed files for cleanup 2016-06-01 15:00:27 -05: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
4dc007fa66 MCOL-89, fix in binary_installer to handle multi level install direc names 2016-05-31 11:51:18 -05:00
Justin Swanhart
f16c8a63e3 [MCOL-69] autotools - exclude object/library files 2016-05-31 12:06:20 -04:00
Justin Swanhart
b083817ee5 [MCOL-69] autotools - last (expected) change to build/bootstrap 2016-05-31 11:58:15 -04:00
david hill
f8fbb3facc MCOL-89, change to handle 1.0.0 package names, #2 2016-05-31 10:35:46 -05:00
Justin Swanhart
bf84e365f4 [MCOL-69] autotools - add export/ to .gitignore 2016-05-31 11:34:11 -04:00
Justin Swanhart
8762b1562d [MCOL-69] autotools - remove non-working CXX flag checks, update bootstrap 2016-05-31 11:33:21 -04:00
david hill
f9bdeb2ca4 MCOL-89, change to handle 1.0.0 package names 2016-05-31 10:22:32 -05:00
Justin Swanhart
411b372ffc [MCOL-69] autotools - remove generated macros, update top .am and .ac files 2016-05-31 11:05:58 -04:00
Justin Swanhart
7115c56cf0 [MCOL-69] autotools - remove non-source files 2016-05-31 10:30:11 -04:00
Justin Swanhart
970355d32d [MCOL-69] autotools - update configure.ac to add AM_PROG_CC_C_O macro 2016-05-31 10:06:44 -04:00
Justin Swanhart
220acaae89 [MCOL-69] - update .gitignore to remove generated files 2016-05-31 09:57:53 -04:00
Justin Swanhart
635c8e6b42 [MCOL-69] - make bootstrap run autoreconf, update .gitignore to remove generated files 2016-05-31 09:56:32 -04:00
david hill
07e5b592da community build script change 2016-05-30 18:55:06 -05:00
Justin Swanhart
e9b6d3a5a6 [MCOL-69] generated file cleanup, add artifacts to ignore list 2016-05-30 07:52:26 -04: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
88c313ca70 [MCOL-69] Attempt rpath change in top level autoconf macro file 2016-05-29 22:32:28 -04:00
Justin Swanhart
6fcdbaa67b Merge pull request #1 from mariadb-corporation/master
merge upstream
2016-05-29 13:49:46 -04:00
David Hall
6df96183a6 Merge branch 'master' of https://github.com/mariadb-corporation/mariadb-columnstore-engine 2016-05-27 14:40:44 -05:00
David Hall
c1c82a606b MCOL-2 Change error and message text to Columnstore 2016-05-27 14:40:19 -05: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
873111ce3f change rsa key checkin 2016-05-26 15:52:41 -05:00