1. 12 Jul, 2002 1 commit
  2. 10 Jul, 2002 1 commit
  3. 05 Jul, 2002 1 commit
  4. 03 Jul, 2002 1 commit
  5. 02 Jul, 2002 1 commit
  6. 01 Jul, 2002 6 commits
  7. 27 Jun, 2002 4 commits
  8. 26 Jun, 2002 3 commits
  9. 24 Jun, 2002 1 commit
  10. 21 Jun, 2002 2 commits
  11. 20 Jun, 2002 4 commits
  12. 19 Jun, 2002 5 commits
  13. 17 Jun, 2002 2 commits
  14. 14 Jun, 2002 4 commits
  15. 13 Jun, 2002 1 commit
  16. 12 Jun, 2002 3 commits
    • venu@myvenu.com's avatar
      mysql_priv.h: · 3e7b4b27
      venu@myvenu.com authored
        Missed change from previous resolve
      3e7b4b27
    • venu@myvenu.com's avatar
      sql_error.cc, sql_prepare.cc: · 5a33842a
      venu@myvenu.com authored
        new file
      
        Client-server protocol 4.1 changes - Server side:
      
       * Enhanced metadata information:
          - SHOW [COUNT(*)] ERRORS [LIMIT [offset,] rows]
          - SHOW [COUNT(*)] WARNING [LIMIT [offset,] rows]
          - SHOW TABLE TYPES
          - SHOW PRIVILEGES
          - SHOW COLUMN TYPES (Not fully implemented)
      
       * Prepared execution
       * Long data handling in pieces
       * And other misc changes
      5a33842a
    • venu@myvenu.com's avatar
      Client-Server Protocol 4.1 changes - Client side: · 75959e6e
      venu@myvenu.com authored
        - Support of prepared execution
        - Support of Original Table and Column names
        - Support of direct transactional API
        - And lot of misc handling
      
        (Note that, the pull will not work, unless you have the Server side changes also which will be followed by this commit)
        
      75959e6e