An error occurred fetching the project authors.
  1. 12 Jun, 2002 2 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
  2. 11 Jun, 2002 1 commit
  3. 07 Jun, 2002 1 commit
  4. 04 Jun, 2002 1 commit
  5. 02 Jun, 2002 1 commit
  6. 21 May, 2002 1 commit
  7. 08 May, 2002 1 commit
  8. 06 May, 2002 1 commit
  9. 18 Apr, 2002 1 commit
  10. 26 Mar, 2002 1 commit
  11. 22 Mar, 2002 1 commit
  12. 12 Mar, 2002 1 commit
  13. 14 Feb, 2002 2 commits
  14. 13 Feb, 2002 1 commit
  15. 08 Feb, 2002 1 commit
  16. 07 Feb, 2002 1 commit
    • sasha@mysql.sashanet.com's avatar
      fixes for slave backward compat · 6980a24e
      sasha@mysql.sashanet.com authored
      fixed bug in LOAD DATA FROM MASTER
      fixed rpl000001.result
      Slave now replicates 3.23 master, with the exception of LOAD DATA INFILE, 
      which is still buggy. Will push this one after the pull/merge
      6980a24e
  17. 30 Jan, 2002 1 commit
  18. 20 Jan, 2002 1 commit
  19. 02 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      New CAST syntax · 2597b1aa
      monty@hundin.mysql.fi authored
      Cleanup of multi-table-delete in sql_yacc.yy
      Changed syntax of MAXIMUM QUERIES PER HOUR to MAX_QUERIES_PER_HOUR to
      not get too many reserved words.
      2597b1aa
  20. 26 Dec, 2001 1 commit
    • Sinisa@sinisa.nasamreza.org's avatar
      This is a large push. Included are : · 038db406
      Sinisa@sinisa.nasamreza.org authored
      * multi-table updates
      * new paid feature for limiting number of queries per hour for users
      * optional syntax for multi-table deletes
      * optimization for SQL_CALC_FOUND_ROWS
      * a small addition for CREATE .. SELECT that will be of future use
      
      I know that all this will require many additions to documentation, 
      which I have not done, but I am at Arjen's disposal to help him document
      all this.
      038db406
  21. 22 Dec, 2001 2 commits
  22. 17 Dec, 2001 1 commit
  23. 13 Dec, 2001 4 commits
  24. 10 Dec, 2001 1 commit
  25. 09 Dec, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Removed compiler warnings. · 6b02f13c
      monty@hundin.mysql.fi authored
      Added new operators to be used with gcc 3.0.x
      Update of query cache code.
      Added semaphores for Windows (not yet in use)
      Added pthread_mutex_trylock for windows.
      6b02f13c
  26. 05 Dec, 2001 2 commits
  27. 02 Dec, 2001 1 commit
  28. 21 Nov, 2001 1 commit
  29. 08 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Updated manual about embedded version. · 88aff4bf
      monty@hundin.mysql.fi authored
      Speed up column-completion in 'mysql'
      Don't use ISAM if HAVE_ISAM is not defined
      A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
      Changed arguments to convert_dirname() to make it more general.
      Renamed files in the 'merge' directory to all use a common prefix.
      Don't compile both assembler and C functions on x86
      88aff4bf
  30. 03 Oct, 2001 2 commits
  31. 02 Oct, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Cleaned up SSL documentation · 880026cc
      monty@hundin.mysql.fi authored
      Fixes for embedded server
      Made key_cache more configurable
      Fixed that one can change key blocksize in MyISAM
      A lot of optimizations to make MyISAM slightly faster
      880026cc
  32. 27 Sep, 2001 1 commit