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

Function open_udf_func_table

sql/sql_udf.cc:505–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503
504
505static TABLE *open_udf_func_table(THD *thd)
506{
507 TABLE_LIST tables;
508 tables.init_one_table(&MYSQL_SCHEMA_NAME, &MYSQL_FUNC_NAME,
509 &MYSQL_FUNC_NAME, TL_WRITE);
510 return open_ltable(thd, &tables, TL_WRITE, MYSQL_LOCK_IGNORE_TIMEOUT);
511}
512
513
514/**

Callers 2

mysql_create_functionFunction · 0.85
mysql_drop_functionFunction · 0.85

Calls 2

open_ltableFunction · 0.85
init_one_tableMethod · 0.80

Tested by

no test coverage detected