Commit 16260673 authored by unknown's avatar unknown
Browse files

Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1

into  salvation.intern.azundris.com:/home/tnurnberg/mysql-5.1

parents 4c35c14b 55fb3cae
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -512,7 +512,6 @@ int Instance::stop()
      */
      waitchild= options.shutdown_delay_val;
    }
  }

    kill_instance(SIGTERM);
    /* sleep on condition to wait for SIGCHLD */
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

Field *Item_geometry_func::tmp_table_field(TABLE *t_arg)
{
  return new Field_geom(max_length, maybe_null, name, t_arg,
  return new Field_geom(max_length, maybe_null, name, t_arg->s,
                        (Field::geometry_type) get_geometry_type());
}