be45f0a40f
merge
2016-06-01 17:30:57 -04:00
f46acea23e
removed files for cleanup
2016-06-01 15:00:27 -05:00
7000f6e4f2
copyright name change
2016-06-01 14:54:11 -05:00
eff8f39801
MCOL-3 directory name changes
2016-05-31 16:40:30 -05:00
e9b6d3a5a6
[MCOL-69] generated file cleanup, add artifacts to ignore list
2016-05-30 07:52:26 -04:00
185d1a780c
[MCOL-69] Remove Makefile.in files (should be generated with autoreconf)
2016-05-30 07:48:12 -04:00
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
6fcdbaa67b
Merge pull request #1 from mariadb-corporation/master
...
merge upstream
2016-05-29 13:49:46 -04:00
6df96183a6
Merge branch 'master' of https://github.com/mariadb-corporation/mariadb-columnstore-engine
2016-05-27 14:40:44 -05:00
c1c82a606b
MCOL-2 Change error and message text to Columnstore
2016-05-27 14:40:19 -05:00
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
5440f1fa02
Merge branch 'master' of https://github.com/mariadb-corporation/mariadb-columnstore-engine
2016-05-25 13:03:25 -05:00
23dad9de02
fix engine create issue
2016-05-25 13:03:11 -05:00
2fa2a214c6
MCOL-81 - optimizer override bug
2016-05-24 17:42:17 -05:00
e39acb55dc
change github repo name
2016-05-24 10:39:28 -05:00
9adb467296
Merge branch 'master' of https://github.com/davidhilldallas/InfiniDB_MariaDB
2016-05-24 01:07:14 -05:00
4ba6ce790e
MCOL-23 working_tpch1_compareLogOnly/onClauseJoins/bug4031.sql: A better solution
2016-05-23 18:41:00 -05:00
71ecd3212b
MCOL-23 working_tpch1_compareLogOnly/onClauseJoins/bug4031.sql: Create a better search for the correct TABLE_LIST* object.
2016-05-23 18:34:25 -05:00
c1ce750c72
another name change
2016-05-23 16:09:28 -05:00
565f5176b0
merge columnstore2 into master
2016-05-19 14:55:04 -05:00
eb36fa5e7e
MCOL-2 Update engine name to columnstore part 2
2016-05-18 17:31:44 -05:00
80437a0083
MCOL-2 Update engine name to columnstore
2016-05-18 17:28:50 -05:00
94a3174688
Fix XOR handling in gp_walk to be consistent with other logical operators . XOR is no more ITEM_COND, but ITEM_FUNC
2016-05-18 17:15:57 +02:00
e28242a885
MCOL-43 - Function Join Fails. Added support for MYSQL_TYPE_DATETIME2
2016-05-16 15:39:38 -05:00
3e46a8e9ce
Merge branch 'columnstore2' of https://github.com/davidhilldallas/InfiniDB_MariaDB into columnstore2
2016-05-13 16:27:42 -05:00
e1b63c4f9e
MCOL-47. Fix so IN string lists don't mess up
2016-05-12 15:23:50 -05:00
0dbd823c00
more changes for names
2016-05-12 14:14:24 -05:00
b78043dc8a
add mysql-Columnstore
2016-05-12 10:32:12 -05:00
a02049ba6a
name changes
2016-05-11 16:24:17 -05:00
3a143ec9e9
removed the default engine setting
2016-05-09 15:01:53 -05:00
06a9a7d521
Add HA_BINLOG_ROW_CAPABLE to table glags. Since we don't care about binlog, this should be harmless. We had been getting errors on certain queries that needed row binlog because of variance in the answer.
2016-05-06 13:48:59 -05:00
8b22aa01f8
Revert some changes back to look like 4.6 -- sj_on_expr is for semi join only. change back on_expr
2016-05-03 14:20:48 -05:00
4fbb4fee91
Remove a bad table_flag
2016-05-03 09:40:30 -05:00
445ac3337b
Derived tables no longer are cached. Fix optimizer to handle this fact
2016-05-02 18:43:54 -05:00
fe6da4708a
Join buffer size need not be limited. If it is, be sure the optimize switch optimize_join_buffer_size is set on.
2016-04-26 17:25:03 -05:00
a72f053840
Fix for date_item and a crash
2016-04-26 17:21:35 -05:00
bb0f0b710c
Test for NULL before using. Used to not matter, but under MariaDB, it might be NULL.
2016-03-31 17:02:09 -05:00
07856fb1e0
Should clean up in instead of just return. Unlikely to follow this path, but...
2016-03-31 11:11:33 -05:00
d47f38f5b6
add group_concat_max_len=512 to my.cnf to prevent blob compares.
2016-03-22 12:29:24 -05:00
2ae06e59d1
some more stuff in debug_walk
2016-03-15 16:06:10 -05:00
54011ad4dc
Fix a crash
2016-03-10 17:35:31 -06:00
6090c0e618
Reverse loop must still account for 0 based array
2016-03-08 16:46:35 -06:00
5e57ea8b54
Some more CACHE_ITEM stuff
2016-02-29 18:47:10 -06:00
d06744ae0a
Need to reset isNewQuery
2016-02-29 18:17:51 -06:00
353ec57908
Changes needed for Item::CACHE_ITEM
2016-02-29 18:01:22 -06:00
6e58ad4cc2
Add handling of subquery cach item types. This is not working, but...
2016-02-26 14:33:30 -06:00
dfbbed1645
merge failed
2016-02-19 13:47:56 -06:00
9d5f9bbd43
Convert some more error codes
2016-02-19 13:47:10 -06:00
cd64460dac
added call to kill_by_pid during stopping, fix hanging issue
2016-02-19 13:38:02 -06:00
d24629b467
MariaDB 10.1 has different signature for start_bulk_insert than mysql 5.1.73
2016-02-19 12:11:05 -06:00