mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Remove/change unwanted variables in client protocol
Add missed mysql_stmt_affected_rows() sql_yacc.yy : Fix the compilation error .. bison 1.75
This commit is contained in:
@ -321,9 +321,12 @@ static bool setup_params_data(PREP_STMT *stmt)
|
||||
if (!param->long_data_supplied)
|
||||
{
|
||||
if (IS_PARAM_NULL(pos,param_no))
|
||||
param->maybe_null=param->null_value=1;
|
||||
param->maybe_null= param->null_value= 1;
|
||||
else
|
||||
{
|
||||
param->maybe_null= param->null_value= 0;
|
||||
param->setup_param_func(param,&read_pos);
|
||||
}
|
||||
}
|
||||
param_no++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user