An error occurred fetching the project authors.
  1. 09 Jun, 2005 1 commit
  2. 03 Jun, 2005 1 commit
    • monty@mysql.com's avatar
      Move USE_PRAGMA_IMPLEMENTATION to proper place · 29fd1f2f
      monty@mysql.com authored
      Ensure that 'null_value' is not accessed before val() is called in FIELD() functions
      Fixed initialization of key maps. This fixes some problems with keys when you have more than 64 keys
      Fixed that ROLLUP don't always create a temporary table. This fix ensures that func_gconcat.test results are now predictable
      29fd1f2f
  3. 01 Jun, 2005 1 commit
  4. 31 May, 2005 1 commit
    • ingo@mysql.com's avatar
      Bug#10224 - ANALYZE TABLE crashing with simultaneous CREATE ... SELECT statement. · 51d80960
      ingo@mysql.com authored
      1.) Added a new option to mysql_lock_tables() for ignoring FLUSH TABLES.
      Used the new option in create_table_from_items().
      It is necessary to prevent the SELECT table from being reopend.
      It would get new storage assigned for its fields, while the
      SELECT part of the command would still use the old (freed) storage.
      2.) Protected the CREATE TABLE and CREATE TABLE ... SELECT commands
      against a global read lock. This prevents a deadlock in
      CREATE TABLE ... SELECT in conjunction with FLUSH TABLES WITH READ LOCK
      and avoids the creation of new tables during a global read lock.
      3.) Replaced set_protect_against_global_read_lock() and
      unset_protect_against_global_read_lock() by
      wait_if_global_read_lock() and start_waiting_global_read_lock()
      in the INSERT DELAYED handling.
      51d80960
  5. 26 May, 2005 2 commits
  6. 25 May, 2005 1 commit
  7. 24 May, 2005 1 commit
  8. 16 May, 2005 1 commit
  9. 14 May, 2005 1 commit
  10. 13 May, 2005 1 commit
  11. 12 May, 2005 1 commit
  12. 08 May, 2005 1 commit
    • antony@ltantony.mysql.com's avatar
      Bug#6236 · d51308ae
      antony@ltantony.mysql.com authored
        Incomplete ALTER TABLE breaks MERGE compatibility
        Fix implicit NOT NULL not set on ALTER of PK columns
      d51308ae
  13. 07 May, 2005 1 commit
  14. 06 May, 2005 1 commit
  15. 28 Apr, 2005 1 commit
  16. 19 Apr, 2005 1 commit
  17. 12 Apr, 2005 3 commits
  18. 11 Apr, 2005 1 commit
  19. 07 Apr, 2005 1 commit
  20. 04 Apr, 2005 1 commit
  21. 02 Apr, 2005 1 commit
  22. 01 Apr, 2005 1 commit
    • monty@mysql.com's avatar
      Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) · 201ee3eb
      monty@mysql.com authored
      CAST() now produces warnings when casting a wrong INTEGER or CHAR values. This also applies to implicite string to number casts. (Bug #5912)
      ALTER TABLE now fails in STRICT mode if it generates warnings.
      Inserting a zero date in a DATE, DATETIME or TIMESTAMP column during TRADITIONAL mode now produces an error. (Bug #5933)
      201ee3eb
  23. 27 Mar, 2005 1 commit
  24. 22 Mar, 2005 2 commits
  25. 19 Mar, 2005 1 commit
  26. 16 Mar, 2005 3 commits
  27. 08 Mar, 2005 1 commit
  28. 04 Mar, 2005 1 commit
  29. 25 Feb, 2005 1 commit
  30. 24 Feb, 2005 1 commit
  31. 21 Feb, 2005 2 commits
  32. 17 Feb, 2005 1 commit
  33. 08 Feb, 2005 1 commit