1. 28 Sep, 2007 2 commits
    • anozdrin/alik@station.'s avatar
      Patch for BUG#30472: libmysql doesn't reset charset, · 8051b756
      anozdrin/alik@station. authored
      insert_id after succ. mysql_change_user() call.
      
      See also WL 4066.
        
      This bug reveals two problems:
        - the problem on the client side which was described originally;
        - the problem in protocol / the server side: connection context
          on client and server should be like after mysql_real_connect()
          and be consistent. The server however just resets character
          set variables to the global defaults.
      
      The fix seems to be as follows:
        - extend the protocol so that the client be able to send
          character set information in COM_CHANGE_USER command;
        - change the server so that it understands client character set
          in the command;
        - change the client:
          - reset character set to the default value (which has been
            read from the configuration);
          - send character set in COM_CHANGE_USER command.
      8051b756
    • anozdrin/alik@station.'s avatar
      Prerequisite patch for BUG#30472: libmysql doesn't reset charset, · e452c064
      anozdrin/alik@station. authored
      insert_id after succ. mysql_change_user() call.
      
      Supply a correct packet length to dispatch command.
      e452c064
  2. 13 Sep, 2007 2 commits
  3. 12 Sep, 2007 1 commit
  4. 10 Sep, 2007 3 commits
  5. 06 Sep, 2007 4 commits
  6. 05 Sep, 2007 5 commits
  7. 04 Sep, 2007 6 commits
  8. 03 Sep, 2007 11 commits
  9. 01 Sep, 2007 4 commits
  10. 31 Aug, 2007 2 commits