mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge branch 'ob-10.0' into 10.0
This commit is contained in:
commit
701af14b7d
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ static PJVAL MakeValue(PGLOBAL g, UDF_ARGS *args, int i)
|
|||
|
||||
break;
|
||||
case INT_RESULT:
|
||||
jvp->SetInteger(g, *(int*)sap);
|
||||
jvp->SetInteger(g, (int)*(long long*)sap);
|
||||
break;
|
||||
case REAL_RESULT:
|
||||
jvp->SetFloat(g, *(double*)sap);
|
||||
|
|
Loading…
Reference in a new issue