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

Function wsrep_command_no_result

sql/sql_parse.cc:1171–1176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1169}
1170
1171static inline bool wsrep_command_no_result(char command)
1172{
1173 return (command == COM_STMT_FETCH ||
1174 command == COM_STMT_SEND_LONG_DATA ||
1175 command == COM_STMT_CLOSE);
1176}
1177#endif /* WITH_WSREP */
1178
1179#ifndef EMBEDDED_LIBRARY

Callers 2

do_commandFunction · 0.85
sql_parse.ccFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected