| 1169 | } |
| 1170 | |
| 1171 | static 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 |
no outgoing calls
no test coverage detected