1. 29 Sep, 2006 1 commit
  2. 30 Jul, 2006 6 commits
    • unknown's avatar
      remove unneeded bugfix when read_line function in mysqltest has been fixed · 59601768
      unknown authored
      
      client/mysqltest.c:
        Remove the hack "q_send_flag" which seems to be a bug fix for a buggy 'read_line' function
      59601768
    • unknown's avatar
      Add new commands to mysqltest - to make it easier to write portable test scripts · 1385320b
      unknown authored
      
      client/Makefile.am:
        Link mysqltest with mysys library
      client/mysqltest.c:
        Add new commands to mysqltest:
         - remove_file
         - copy_file
         - file_exists
         - write_file
         - perl
      mysql-test/r/mysqltest.result:
        Update result file
      mysql-test/t/mysqltest.test:
        Add tests for new commands
      1385320b
    • unknown's avatar
      Cleanup error messages in mysqltest · 1c0baed8
      unknown authored
      
      client/mysqltest.c:
        Cleanup error messages, no need to supply line number in calls to 'die' that is done automatically if needed.
        Set start_lineno to 0 as default.
      1c0baed8
    • unknown's avatar
      Remove outdated TODO list · cafd2566
      unknown authored
      cafd2566
    • 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
  3. 29 Jul, 2006 8 commits
  4. 28 Jul, 2006 1 commit
  5. 27 Jul, 2006 3 commits
  6. 26 Jul, 2006 12 commits
  7. 25 Jul, 2006 2 commits
  8. 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
  9. 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
  10. 22 Jul, 2006 1 commit
    • unknown's avatar
      BUG#20340: NODEGROUP wrong field type in partitions information schema table · 0a32f062
      unknown authored
      Fixes for change that makes default appear in NODEGROUP as it should be instead of 0 which is an error
      
      
      mysql-test/r/ndb_dd_backuprestore.result:
        Fixes for change that makes default appear in NODEGROUP as it should be instead of 0 which is an error
      mysql-test/r/ndb_partition_range.result:
        Fixes for change that makes default appear in NODEGROUP as it should be instead of 0 which is an error
      0a32f062