An error occurred fetching the project authors.
  1. 15 Nov, 2002 2 commits
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 1079b936
      heikki@hundin.mysql.fi authored
        Fix another bug introduced in 4.0.4 in AUTO_INCREMENT and deadlock or lock wait timeout
      1079b936
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · be6e811f
      heikki@hundin.mysql.fi authored
        Fix bug intoduced in 4.0.4 in REPLACE and AUTO_INCREMENT: if replace did an update, then auto-inc counter was left 1 too low
      be6e811f
  2. 14 Nov, 2002 1 commit
  3. 09 Nov, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · 648b5066
      heikki@hundin.mysql.fi authored
        Try to skip over corrupt records in SELECT if innodb_force_recovery > 0; print more page hex dumps in CHECK TABLE
      648b5066
  4. 07 Nov, 2002 1 commit
  5. 05 Nov, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · db169310
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.5b: minor improvements to foreign keys, more logical data dictionary lock
      db169310
  6. 31 Oct, 2002 2 commits
  7. 30 Oct, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      ha_innodb.cc: · ab12784d
      heikki@hundin.mysql.fi authored
        Fix bug in MySQL-3.23 ORDER BY from a table with no PRIMARY KEY and where the user had added UNIQUE indexes with CREATE INDEX
      ab12784d
  8. 29 Oct, 2002 1 commit
    • heikki@hundin.mysql.fi's avatar
      Many files: · 9153d88c
      heikki@hundin.mysql.fi authored
        Merge InnoDB-4.0.5: new isolation levels READ COMMITTED and READ UNCOMMITTED now supported, selective deadlock resolution
      mysqld.cc:
        Change MySQL default isolation level to REPEATABLE READ; note that InnoDB has always had that default, and BDB and MyISAM always run at SERIALIZABLE level anyway
      9153d88c
  9. 16 Oct, 2002 1 commit
  10. 26 Sep, 2002 1 commit
  11. 25 Sep, 2002 2 commits
  12. 24 Sep, 2002 1 commit
  13. 21 Sep, 2002 3 commits
  14. 20 Sep, 2002 2 commits
  15. 14 Sep, 2002 2 commits
  16. 11 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Portability fixes. · f3a186c9
      monty@mashka.mysql.fi authored
      Improve mysql-test to be more robust.
      Fix that GRANT doesn't delete SSL options
      Change innobase_flush_log_at_trx_commit to uint.
      Don't rotate logs if we read a rotate log entry from the master.
      f3a186c9
  17. 05 Sep, 2002 2 commits
  18. 04 Sep, 2002 2 commits
  19. 21 Aug, 2002 1 commit
  20. 12 Aug, 2002 3 commits
  21. 08 Aug, 2002 2 commits
    • monty@hundin.mysql.fi's avatar
      Fix after merge · 77296b3f
      monty@hundin.mysql.fi authored
      Updated WEEK() and DATE information in the manual.
      77296b3f
    • monty@mashka.mysql.fi's avatar
      Lots of code fixes to the replication code (especially the binary logging and... · 2c4fa340
      monty@mashka.mysql.fi authored
      Lots of code fixes to the replication code (especially the binary logging and index log file handling)
      Fixed bugs in my last changeset that made MySQL hard to compile.
      Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables.
      Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions
      Extended my_chsize() to allow one to specify a filler character.
      Extend vio_blocking to return the old state (This made some usage of this function much simpler)
      Added testing for some functions that they caller have got the required mutexes before calling the function.
      Use setrlimit() to ensure that we can write core file if one specifies --core-file.
      Added --slave-compressed-protocol
      Made 2 the minimum length for ft_min_word_len
      Added variables foreign_key_checks & unique_checks.
      Less logging from replication code (if not started with --log-warnings)
      Changed that SHOW INNODB STATUS requre the SUPER privilege
      More DBUG statements and a lot of new code comments
      2c4fa340
  22. 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
  23. 18 Jun, 2002 1 commit
  24. 17 Jun, 2002 1 commit
  25. 22 Apr, 2002 1 commit
  26. 31 Mar, 2002 1 commit
  27. 27 Mar, 2002 1 commit
  28. 26 Mar, 2002 1 commit