David Hall
|
d9de4cfde0
|
MCOL-279 Debuging 279 revealed a weakness in processing when front end ond backend were out of sync. It could cause a mysqld crash. Added error code to check and report, rather than crash.
|
2016-09-01 13:01:33 -05:00 |
|
David Hall
|
10e5ed83ce
|
MCOL-5 We've had problems with CREATE and DELETE crashing. Add some better error handling
|
2016-08-12 16:57:51 -05:00 |
|
David Hall
|
8bc7e46905
|
MCOL-5 Don't send empty strings in cpimport command line. It confuses cpimport.
|
2016-08-09 11:35:45 -05:00 |
|
David Hall
|
8de8666046
|
MCOL-5 fill the vector before taking the addresses of the strings.
|
2016-08-08 16:36:01 -05:00 |
|
David Hall
|
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 |
|
david hill
|
539e524ad4
|
name change from InfiniDB in comments
|
2016-07-26 09:24:46 -05:00 |
|
david hill
|
7d8de28b43
|
MCOL-59, change calpont.xml
|
2016-06-22 16:00:00 -05:00 |
|
david hill
|
e9d96ddc85
|
copyright additions
|
2016-06-01 20:03:20 -05:00 |
|
david hill
|
3a6d4c3fd2
|
Revert "copyright name change"
This reverts commit 7000f6e4f2eadf5bafccf7b459b3a3eff229d426.
|
2016-06-01 17:54:28 -05:00 |
|
david hill
|
7000f6e4f2
|
copyright name change
|
2016-06-01 14:54:11 -05:00 |
|
David Hall
|
c1c82a606b
|
MCOL-2 Change error and message text to Columnstore
|
2016-05-27 14:40:19 -05:00 |
|
David Hall
|
80437a0083
|
MCOL-2 Update engine name to columnstore
|
2016-05-18 17:28:50 -05:00 |
|
David Hall
|
a72f053840
|
Fix for date_item and a crash
|
2016-04-26 17:21:35 -05:00 |
|
David Hall
|
07856fb1e0
|
Should clean up in instead of just return. Unlikely to follow this path, but...
|
2016-03-31 11:11:33 -05:00 |
|
David Hall
|
d47f38f5b6
|
add group_concat_max_len=512 to my.cnf to prevent blob compares.
|
2016-03-22 12:29:24 -05:00 |
|
David Hall
|
54011ad4dc
|
Fix a crash
|
2016-03-10 17:35:31 -06:00 |
|
David Hall
|
d06744ae0a
|
Need to reset isNewQuery
|
2016-02-29 18:17:51 -06:00 |
|
David Hall
|
353ec57908
|
Changes needed for Item::CACHE_ITEM
|
2016-02-29 18:01:22 -06:00 |
|
David Hall
|
9d5f9bbd43
|
Convert some more error codes
|
2016-02-19 13:47:10 -06:00 |
|
David Hall
|
f458cb46cc
|
Make drop table work
|
2016-02-18 16:36:15 -06:00 |
|
David Hall
|
359781f3bb
|
Need to use only current MariaDB errors. Can't makenew ones.
|
2016-02-17 15:00:18 -06:00 |
|
David Hall
|
357cba722c
|
Change error codes to match MariaDB's new scheme
|
2016-02-17 10:09:40 -06:00 |
|
David Hall
|
3b730e08f8
|
Change HA_ERR_INTERNAL_ERROR to ER_INTERNAL_ERROR to match MariaDB
Remove nightly queries from the code base
|
2016-02-13 14:51:34 -06:00 |
|
David Hall
|
2f782d3fc8
|
Implement calpont_discover_existence
|
2016-02-12 09:14:00 -06:00 |
|
David Hall
|
e4c7f2292c
|
Remove some files that shouldn't be in version control (If you need them, I still have them).
Some changes needded to build debug
|
2016-02-08 13:54:26 -06:00 |
|
david hill
|
f6afc42dd0
|
the begginning
|
2016-01-06 14:08:59 -06:00 |
|