An error occurred fetching the project authors.
  1. 04 Feb, 2005 1 commit
  2. 31 Jan, 2005 1 commit
  3. 29 Jan, 2005 1 commit
  4. 17 Jan, 2005 1 commit
  5. 16 Jan, 2005 1 commit
  6. 02 Jan, 2005 1 commit
  7. 30 Dec, 2004 1 commit
  8. 18 Dec, 2004 2 commits
    • paul@frost.snake.net's avatar
      fill_help_tables.sh: · adfb20f6
      paul@frost.snake.net authored
        Convert @samp{c} to 'c', not c.
      adfb20f6
    • matt@booty.(none)'s avatar
      my-innodb-heavy-4G.cnf.sh: · 35942c09
      matt@booty.(none) authored
        I fixed the typos in the transaction-isolation comments.
        I fixed the spelling mistakes in the comment.  It had tripped up a support 
        customer as they couldn't start the server with transaction-isolation=
        read-commited
      35942c09
  9. 06 Dec, 2004 1 commit
  10. 02 Dec, 2004 1 commit
    • jimw@mysql.com's avatar
      Prevent adding 'CREATE TABLE .. SELECT' query to the binary log when the · 13649d90
      jimw@mysql.com authored
      insertion of new records partially failed. It would get logged because of the
      logic to log a partially-failed 'INSERT ... SELECT' (which can't be rolled back
      in non-transactional tables), but 'CREATE TABLE ... SELECT' is always rolled
      back on failure, even for non-transactional tables. (Bug #6682)
      (Original fix reimplemented after review by Serg and Guilhem.)
      13649d90
  11. 01 Dec, 2004 1 commit
  12. 19 Nov, 2004 1 commit
  13. 18 Nov, 2004 1 commit
  14. 05 Nov, 2004 1 commit
  15. 03 Nov, 2004 2 commits
  16. 21 Oct, 2004 1 commit
    • paul@kite-hub.kitebird.com's avatar
      texi2html: · b4773b59
      paul@kite-hub.kitebird.com authored
        Update texi2html with version from mysqldoc repository.
        (Please merge this forward to 4.0, 4.1, 5.0.)
      b4773b59
  17. 16 Oct, 2004 1 commit
  18. 11 Oct, 2004 1 commit
  19. 08 Oct, 2004 1 commit
  20. 07 Oct, 2004 2 commits
  21. 03 Oct, 2004 1 commit
  22. 01 Oct, 2004 1 commit
    • dellis@goetia.(none)'s avatar
      logging_ok: · 8a12b5ad
      dellis@goetia.(none) authored
        Logging to logging@openlogging.org accepted
      sql_acl.cc, grant.test, grant.result:
        BUG 5831 Changed mysql_revoke_all() to successfully delete all privileges for a user in one pass.
      8a12b5ad
  23. 26 Sep, 2004 2 commits
  24. 25 Sep, 2004 1 commit
  25. 24 Sep, 2004 1 commit
    • bar@noter.intranet.mysql.r18.ru's avatar
      logging_ok: · b5b78019
      bar@noter.intranet.mysql.r18.ru authored
        Logging to logging@openlogging.org accepted
      sql_show.cc, type_enum.test, type_enum.result:
        Bug #5628 German characters in field-defs will be '?' with some table definitions
      b5b78019
  26. 20 Sep, 2004 1 commit
  27. 17 Sep, 2004 1 commit
  28. 15 Sep, 2004 1 commit
    • mikael@mc04.(none)'s avatar
      logging_ok: · 72017f8d
      mikael@mc04.(none) authored
        Logging to logging@openlogging.org accepted
      SCI_Transporter.hpp, SCI_Transporter.cpp:
        Major fix-up of SCI Transporter, fixed so that it works with single card, fixed wrap around, added lots of DBUG statements, merged with new transporter handling
      TransporterRegistry.cpp:
        Some fixes for wrap around needed plus DBUG handling
      TCP_Transporter.hpp, TCP_Transporter.cpp:
        Added DBUG statements
      SHM_Transporter.hpp, SHM_Transporter.cpp:
        Fixed SHM Transporter
      SHM_Buffer.hpp:
        Fixed SHM Buffer to handle wrap around properly
      IPCConfig.cpp:
        Fixed up config of SCI
      SocketServer.cpp:
        Added DBUG support for SocketServer threads
      ConfigInfo.cpp:
        Config changes for SCI
      TransporterDefinitions.hpp, mgmapi_config_parameters.h:
        SCI fixes
      Makefile.am, type_ndbapitools.mk.am, type_ndbapitest.mk.am:
        Added SCI library path to Makefiles
      configure.in:
        Fixed small bug with shared mem and sci together in configure
      acinclude.m4:
        Added possibility of providing SCI library path in confgure
      72017f8d
  29. 09 Sep, 2004 2 commits
  30. 30 Aug, 2004 1 commit
    • timour@mysql.com's avatar
      Fix for Bug#3759 · 4d070fd9
      timour@mysql.com authored
      The cause of the bug is that Item_func_in::fix_fields did not fully update its
      used_table_cache. This was the cause for not_null_tables in setup_conds() to be
      still 0 after the call
        not_null_tables= (*conds)->not_null_tables();
      As a result the condition in setup_conds()
        if ( ... (table->table->map & not_null_tables) ...)
      failed, which was the cause for the ON expression not to be added to conds, and later
      the optimizer couldn't detect that it could apply the OUTER JOIN ==> JOIN optimization.
      4d070fd9
  31. 27 Aug, 2004 1 commit
    • bar@mysql.com's avatar
      win1251.conf: · 43b792d5
      bar@mysql.com authored
        Wrong UPPER/LOWER translation for Cyrillic letter tse was fixed.
        bug#5110
      43b792d5
  32. 26 Aug, 2004 1 commit
    • joerg@mysql.com's avatar
      If the system has 64 bit "long", then "long long" does not add new · 10cf7f1f
      joerg@mysql.com authored
      functionality. The existing code takes advantage of this when
      "typedef"ing 'longlong' in 'my_global.h'. This holds for Alpha CPUs.
      If the compiler then has prototypes for C99 functions 'strtoll()' and
      'strtoull()' but no implementation, the existing code in 'strtoull.c'
      collides with that prototype. These collisions are avoided now.
      10cf7f1f
  33. 24 Aug, 2004 3 commits