1. 17 Aug, 2004 17 commits
    • unknown's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 1d07adfb
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      1d07adfb
    • unknown's avatar
      Merge mysql.com:/home/jonas/src/mysql-4.1 · b5136781
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1-ndb
      
      
      ndb/src/ndbapi/TransporterFacade.cpp:
        Auto merged
      b5136781
    • unknown's avatar
      Make sure registers is 64-bit aligned · 0ef511b1
      unknown authored
      0ef511b1
    • unknown's avatar
      Don gather results for unallocated api's · 3585e4a4
      unknown authored
      3585e4a4
    • unknown's avatar
      Use native format in interpreter - · 4387ef04
      unknown authored
      (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      
      This fixes problem with auto increment on different byte order
      
      (This also make adding of signed ints really simple...)
      
      
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      ndb/src/ndbapi/Ndb.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Use native format in interpreter
        (old code mixed the 3 alternatives: native, [lo, hi], [hi, lo])
      4387ef04
    • unknown's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · ead6df77
      unknown authored
      into mysql.com:/home/mysql_src/mysql-4.1-874
      
      
      ead6df77
    • unknown's avatar
      Fix for BUG#5038 "Cannot disable LOAD DATA LOCAL INFILE from client" · 70f0a36d
      unknown authored
      (specific to 4.1): don't put CLIENT_LOCAL_FILES in
      CLIENT_CAPABILITIES; it would make mysql_options(CLIENT_LOCAL_FILES,0)
      have no effect.
      
      
      libmysql/client_settings.h:
        Don't enforce that we client have CLIENT_LOCAL_FILES;
        indeed this CLIENT_CAPABILITIES is used as minimum
        client options in mysql_real_connect(), which is *after*
        mysql_options(). Having CLIENT_LOCAL_FILES in
        CLIENT_CAPABILITIES defeats disabling it in mysql_options().
      70f0a36d
    • unknown's avatar
      Removed non-used variable · 21a264cc
      unknown authored
      
      BitKeeper/etc/logging_ok:
        Logging to logging@openlogging.org accepted
      21a264cc
    • unknown's avatar
      Merge mysqldev@bk-internal.mysql.com:/tmp/jonas/save · 5f8f1281
      unknown authored
      into mysql.com:/home/jonas/src/mysql-4.1
      
      
      5f8f1281
    • unknown's avatar
      Solaris fixes · 02e04a7a
      unknown authored
      
      ndb/include/ndb_global.h:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/Process.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/cw/cpcd/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/kernel/vm/Emulator.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmclient/main.cpp:
        Include my_alarm (to get signal.h)
      ndb/src/mgmsrv/Services.cpp:
        Include ndb_global instead of string.h
      ndb/src/ndbapi/NdbOperationInt.cpp:
        Keep consistent order of 64 bits in interpreter
      ndb/src/ndbapi/TransporterFacade.cpp:
        Include my_alarm (to get signal.h)
      02e04a7a
    • unknown's avatar
      Merge baker@bk-internal.mysql.com:/home/bk/mysql-4.1 · 4e509362
      unknown authored
      into avenger.(none):/export/brian/mysql/4.1
      
      
      4e509362
    • unknown's avatar
      Fix for not compiling ha_tina. · ff24b4d5
      unknown authored
      
      sql/examples/ha_tina.cc:
        Adding in pieces to remove from compile (aka ifdef).
      ff24b4d5
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 4daee738
      unknown authored
      into brandersnatch.localdomain:/home/dlenev/src/mysql-4.1-hpux
      
      
      4daee738
    • unknown's avatar
      Portablity fix. · 62c3acac
      unknown authored
      hpux11 compiler dislikes empty array initializers.
      
      
      62c3acac
    • unknown's avatar
      Limit testIndex CreateAll · cdc766a8
      unknown authored
      Limit testBackup BackupOne
      
      
      cdc766a8
    • unknown's avatar
      More testBackup fixes · b95e2525
      unknown authored
      
      ndb/test/ndbapi/testBackup.cpp:
        Drop table after testBackup
      ndb/test/src/NdbBackup.cpp:
        Remove node id
      b95e2525
    • unknown's avatar
      Fix testBackup · cee499f1
      unknown authored
      
      ndb/src/ndbapi/TransporterFacade.cpp:
        Retry alloc of node id
      cee499f1
  2. 16 Aug, 2004 6 commits
  3. 15 Aug, 2004 6 commits
  4. 14 Aug, 2004 1 commit
  5. 13 Aug, 2004 10 commits