An error occurred fetching the project authors.
  1. 13 Nov, 2002 1 commit
  2. 29 Oct, 2002 2 commits
  3. 28 Oct, 2002 1 commit
  4. 27 Oct, 2002 1 commit
  5. 21 Aug, 2002 1 commit
    • monty@hundin.mysql.fi's avatar
      Use our version of RWLOCKS on UNIXWARE 7 · 03b0179a
      monty@hundin.mysql.fi authored
      More DBUG info for replication
      Better error messages from replication
      Fixed bug in replication code when connecting to 'localhost' (time was not released properly)
      Block ALARM signal on Linux for signal handler thread (Fixes problem with running mysqld with --debug)
      Removed warning when setting an AUTO_INCREMENT field to NULL
      03b0179a
  6. 08 Aug, 2002 1 commit
  7. 24 Jul, 2002 1 commit
  8. 23 Jul, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      New SET syntax & system variables. · dddc20d9
      monty@mashka.mysql.fi authored
      Made a some new buffers thread specific and changeable.
      Resize of key_buffer.
      AUTO_COMMIT -> AUTOCOMMIT
      Fixed mutex bug in DROP DATABASE
      Fixed bug when using auto_increment as second part of a key where first part could include NULL.
      Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers.
      Don't write message to error log when slave reconnects becasue of timeout.
      Fixed possible update problem when using DELETE/UPDATE on small tables
      (In some cases we used index even if table scanning would be better)
      A lot of minior code cleanups
      dddc20d9
  9. 12 Jun, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Added the following new privleges: · b8421d34
      monty@mashka.mysql.fi authored
      SHOW DATABASES
      CREATE TEMPORARY TABLE
      LOCK TABLES
      REPLICATION SLAVE & REPLICATION CLIENT
      SUPER
      EXECUTE
      
      All scripts & documentation is updated for this change.
      Added better error messages for global privileges 
      b8421d34
  10. 03 Jun, 2002 1 commit
  11. 12 May, 2002 1 commit
  12. 18 Apr, 2002 1 commit
  13. 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
  14. 04 Nov, 2001 1 commit
  15. 03 Nov, 2001 1 commit
  16. 31 Oct, 2001 1 commit
  17. 30 Oct, 2001 1 commit
  18. 23 Oct, 2001 1 commit
  19. 08 Oct, 2001 1 commit
  20. 30 Sep, 2001 1 commit
  21. 17 Sep, 2001 1 commit
  22. 29 Aug, 2001 1 commit
  23. 19 Aug, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Fix of UNION code · a1be2a89
      monty@hundin.mysql.fi authored
      Added heap_delete_table
      Added HA_EXTRA_PREPARE_FOR_DELETE
      Added and use my_dup() for faster open of tables.
      Removed not working no-mix-table-type
      a1be2a89
  24. 14 Aug, 2001 1 commit
  25. 13 Aug, 2001 1 commit
  26. 12 Aug, 2001 1 commit
  27. 10 Aug, 2001 1 commit
  28. 03 Aug, 2001 2 commits
  29. 02 Aug, 2001 1 commit
    • monty@tik.mysql.fi's avatar
      Fix UNION · b13d453d
      monty@tik.mysql.fi authored
      New faster list iterators
      Change list code to be simpler and faster
      Optimize count(distinct)
      New error messages for UNION
      Make create_tmp_table more general to be usable by UNION
      b13d453d
  30. 10 Jul, 2001 1 commit
  31. 04 Jul, 2001 1 commit
  32. 22 Jun, 2001 1 commit
  33. 21 Jun, 2001 1 commit
  34. 12 Jun, 2001 1 commit
  35. 01 Jun, 2001 1 commit
  36. 29 May, 2001 1 commit
  37. 02 Mar, 2001 1 commit
    • jcole@tetra.spaceapes.com's avatar
      Fixed a bug that allowed: · ab60ef6d
      jcole@tetra.spaceapes.com authored
      SET @foo=bar;
      
      This would cause a deadlock in mysqld, it now generates the error:
      ER_SET_CONSTANTS_ONLY as follows:
      
      mysql> set @foo=bar;
      ERROR 1204: You may only use constant expressions with SET
      ab60ef6d
  38. 20 Feb, 2001 1 commit