MCPcopy Create free account
hub / github.com/MariaDB/server / unfix_fields

Function unfix_fields

sql/sql_base.cc:10066–10072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10064*/
10065
10066void unfix_fields(List<Item> &fields)
10067{
10068 List_iterator<Item> li(fields);
10069 Item *item;
10070 while ((item= li++))
10071 item->unfix_fields();
10072}
10073
10074
10075/**

Callers 1

check_insert_fieldsFunction · 0.85

Calls 1

unfix_fieldsMethod · 0.45

Tested by

no test coverage detected