mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.1
into zippy.cornsilk.net:/home/cmiller/work/mysql/merge/mysql-5.1-new-maint
This commit is contained in:
commit
9e5db9f6ea
2 changed files with 1 additions and 2 deletions
|
@ -512,7 +512,6 @@ int Instance::stop()
|
|||
*/
|
||||
waitchild= options.shutdown_delay_val;
|
||||
}
|
||||
}
|
||||
|
||||
kill_instance(SIGTERM);
|
||||
/* sleep on condition to wait for SIGCHLD */
|
||||
|
|
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue