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

Method flush

sql/sql_union.cc:301–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299
300
301bool select_unit::flush()
302{
303 int error;
304 if (unlikely((error=table->file->extra(HA_EXTRA_NO_CACHE))))
305 {
306 table->file->print_error(error, MYF(0));
307 return 1;
308 }
309 return 0;
310}
311
312
313/*

Callers 2

exec_innerMethod · 0.45
exec_recursiveMethod · 0.45

Calls 2

extraMethod · 0.45
print_errorMethod · 0.45

Tested by

no test coverage detected