1. 23 Sep, 2005 1 commit
  2. 20 Sep, 2005 2 commits
    • unknown's avatar
      BUG#12959 mysqltest crashes if testcase passed with -x option · 0aee9b2c
      unknown authored
       - Enable testcases after help from Serg 
      
      
      client/mysqltest.c:
        Dump output to stdout if no result file is specified
        Don't print verbose_msg when command fails whith expected error
      mysql-test/mysql-test-run.pl:
        Don't add all args to the MYSQL_TEST environment variable.
      mysql-test/r/mysqltest.result:
        Add test for mysqltest -x
      mysql-test/t/mysqltest.test:
        Add test for mysqltest -x
      0aee9b2c
    • unknown's avatar
      Improved output · 6bec4bc6
      unknown authored
      
      client/mysqltest.c:
        Don't print "At line: 0"
      6bec4bc6
  3. 19 Sep, 2005 1 commit
    • unknown's avatar
      Clean up printout of line numbers · 56f457b6
      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.
      56f457b6
  4. 07 Sep, 2005 2 commits
  5. 06 Sep, 2005 10 commits
  6. 05 Sep, 2005 16 commits
  7. 03 Sep, 2005 2 commits
  8. 02 Sep, 2005 6 commits
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-4.1-11280 · cbb1da77
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-4.1-clean
      
      
      cbb1da77
    • unknown's avatar
      Compile error fix. · 5d99ed0e
      unknown authored
      
      client/mysqltest.c:
        Have variable declarations before "DBUG_ENTER",
        the opposite order will fail to compile on some platforms.
      5d99ed0e
    • unknown's avatar
      Merge eel.(none):/home/jonas/src/mysql-4.1 · 5fafed14
      unknown authored
      into  eel.(none):/home/jonas/src/mysql-4.1-push
      
      
      5fafed14
    • unknown's avatar
      ndb - fix printout related to bug#10987 · f9d29cfe
      unknown authored
      
      ndb/src/common/debugger/EventLogger.cpp:
        Fix extended printout of LCP_FRAGMENT_COMPLETED
      f9d29cfe
    • unknown's avatar
      ndb - bug#12608 · 21ce9ede
      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
      21ce9ede
    • unknown's avatar
      ndb - bug #10987 · 7056f0b3
      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
      7056f0b3