Loading server-tools/instance-manager/instance.cc +0 −1 Original line number Diff line number Diff line Loading @@ -512,7 +512,6 @@ int Instance::stop() */ waitchild= options.shutdown_delay_val; } } kill_instance(SIGTERM); /* sleep on condition to wait for SIGCHLD */ Loading sql/item_geofunc.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
server-tools/instance-manager/instance.cc +0 −1 Original line number Diff line number Diff line Loading @@ -512,7 +512,6 @@ int Instance::stop() */ waitchild= options.shutdown_delay_val; } } kill_instance(SIGTERM); /* sleep on condition to wait for SIGCHLD */ Loading
sql/item_geofunc.cc +1 −1 Original line number Diff line number Diff line Loading @@ -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