You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
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.
This commit is contained in:
@ -25,8 +25,7 @@
|
||||
* Columnstore interface for for the regr_intercept function
|
||||
*
|
||||
*
|
||||
* CREATE AGGREGATE FUNCTION regr_intercept returns REAL
|
||||
* soname 'libregr_mysql.so';
|
||||
* CREATE AGGREGATE FUNCTION regr_intercept returns REAL soname 'libregr_mysql.so';
|
||||
*
|
||||
*/
|
||||
#ifndef HEADER_regr_intercept
|
||||
|
Reference in New Issue
Block a user