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

1706 Commits

Author SHA1 Message Date
Ben Thompson
424628349b Add CMake build tree files 2016-07-15 10:49:57 -05:00
Ben Thompson
03f3bb8361 removing dml-scan.cpp and ddl-scan.cpp, generated by build should not be here. Also .gitignore add *.mk 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
Ben Thompson
13ba43c16b Changes to how source generating scripts are called from cmakelists 2016-07-14 13:12:52 -05:00
Ben Thompson
6a6d24b91b Add CMake build tree files 2016-07-13 18:12:37 -05:00
Ben Thompson
f401d45170 removing dml-scan.cpp and ddl-scan.cpp, generated by build should not be here. Also .gitignore add *.mk 2016-07-13 11:15:47 -05:00
Ben Thompson
3e512830fe Remove Makefile.in and update gitignore 2016-07-12 17:45:33 -05:00
David Hall
d8c4f4f1cf Set up so that configure --with-debug works 2016-06-28 16:27:46 -05:00
david hill
0171724905 mcol-146 2016-06-27 13:27:20 -05:00
david hill
6bfb18c71a merge mcol59 to develop 2016-06-24 15:49:49 -05:00
david hill
ad213e4758 mcol-59 2016-06-24 15:29:50 -05:00
david hill
752f87cc92 mcol-145, change sbin to bin 2016-06-22 20:47:18 -05:00
david hill
5c7ac83667 MCOL-145, still cleaning up directories 2016-06-22 18:41:16 -05:00
david hill
7d8de28b43 MCOL-59, change calpont.xml 2016-06-22 16:00:00 -05:00
david hill
bbcb38e6e2 mcol-64 2016-06-17 15:18:23 +00:00
david hill
df3d259f38 MCOL64 more directory name changes 2016-06-16 21:51:42 +00:00
david hill
ef2697d370 move files 2016-06-16 20:50:54 +00:00
david hill
a1cab7f7ee change makfile for mysql-Columnstore 2016-06-16 19:59:50 +00:00
justin
b76a909715 [mcol-69] fix regression in dbcon/oamapps make process.. 2016-06-16 08:59:31 -04:00
david hill
24189682ff mcol-64 2016-06-15 20:25:35 +00:00
justin
709a1d0d41 merge [mcol-69] 2016-06-15 12:25:41 -04:00
justin
7421e1652e [MCOL-69] autotools fixes 2016-06-15 05:41:55 -04:00
justin
22b7b3d1ef [MCOL-69] - autotools bootstrap only needed on new release version 2016-06-15 04:46:10 -04:00
justin
54c361cff7 [MCOL-69] autotools 2016-06-13 20:02:25 -04:00
Sergei Golubchik
58c4eb1f71 more parallel build fixes 2016-06-09 23:43:35 +03:00
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
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
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
Justin Swanhart
be45f0a40f merge 2016-06-01 17:30:57 -04: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
eff8f39801 MCOL-3 directory name changes 2016-05-31 16:40:30 -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
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
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
5440f1fa02 Merge branch 'master' of https://github.com/mariadb-corporation/mariadb-columnstore-engine 2016-05-25 13:03:25 -05:00
david hill
23dad9de02 fix engine create issue 2016-05-25 13:03:11 -05:00
David Hall
2fa2a214c6 MCOL-81 - optimizer override bug 2016-05-24 17:42:17 -05:00
david hill
e39acb55dc change github repo name 2016-05-24 10:39:28 -05:00