Commit 257eddcb authored by unknown's avatar unknown
Browse files

Fix -ansi -pedantic compilation failure.

parent b2ee385f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3155,7 +3155,7 @@ static int run_query_normal(MYSQL* mysql, struct st_query* q, int flags)
    goto end;
  }

  // If we come here the query is both executed and read successfully
  /* If we come here the query is both executed and read successfully */
  if (handle_no_error(q))
  {
    error= 1;