1. 08 Aug, 2002 6 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@hundin.mysql.fi's avatar
      merge with 3.23.52 · 08726148
      monty@hundin.mysql.fi authored
      08726148
    • monty@hundin.mysql.fi's avatar
      merge · 8be1cdeb
      monty@hundin.mysql.fi authored
      8be1cdeb
    • monty@mashka.mysql.fi's avatar
      merge · 1bb7665a
      monty@mashka.mysql.fi authored
      1bb7665a
    • monty@hundin.mysql.fi's avatar
      Fix for Intel compiler (ecc) · a31406e3
      monty@hundin.mysql.fi authored
      Minor cleanups to other patches.
      Make --temp-pool default
      a31406e3
    • 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
  2. 07 Aug, 2002 14 commits
  3. 06 Aug, 2002 19 commits
  4. 05 Aug, 2002 1 commit