1. 30 Jan, 2007 1 commit
    • guilhem@gbichot3.local's avatar
      Mechanical class renaming: · be389f62
      guilhem@gbichot3.local authored
      Protocol_simple->Protocol_text; Protocol_prep->Protocol_binary
      and also THD::protocol_simple->THD::protocol_text,
      THD::protocol_prep->THD::protocol_binary.
      Reason: the binary protocol is not bound to be used only with
      prepared statements long term (see WL#3559 "Decouple binary protocol
      from prepared statements"). Renaming now is pressing because
      the fix for BUG#735 "Prepared Statements: there is
      no support for Query Cache" will introduce a new member
      in class Query_cache_flags telling about the protocol's nature.
      Other reason: "simple" is less accurate than "text".
      Future patches for BUG#735 will rely on this cset.
      be389f62
  2. 29 Jan, 2007 3 commits
  3. 25 Jan, 2007 14 commits
  4. 24 Jan, 2007 22 commits