An error occurred fetching the project authors.
  1. 30 Nov, 2006 1 commit
  2. 26 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Fixed a LOT of compiler warnings · fa81a82e
      monty@mysql.com/nosik.monty.fi authored
      Added missing DBUG_RETURN statements (in mysqldump.c)
      Added missing enums
      Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes
      Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.
      fa81a82e
  3. 20 Nov, 2006 1 commit
    • monty@mysql.com/nosik.monty.fi's avatar
      Remove compiler warnings · e8258798
      monty@mysql.com/nosik.monty.fi authored
      (Mostly in DBUG_PRINT() and unused arguments)
      Fixed bug in query cache when used with traceing (--with-debug)
      Fixed memory leak in mysqldump
      Removed warnings from mysqltest scripts (replaced -- with #)
      e8258798
  4. 07 Nov, 2006 1 commit
  5. 01 Nov, 2006 1 commit
  6. 25 Oct, 2006 1 commit
  7. 24 Oct, 2006 2 commits
  8. 23 Oct, 2006 2 commits
  9. 20 Oct, 2006 1 commit
    • jonas@perch.ndb.mysql.com's avatar
      ndb - bug#22838 · 11b4ac47
      jonas@perch.ndb.mysql.com authored
          when doing create unique index which mysql will silently converts to PK, ndb is not informed
          so table will be useless.
        
          change so that we never do online add index wo/ primary key.
          this is not good, but it's better than a useless table
      11b4ac47
  10. 19 Oct, 2006 1 commit
  11. 05 Oct, 2006 3 commits
  12. 02 Oct, 2006 1 commit
  13. 01 Oct, 2006 2 commits
  14. 30 Sep, 2006 2 commits
  15. 27 Sep, 2006 1 commit
  16. 21 Sep, 2006 1 commit
  17. 18 Sep, 2006 1 commit
  18. 15 Sep, 2006 2 commits
  19. 13 Sep, 2006 1 commit
  20. 12 Sep, 2006 1 commit
  21. 05 Sep, 2006 2 commits
    • mskold/marty@mysql.com/linux.site's avatar
    • guilhem@gbichot3.local's avatar
      Fix for BUG#11151 "LOAD DATA INFILE commits transaction in 5.0". · e4d3595b
      guilhem@gbichot3.local authored
      In 5.0 we made LOAD DATA INFILE autocommit in all engines, while
      only NDB wanted that. Users and trainers complained that it affected
      InnoDB and was a change compared to 4.1 where only NDB autocommitted.
      To revert to the behaviour of 4.1, we move the autocommit logic out of mysql_load() into
      ha_ndbcluster::external_lock().
      The result is that LOAD DATA INFILE commits all uncommitted changes
      of NDB if this is an NDB table, its own changes if this is an NDB
      table, but does not affect other engines.
      Note: even though there is no "commit the full transaction at end"
      anymore, LOAD DATA INFILE stays disabled in routines (re-entrency
      problems per a comment of Pem).
      Note: ha_ndbcluster::has_transactions() does not give reliable results
      because it says "yes" even if transactions are disabled in this engine...
      e4d3595b
  22. 30 Aug, 2006 4 commits
  23. 25 Aug, 2006 1 commit
    • brian@zim.(none)'s avatar
      Cleanup of unused variables. · baa914e6
      brian@zim.(none) authored
      Fixed "discover" in the handler API.
      
      Fixed problem where handlerton was not zero'ed. I need to look around, I suspect this problem is more widespread. 
      baa914e6
  24. 22 Aug, 2006 3 commits
  25. 17 Aug, 2006 1 commit
  26. 15 Aug, 2006 2 commits