mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Removing the "thd" argument from Item::create_field_for_create_select().
"thd" is available through the "table" argument, as table->in_use.
This commit is contained in:
parent
ffac85482b
commit
675d8a94f5
7 changed files with 11 additions and 12 deletions
|
|
@ -40,7 +40,7 @@
|
|||
#include "opt_range.h"
|
||||
|
||||
|
||||
Field *Item_geometry_func::create_field_for_create_select(THD *thd, TABLE *t_arg)
|
||||
Field *Item_geometry_func::create_field_for_create_select(TABLE *t_arg)
|
||||
{
|
||||
Field *result;
|
||||
if ((result= new Field_geom(max_length, maybe_null, name, t_arg->s,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue