Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ elem
Method
elem
sql/sql_list.h:543–543 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
541
empty();
542
}
543
T *elem(uint n) { return (T*) base_list::elem(n); }
544
// Create a new list with one element
545
static List<T> *make(MEM_ROOT *mem_root, T *first)
546
{
Callers
9
create_fields
Method · 0.45
find_spname_recursive
Method · 0.45
fix_keyword_list
Function · 0.45
add_schema_interdependence
Function · 0.45
check_vers_constants
Function · 0.45
mysql_prepare_create_table_finalize
Function · 0.45
compare_keys_but_name
Function · 0.45
print
Method · 0.45
check_if_supported_inplace_alter
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected