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

Method flush

client/mysqltest.cc:1065–1072  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1063 }
1064
1065 void flush()
1066 {
1067 if (m_file && m_file != stdout)
1068 {
1069 if (fflush(m_file))
1070 die("Failed to flush '%s', errno: %d", m_file_name, errno);
1071 }
1072 }
1073
1074 void write(DYNAMIC_STRING* ds)
1075 {

Callers 3

do_diff_filesFunction · 0.45
run_queryFunction · 0.45
mainFunction · 0.45

Calls 1

dieFunction · 0.70

Tested by

no test coverage detected