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

1621 Commits

Author SHA1 Message Date
b57af447a4 MCOL-5 Correct the issue of double-unlocking the mutex. It was supposed to be a lock, not unlock 2016-08-08 16:36:53 -05:00
8de8666046 MCOL-5 fill the vector before taking the addresses of the strings. 2016-08-08 16:36:01 -05:00
7598e8bc75 MCOL-5 Building the cpimport command line for LDI relied on the addresses of the contents of a std:vector being static during re-allocation. This is an erroneous assumption. Recoded to build the vector completely, then use it. 2016-08-05 14:09:19 -05:00
020c0ed3f5 MCOL-140 Add a mechanism to serialize transactions for a single table to prevent VSS clashes. Transactions for different tables will continue concurrently. 2016-07-28 09:25:49 -05:00
4709c2bece Add dependencies on netsnmp build 2016-07-27 16:00:28 -05:00
539e524ad4 name change from InfiniDB in comments 2016-07-26 09:24:46 -05:00
6527f191e1 merged mcol-5 2016-07-21 09:00:25 -05:00
6d11ce030d MCOL-66 - Make the DDL and DML parsers re-entrant.
Serialize all DDL because the VVS can't handle modifying the same block simultaneously
Fix the CTRL+C logic in DML that caused COMMIT issues.
2016-07-20 11:47:51 -05:00
fe1a4c659e Fix libcalmysql 2016-07-19 12:40:51 -05:00
edb55cf23a mcol-5 save files 2016-07-19 10:46:58 -05:00
72ac8c5e90 CMake fixes for executable install and libclamysql 2016-07-15 16:23:26 -05:00
ba2a66f589 More cmakefile fixes 2016-07-15 15:07:35 -05:00
b7124b91b3 Merge branch
Conflicts:
	dbcon/dmlpackageproc/CMakeLists.txt
	oamapps/CMakeLists.txt
	utils/cacheutils/CMakeLists.txt
	utils/common/CMakeLists.txt
	utils/compress/CMakeLists.txt
	utils/dataconvert/CMakeLists.txt
	utils/idbdatafile/CMakeLists.txt
	utils/mysqlcl_idb/CMakeLists.txt
2016-07-15 11:31:46 -05:00
96a0526ac5 add commented out lines from cmakelists files 2016-07-15 11:23:26 -05:00
934920d73e Changes to how source generating scripts are called from cmakelists 2016-07-15 10:49:57 -05:00
424628349b Add CMake build tree files 2016-07-15 10:49:57 -05:00
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
d90af9496e Remove Makefile.in and update gitignore 2016-07-15 10:49:57 -05:00
13ba43c16b Changes to how source generating scripts are called from cmakelists 2016-07-14 13:12:52 -05:00
6a6d24b91b Add CMake build tree files 2016-07-13 18:12:37 -05:00
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
3e512830fe Remove Makefile.in and update gitignore 2016-07-12 17:45:33 -05:00
d8c4f4f1cf Set up so that configure --with-debug works 2016-06-28 16:27:46 -05:00
0171724905 mcol-146 2016-06-27 13:27:20 -05:00
6bfb18c71a merge mcol59 to develop 2016-06-24 15:49:49 -05:00
ad213e4758 mcol-59 2016-06-24 15:29:50 -05:00
752f87cc92 mcol-145, change sbin to bin 2016-06-22 20:47:18 -05:00
5c7ac83667 MCOL-145, still cleaning up directories 2016-06-22 18:41:16 -05:00
7d8de28b43 MCOL-59, change calpont.xml 2016-06-22 16:00:00 -05:00
bbcb38e6e2 mcol-64 2016-06-17 15:18:23 +00:00
df3d259f38 MCOL64 more directory name changes 2016-06-16 21:51:42 +00:00
ef2697d370 move files 2016-06-16 20:50:54 +00:00
a1cab7f7ee change makfile for mysql-Columnstore 2016-06-16 19:59:50 +00:00
b76a909715 [mcol-69] fix regression in dbcon/oamapps make process.. 2016-06-16 08:59:31 -04:00
24189682ff mcol-64 2016-06-15 20:25:35 +00:00
709a1d0d41 merge [mcol-69] 2016-06-15 12:25:41 -04:00
7421e1652e [MCOL-69] autotools fixes 2016-06-15 05:41:55 -04:00
22b7b3d1ef [MCOL-69] - autotools bootstrap only needed on new release version 2016-06-15 04:46:10 -04:00
54c361cff7 [MCOL-69] autotools 2016-06-13 20:02:25 -04:00
58c4eb1f71 more parallel build fixes 2016-06-09 23:43:35 +03:00
7fbc3e5785 fix a parallel build error 2016-06-08 20:29:02 +02:00
fafcee852f compilation failure 2016-06-08 17:58:22 +02:00
d409422287 MCOL-58 - change to handle non-root install dir 2016-06-05 14:00:03 -05:00
23f8cb50b9 Builds! 2016-06-03 19:54:24 +03:00
91a0629d15 fails on #include sql_table.h and sql_select.h 2016-06-03 16:50:17 +03:00
b1b60065d9 build fails with boost linking errors 2016-06-03 13:55:09 +03:00
16b1264557 Merge pull request #3 from mariadb-corporation/master
merge upstream
2016-06-01 23:13:42 -04:00
e9d96ddc85 copyright additions 2016-06-01 20:03:20 -05:00
5827cd5c47 merge upstream 2016-06-01 19:59:03 -04:00
3a6d4c3fd2 Revert "copyright name change"
This reverts commit 7000f6e4f2.
2016-06-01 17:54:28 -05:00