Commit 0635a75f authored by anozdrin/alik@station.'s avatar anozdrin/alik@station.
Browse files

Fix compilation warnings.

parent 95e01d44
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -1984,11 +1984,9 @@ void var_set_query_get_value(struct st_command *command, VAR *var)
  static DYNAMIC_STRING ds_col;
  static DYNAMIC_STRING ds_row;
  const struct command_arg query_get_value_args[] = {
    {
    "query", ARG_STRING, TRUE, &ds_query, "Query to run",
    "column name", ARG_STRING, TRUE, &ds_col, "Name of column",
    "row number", ARG_STRING, TRUE, &ds_row, "Number for row"
    }
  };

  DBUG_ENTER("var_set_query_get_value");