1. 20 Sep, 2005 1 commit
    • unknown's avatar
      Improved output · 1ec0c2ca
      unknown authored
      
      client/mysqltest.c:
        Don't print "At line: 0"
      1ec0c2ca
  2. 19 Sep, 2005 1 commit
    • unknown's avatar
      Clean up printout of line numbers · 2f67759e
      unknown authored
      
      client/mysqltest.c:
        Only print line no if start_lineno > 0
        Remove lineno in calls to verbose_msg and die, this is handled by the function.
      2f67759e
  3. 07 Sep, 2005 2 commits
  4. 06 Sep, 2005 10 commits
  5. 05 Sep, 2005 16 commits
  6. 03 Sep, 2005 2 commits
  7. 02 Sep, 2005 8 commits
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-11280 · 76da91b5
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      76da91b5
    • unknown's avatar
      Compile error fix. · 114b4e9d
      unknown authored
      
      client/mysqltest.c:
        Have variable declarations before "DBUG_ENTER",
        the opposite order will fail to compile on some platforms.
      114b4e9d
    • unknown's avatar
      Merge eel.(none):/home/jonas/src/mysql-4.1 · 75cabf80
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-4.1-push
      
      75cabf80
    • unknown's avatar
      ndb - fix printout related to bug#10987 · dfa2174a
      unknown authored
      
      ndb/src/common/debugger/EventLogger.cpp:
        Fix extended printout of LCP_FRAGMENT_COMPLETED
      dfa2174a
    • unknown's avatar
      ndb - bug#12608 · a4337300
      unknown authored
        Always abort if node failure occured between startTransaction and commit
        (can later be improved by wl#2610)
      
      
      ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
        Always abort if node failure occured between startTransaction and commit
      a4337300
    • unknown's avatar
      ndb - bug #10987 · d67ce2a9
      unknown authored
        make sure not to cut log to early 
        (specificly not use LCP with maxGciStarted that has not yet completed)
      
      
      ndb/include/kernel/signaldata/SignalData.hpp:
        Add signal data printer for START_FRAG_REQ
      ndb/include/kernel/signaldata/StartFragReq.hpp:
        Add signal data printer for START_FRAG_REQ
      ndb/src/common/debugger/signaldata/SignalDataPrint.cpp:
        Add signal data printer for START_FRAG_REQ
      ndb/src/common/debugger/signaldata/StartRec.cpp:
        Add signal data printer for START_FRAG_REQ
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Add maxGciStarted/Completed to event report
        bug: dont use LCP for calcKeepGci in maxGciSTarted is not completed
      d67ce2a9
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.1 · 71330b53
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-4.1
      
      71330b53
    • unknown's avatar
      mysqltest.test: Remove output from shells in result file · 1da95439
      unknown authored
      
      mysql-test/r/mysqltest.result:
        Update test results
      mysql-test/t/mysqltest.test:
        Send output from failed command to /dev/null in order to avoid recording the output from different shells
      1da95439