Module Mysql_protocol.Mp_eof_packet

exception Bad_EOF_packet of Bitstring.bitstring
type eof_packet = {
eof_field_count : int;
eof_warning_count : int;
eof_status_flags : int;
}
val eof_packet_empty : eof_packet
val eof_packet_to_string : eof_packet -> string
type flag_server =
| Server_status_in_trans
| Server_status_autocommit
| Server_more_results_exists
| Server_status_no_good_index_used
| Server_status_no_index_used
| Server_status_cursor_exists
| Server_status_last_row_sent
| Server_status_db_dropped
| Server_status_no_backslash_escapes
| Server_status_metadata_changed
| Server_query_was_slow
| Server_ps_out_params
val flag_server_to_int : flag_server -> int
val status_has_flag : int -> flag_server -> bool
val eof_packet_bits : Bitstring.bitstring -> eof_packet
val eof_packet_chan : Stdlib.in_channel -> 'a -> eof_packet