Skip to content
Permalink
Browse files
MDEV-12738 main.default fails with valgrind in buildbot and outside
  • Loading branch information
vuvova committed Jul 5, 2017
1 parent 48c22a6 commit cf9c290
Showing 1 changed file with 1 addition and 1 deletion.
@@ -2746,7 +2746,7 @@ static bool fix_vcol_expr(THD *thd, Virtual_column_info *vcol)
{
StringBuffer<MAX_FIELD_WIDTH> str;
vcol->print(&str);
my_error(ER_ERROR_EVALUATING_EXPRESSION, MYF(0), str.c_ptr());
my_error(ER_ERROR_EVALUATING_EXPRESSION, MYF(0), str.c_ptr_safe());
DBUG_RETURN(1);
}

0 comments on commit cf9c290

Please sign in to comment.