1. 11 Sep, 2006 8 commits
  2. 09 Sep, 2006 2 commits
  3. 08 Sep, 2006 3 commits
  4. 07 Sep, 2006 10 commits
    • unknown's avatar
      Warning fixes for Windows, and an include fix for Windows for Innodb. · 984983f8
      unknown authored
      
      storage/archive/azio.c:
        Fixed warnings for windows
      storage/federated/ha_federated.cc:
        Warning fixes for Windows
      storage/innobase/CMakeLists.txt:
        Fixed includes for Windows
      984983f8
    • unknown's avatar
      Add support for Falcon, so that partitioning can be tested. · 117ae7cb
      unknown authored
      
      sql/handler.h:
        Adding Falcon
      117ae7cb
    • unknown's avatar
      Fix for a compile problem in Windows. · 0c7b78bb
      unknown authored
      
      sql/CMakeLists.txt:
        Compile problem for Windoows
      storage/innobase/handler/ha_innodb.cc:
        Removed some dead code (Marko approved)
      0c7b78bb
    • unknown's avatar
      Adding in a few more engines to the now defunct (but still used) handler... · 7795b59a
      unknown authored
      Adding in a few more engines to the now defunct (but still used) handler enum's since its the only way to enable for partitioning. 
      
      
      sql/handler.h:
        Extended to add in more DB types for partioning.
      7795b59a
    • unknown's avatar
      Removing sleeps; rpl_row_basic_8partition falls from 2 minutes · a6a1aba2
      unknown authored
      15 seconds to less than a second.
      The sleeps used to be necessary but not anymore as NDB has been fixed
      wrt sync_slave_with_master.
      
      
      mysql-test/include/rpl_multi_engine3.inc:
        Sleeps are not necessary anymore
        because NDB has been fixed wrt sync_slave_with_master.
      a6a1aba2
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-5.1-arch · d17ac133
      unknown authored
      into  zim.(none):/home/brian/mysql/merge-5.1
      
      
      d17ac133
    • unknown's avatar
      Moves Innodb handler to the Innodb storage directory. · b098f25d
      unknown authored
      
      storage/innobase/handler/ha_innodb.h:
        Rename: sql/ha_innodb.h -> storage/innobase/handler/ha_innodb.h
      libmysqld/Makefile.am:
        Removed Innodb specific mention
      sql/Makefile.am:
        Updated to remove innodb
      storage/innobase/CMakeLists.txt:
        Added include directory
      storage/innobase/Makefile.am:
        Updated to add in handler
      storage/innobase/handler/ha_innodb.cc:
        Adjusted include files, also disabled replication code which was not being used.
      storage/innobase/plug.in:
        Added additional Makefile
      storage/innobase/handler/Makefile.am:
        New BitKeeper file ``storage/innobase/handler/Makefile.am''
      b098f25d
    • unknown's avatar
      cleanup of pligin removal code · 5babf500
      unknown authored
      fixed multiple and missing deinitializations, moved all
      deinit/del code in one place
      
      
      5babf500
    • unknown's avatar
      minor plugin api fixes: · 2ae54e3b
      unknown authored
      remove #define __attribute__(A) from plugin.h
      increase API version because placeholders were added
      more robust definition of min_plugin_interface_version
      
      
      include/mysql/plugin.h:
        move #define __attribute__(A) out of plugin.h (not part of the API)
        increase API version because placeholders were added
      plugin/fulltext/plugin_example.c:
        compilation failure on non-GCC compilers
      sql/sql_plugin.cc:
        more robust definition of min_plugin_interface_version
        it should work even when we forget to update it
      2ae54e3b
    • unknown's avatar
      errmsg.txt: · c85e25f2
      unknown authored
        Update of Dutch errmsg translations (not complete yet)
      errmsg.h:
        Fixup of changed error message file path in comment
      authors.h:
        Ego add.
      
      
      include/errmsg.h:
        Fixup of changed error message file path in comment
      sql/authors.h:
        Ego add.
      sql/share/errmsg.txt:
        Update of Dutch errmsg translations (not complete yet)
      c85e25f2
  5. 06 Sep, 2006 5 commits
  6. 05 Sep, 2006 1 commit
  7. 04 Sep, 2006 7 commits
  8. 03 Sep, 2006 4 commits
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.1 · 01debeeb
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      01debeeb
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-5.1-new-ndb · 5b755031
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      
      5b755031
    • unknown's avatar
      ndb - · 8e1a9cd1
      unknown authored
        fix ndb-violations of strict aliasing found by gcc4.1
        (crashes in ndb_dd_*)
      
      
      storage/ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Fix strict-aliasing
      storage/ndb/src/kernel/vm/KeyTable2Ref.hpp:
        Fix strict-aliasing
      storage/ndb/src/kernel/vm/Pool.hpp:
        Fix strict-aliasing
      8e1a9cd1
    • unknown's avatar
      ndb - · 3ba0b6e0
      unknown authored
        gcc-4.1.1 work-around for bug in strict-aliasing
      
      
      storage/ndb/src/kernel/blocks/restore.cpp:
        gcc-4.1.1 work-around for bug in strict-aliasing
      3ba0b6e0