An error occurred fetching the project authors.
  1. 07 Jun, 2002 1 commit
  2. 04 Jun, 2002 1 commit
  3. 03 Jun, 2002 2 commits
  4. 02 Jun, 2002 1 commit
  5. 01 Jun, 2002 1 commit
  6. 29 May, 2002 2 commits
  7. 27 May, 2002 1 commit
  8. 22 May, 2002 1 commit
  9. 18 May, 2002 1 commit
  10. 15 May, 2002 2 commits
  11. 28 Apr, 2002 1 commit
  12. 26 Apr, 2002 1 commit
  13. 16 Apr, 2002 1 commit
  14. 02 Apr, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Cleanups · d80ebc17
      monty@hundin.mysql.fi authored
      Don't use DBUG library for struct st_my_thread_var to make code less complicated.
      d80ebc17
  15. 26 Mar, 2002 1 commit
  16. 22 Mar, 2002 1 commit
  17. 15 Mar, 2002 1 commit
  18. 14 Mar, 2002 2 commits
  19. 12 Mar, 2002 1 commit
  20. 15 Feb, 2002 1 commit
  21. 14 Feb, 2002 1 commit
  22. 13 Feb, 2002 2 commits
  23. 11 Feb, 2002 1 commit
  24. 08 Feb, 2002 1 commit
  25. 01 Feb, 2002 1 commit
  26. 29 Jan, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      New error messages · be462898
      monty@hundin.mysql.fi authored
      Test of unsigned BIGINT values
      Fixes for queries-per-hour
      Cleanup of replication code (comments and portability fixes)
      Make most of the binary log code 4G clean
      Changed syntax for GRANT ... QUERIES PER HOUR
      be462898
  27. 20 Jan, 2002 1 commit
  28. 16 Jan, 2002 1 commit
  29. 15 Jan, 2002 1 commit
  30. 12 Jan, 2002 1 commit
  31. 08 Jan, 2002 1 commit
  32. 02 Jan, 2002 2 commits
    • 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
    • monty@hundin.mysql.fi's avatar
      Added macros for nice TIMESPEC usage. · 4b877e00
      monty@hundin.mysql.fi authored
      Fixes for building MySQL with gcc 3.0
      Added SIGNED / UNSIGNED casts
      Fixed core dump bug in net_clear() with libmysqld.
      Back to using semaphores in query cache.
      Added 'Null' and 'Index_type' to SHOW INDEX.
      4b877e00
  33. 26 Dec, 2001 2 commits
    • Sinisa@sinisa.nasamreza.org's avatar
      Woooo.... · 1cef60bf
      Sinisa@sinisa.nasamreza.org authored
      Now everything compiles and all tests are passed .... ;o)
      
      What a push !
      1cef60bf
    • 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