An error occurred fetching the project authors.
  1. 14 Dec, 2003 1 commit
    • monty@mysql.com's avatar
      Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) · d47deebb
      monty@mysql.com authored
      Don't dump data for MRG_ISAM or MRG_MYISAM tables. (Bug #1846)
      Ensure that 'lower_case_table_names' is always set on case insensitive file systems. (Bug #1812)
      One can now configure MySQL as windows service as a normal user. (Bug #1802)
      Database names is now compared with lower case in ON clause when lower_case_table_names is set. (Bug #1736)
      IGNORE ... LINES option didn't work when used with fixed length rows. (Bug #1704)
      Change INSERT DELAYED ... SELECT... to INSERT .... SELECT (Bug #1983)
      Safety fix for service 'mysql start' (Bug #1815)
      d47deebb
  2. 24 Sep, 2003 2 commits
  3. 27 Aug, 2003 1 commit
  4. 22 Aug, 2003 1 commit
  5. 20 Aug, 2003 1 commit
    • guilhem@mysql.com's avatar
      First commit for fixing BUG#1100 · 1dd53ed0
      guilhem@mysql.com authored
      "LOAD DATA INFILE is badly filtered by binlog-*-db rules".
      There will probably be a second final one to merge Dmitri's changes
      to rpl_log.result and mine.
      2 new tests:
      rpl_loaddata_rule_m : test of logging of LOAD DATA INFILE when the master has binlog-*-db rules,
      rpl_loaddata_rule_s : test of logging of LOAD DATA INFILE when the slave has binlog-*-db rules and --log-slave-updates.
      1dd53ed0
  6. 14 Jul, 2003 1 commit
  7. 11 Jul, 2003 1 commit
    • guilhem@mysql.com's avatar
      Fix for BUG#791: · fbebac9a
      guilhem@mysql.com authored
      a safer way of initing the mutexes in MYSQL_LOG.
      is_open() is now always thread-safe.
      See each file for details.
      fbebac9a
  8. 25 Apr, 2003 1 commit
  9. 26 Feb, 2003 2 commits
  10. 14 Feb, 2003 1 commit
  11. 14 Jan, 2003 1 commit
  12. 09 Jan, 2003 1 commit
  13. 13 Dec, 2002 1 commit
  14. 07 Nov, 2002 1 commit
  15. 18 Sep, 2002 1 commit
  16. 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
  17. 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
  18. 11 Jun, 2002 1 commit
  19. 21 Mar, 2002 1 commit
  20. 13 Feb, 2002 1 commit
  21. 07 Feb, 2002 1 commit
    • sasha@mysql.sashanet.com's avatar
      fixes for slave backward compat · 6980a24e
      sasha@mysql.sashanet.com authored
      fixed bug in LOAD DATA FROM MASTER
      fixed rpl000001.result
      Slave now replicates 3.23 master, with the exception of LOAD DATA INFILE, 
      which is still buggy. Will push this one after the pull/merge
      6980a24e
  22. 06 Dec, 2001 1 commit
  23. 28 Nov, 2001 1 commit
  24. 06 Nov, 2001 1 commit
  25. 23 Oct, 2001 1 commit
    • sasha@mysql.sashanet.com's avatar
      cleanup · be4dfd21
      sasha@mysql.sashanet.com authored
      removal of duplicate code in mf_iocache.cc 
      work on failsafe replication
      work on SEQ_READ_APPEND io cache
      be4dfd21
  26. 02 Sep, 2001 1 commit
  27. 28 Aug, 2001 1 commit
  28. 21 Aug, 2001 1 commit
  29. 03 Aug, 2001 1 commit
  30. 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
  31. 21 Mar, 2001 1 commit
  32. 24 Dec, 2000 1 commit
    • monty@donna.mysql.com's avatar
      New benchmark test · b590fa25
      monty@donna.mysql.com authored
      Fixed bug in REPLACE with BDB tables
      Prepare for write lock on read for BDB
      Inform the handler when we want to use IGNORE / REPLACE
      New manual pages
      b590fa25
  33. 08 Dec, 2000 1 commit
  34. 07 Dec, 2000 1 commit
  35. 28 Nov, 2000 1 commit
  36. 23 Nov, 2000 1 commit
  37. 13 Nov, 2000 1 commit
  38. 25 Sep, 2000 1 commit