1. 30 Jul, 2006 2 commits
    • unknown's avatar
      Remove todo about better manual · 61b52edd
      unknown authored
      
      client/mysqltest.c:
        Remove the TODO saying we need better manual since that has been fixed now.
      61b52edd
    • unknown's avatar
      Improve and fix bugs in 'read_line' function of mysqltest · 5d39c1c6
      unknown authored
      
      client/mysqltest.c:
        Fix bugs in 'read_line' function, add better comments and some DBUG printouts
        Add do_delimiter function so the "delimiter" command is parsed better, it should not be allowed to have emtpy delimiter 
        Add checks that disable/enable_pasring is not used when it's already disabled or enabled.
        Don't allow mysqltest to end with parsing disabled
        Add function 'convert_to_format_v1' as the bugs in read_line caused the queries to be read a little funny
        and we want to preserve the result file format(at this time)
      mysql-test/r/mysqltest.result:
        Update result file
      5d39c1c6
  2. 29 Jul, 2006 8 commits
  3. 28 Jul, 2006 1 commit
  4. 27 Jul, 2006 3 commits
  5. 26 Jul, 2006 12 commits
  6. 25 Jul, 2006 2 commits
  7. 24 Jul, 2006 4 commits
    • unknown's avatar
      After merge fix · 87acac5f
      unknown authored
      87acac5f
    • unknown's avatar
      After merge fix · 99a4775c
      unknown authored
      99a4775c
    • unknown's avatar
      After merge fix · 79ebad89
      unknown authored
      79ebad89
    • unknown's avatar
      Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0 · 93528f28
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.1-amerge
      
      
      mysql-test/r/merge.result:
        Auto merged
      mysql-test/t/merge.test:
        Auto merged
      sql/sql_table.cc:
        Auto merged
      storage/ndb/include/kernel/GlobalSignalNumbers.h:
        Auto merged
      storage/ndb/src/common/debugger/signaldata/SignalNames.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Auto merged
      storage/ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      configure.in:
        Manual merge
      mysql-test/extra/binlog_tests/blackhole.test:
        Manual merge
      mysql-test/r/binlog_stm_blackhole.result:
        Manual merge
      sql/ha_myisammrg.cc:
        Manual merge
      sql/handler.h:
        Manual merge
      storage/blackhole/ha_blackhole.cc:
        Manual merge
      support-files/mysql.spec.sh:
        Manual merge
      93528f28
  8. 23 Jul, 2006 2 commits
    • unknown's avatar
      BUG#20294 Instance manager test im_instance_conf fails randomly · 7b2cabd9
      unknown authored
      (well, im_options in this case, but using existing bug report)
      
      
      mysql-test/t/disabled.def:
        disable im_options test as it's non-deterministic. reopen bug
      7b2cabd9
    • unknown's avatar
      Merge willster.(none):/home/stewart/Documents/MySQL/5.0/main · 299b620d
      unknown authored
      into  willster.(none):/home/stewart/Documents/MySQL/5.1/main
      
      
      BitKeeper/etc/config:
        Auto merged
      sql/opt_range.cc:
        Auto merged
      storage/ndb/src/kernel/blocks/ERROR_codes.txt:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Auto merged
      storage/ndb/src/kernel/blocks/dbtup/DbtupTabDesMan.cpp:
        Auto merged
      storage/ndb/test/ndbapi/testDict.cpp:
        Auto merged
      storage/ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      mysql-test/Makefile.am:
        manual merge
      storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        manual merge
      299b620d
  9. 22 Jul, 2006 4 commits
  10. 21 Jul, 2006 2 commits
    • unknown's avatar
      Bug#21039 Transaction cache not flushed after SELECT CREATE · 477e0b13
      unknown authored
       - Disable test case until fixed
      
      
      mysql-test/r/sp.result:
        Disable test case until bug#21039 is fixed
      mysql-test/t/sp.test:
        Disable test case until bug#21039 is fixed
      477e0b13
    • unknown's avatar
      Bug#21188 mysqlimport returns random exit code · 163dcd61
      unknown authored
       - Only handle return codes from 'pclose' greater than zero as errors.
       - It appears pclose can return -1 with errno set to ECHILD although the executin
      process completed successfully. 
      
      
      client/mysqltest.c:
        Only handle return codes from 'pclose' greater than zero as errors.
      163dcd61