An error occurred fetching the project authors.
  1. 08 Apr, 2004 1 commit
  2. 02 Apr, 2004 1 commit
    • dlenev@jabberwock.localdomain's avatar
      WL#1266 "Separate auto-set logic from TIMESTAMP type." · f6bff2e6
      dlenev@jabberwock.localdomain authored
      Final version of patch.
      
      Adds support for specifying of DEFAULT NOW() and/or ON UPDATE NOW()
      clauses for TIMESTAMP field definition.
      Current implementation allows only one such field per table and
      uses several unireg types for storing info about this properties of
      field. It should be replaced with better implementation when new
      .frm format is introduced.
      f6bff2e6
  3. 30 Mar, 2004 1 commit
    • ingo@mysql.com's avatar
      Worklog#1563 - Support of on-line CREATE/DROP INDEX. · 85ec87a0
      ingo@mysql.com authored
      This is to enable table handlers to implement online create/drop index.
      It consists of some parts:
      - New default handler methods in handler.h
      - Split of mysql_alter_table. It decides if only one kind of
        alteration is to be done (e.g. only create indexes or only drop
        indexes etc.) It then calls the specialized new handler method if
        the handler implements it. Otherwise it calls real_alter_table.
      - The parser sets flags for each alter operation detected in a
        command. These are used by mysql_alter_table for the decision.
      - mysql_prepare_table is pulled out of mysql_create_table. This is
        also used by mysql_create_index to prepare the key structure array
        for the handler. It is also used by mysql_create_index and
        mysql_drop_index to prepare a call to mysql_create_frm.
      - mysql_create_frm is pulled out of rea_create_table for use by
        mysql_create_index and mysql_drop_index after the index is
        created/dropped.
      Thanks to Antony who supplied most of the changes.
      85ec87a0
  4. 19 Feb, 2004 1 commit
  5. 03 Feb, 2004 1 commit
  6. 15 Jan, 2004 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · 6dcda515
      hf@deer.(none) authored
      WL#1163 (Making spatial code optional)
      Pack of changes to do in sql/ code.
      6dcda515
  7. 04 Nov, 2003 2 commits
  8. 02 Nov, 2003 1 commit
  9. 30 Oct, 2003 1 commit
  10. 20 Oct, 2003 1 commit
  11. 28 Sep, 2003 1 commit
  12. 30 Jun, 2003 1 commit
  13. 27 Mar, 2003 1 commit
  14. 07 Mar, 2003 1 commit
  15. 07 Feb, 2003 1 commit
  16. 03 Dec, 2002 1 commit
  17. 07 Nov, 2002 1 commit
  18. 25 Oct, 2002 1 commit
  19. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  20. 24 Aug, 2002 1 commit
  21. 19 Jun, 2002 1 commit
  22. 11 Jun, 2002 1 commit
  23. 04 Jun, 2002 1 commit
  24. 02 Jun, 2002 1 commit
  25. 17 May, 2002 1 commit
  26. 12 Apr, 2002 1 commit
  27. 13 Feb, 2002 1 commit
  28. 13 Dec, 2001 1 commit
  29. 06 Dec, 2001 1 commit
  30. 27 Sep, 2001 1 commit
  31. 12 Sep, 2001 1 commit
  32. 17 Nov, 2000 1 commit
  33. 21 Aug, 2000 1 commit
  34. 31 Jul, 2000 1 commit