Patrick LeBlanc
|
a09a9d5d0f
|
Mass substitution 'Corporaton' -> 'Corporation'
|
2019-08-07 14:43:25 -05:00 |
|
David Mott
|
4b9d046c6e
|
Fully resolve potentially ambiguous symbols by removing using namespace statements from headers which have a cascading effect. This causes potential behavior changes when switching to c++11 since symbols can be exported from std and boost while both have been imported into the global namespace.
|
2019-04-29 01:21:15 -05:00 |
|
David Hall
|
2b9f54d682
|
MCOL-1985 Server set decimal count for UDF based on both parameters. This doesn't work for regr_avgx and regr_avgy, which only care about one of them. Do our best to handle it reasonably. Still gives unlimited decimals for InnoDB when the unused parameter is not numeric.
|
2019-04-23 15:41:20 -05:00 |
|
David Hall
|
e1d8211f27
|
MCOL-1759 Add corr(), covar_pop(), covar_samp(), regr_sxx(), regr_sxy(), regr_syy() functions as UDAF
|
2018-10-09 17:06:01 -05:00 |
|
David Hall
|
dc9ba90f96
|
MCOL-521 add regr_intecept and regr_r2
|
2018-09-28 13:51:43 -05:00 |
|