mirror of
https://github.com/MariaDB/server.git
synced 2025-01-24 07:44:22 +01:00
Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/usr/home/ram/work/5.0.b16511
This commit is contained in:
commit
d77bfdbc4a
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ static void set_param_decimal(Item_param *param, uchar **pos, ulong len)
|
|||
{
|
||||
ulong length= get_param_length(pos, len);
|
||||
param->set_decimal((char*)*pos, length);
|
||||
*pos+= len;
|
||||
*pos+= length;
|
||||
}
|
||||
|
||||
#ifndef EMBEDDED_LIBRARY
|
||||
|
|
Loading…
Add table
Reference in a new issue