package mysql_protocol

  1. Overview
  2. Docs

Source file mp_fetch.ml

1
2
3
4
5
6
7
8

let build_fetch ~handler ?(nb_rows = Int64.one) () = 
  let%bitstring v = 
    {|
      handler : Mp_bitstring.compute32 : int, unsigned, littleendian;
      nb_rows : Mp_bitstring.compute32 : int, unsigned, littleendian
    |}
  in v