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

Method change_table_ptr

sql/handler.cc:4017–4024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4015}
4016
4017void handler::change_table_ptr(TABLE *table_arg, TABLE_SHARE *share)
4018{
4019 DBUG_ASSERT(table_arg->s == share);
4020 table= table_arg;
4021 table_share= share;
4022 costs= &share->optimizer_costs;
4023 reset_statistics();
4024}
4025
4026
4027int handler::ha_rnd_next(uchar *buf)

Callers 2

ha_delete_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected