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

Function print_keyuse_array

sql/sql_test.cc:268–275  ·  view source on GitHub ↗

purecov: begin inspected */

Source from the content-addressed store, hash-verified

266
267/* purecov: begin inspected */
268void print_keyuse_array(DYNAMIC_ARRAY *keyuse_array)
269{
270 DBUG_LOCK_FILE;
271 fprintf(DBUG_FILE, "KEYUSE array (%zu elements)\n", keyuse_array->elements);
272 for(uint i=0; i < keyuse_array->elements; i++)
273 print_keyuse((KEYUSE*)dynamic_array_ptr(keyuse_array, i));
274 DBUG_UNLOCK_FILE;
275}
276
277/*
278 Print the current state during query optimization.

Callers 1

make_join_statisticsFunction · 0.85

Calls 1

print_keyuseFunction · 0.85

Tested by

no test coverage detected