1. 19 Oct, 2006 10 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint · 8b094a9a
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      mysql-test/t/mysqltest.test:
        Auto merged
      8b094a9a
    • unknown's avatar
      Add command "exit" to mysqltest, it will stop processing any more · 1def5fee
      unknown authored
      commands and go directly to result file processing
      
      
      client/mysqltest.c:
        Add command "exit" to mysqltest
      mysql-test/r/mysqltest.result:
        Add command "exit" to mysqltest
      mysql-test/t/mysqltest.test:
        Add command "exit" to mysqltest
      1def5fee
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 0f71f829
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysqldump.c:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      0f71f829
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · fc889fed
      unknown authored
      into  example.com:/work/bug23379/my50-bug23379
      
      
      sql/sql_class.cc:
        Auto merged
      fc889fed
    • unknown's avatar
      Merge example.com:/work/bug23379/my41-bug23379 · 611f2098
      unknown authored
      into  example.com:/work/bug23379/my50-bug23379
      
      
      sql/sql_class.cc:
        Auto merged
      611f2098
    • unknown's avatar
      Fix for bug#23379 "wrong time value in SHOW PROCESSLIST" · f042e23b
      unknown authored
        
      The value taken to be shown in SHOW PROCESSLIST is not
      initialized when THD is created and will be random for
      unauthenticated connections.
        
      To the documentor: Random value, instead of NULL, was shown,
      in SHOW PROCESSLIST for still non-authenticated connections.
      
      
      sql/sql_class.cc:
        Initialize time_after_lock.
        It is used from SHOW PROCESSLIST's code. If not initialized
        random value is shown for connected but still unauthenticated
        clients in the column Time.
      f042e23b
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint · 4b7c4d7c
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysqldump.c:
        Auto merged
      mysql-test/include/have_lowercase0.inc:
        Auto merged
      mysql-test/t/lowercase_table3.test:
        Auto merged
      mysql-test/t/mysql_protocols.test:
        Auto merged
      mysql-test/t/rpl_change_master.test:
        Auto merged
      mysql-test/t/rpl_drop_db.test:
        Auto merged
      mysql-test/t/rpl_error_ignored_table.test:
        Auto merged
      mysql-test/t/rpl_loaddata.test:
        Auto merged
      mysql-test/t/rpl_log.test:
        Auto merged
      mysql-test/t/rpl_max_relay_size.test:
        Auto merged
      mysql-test/t/rpl_replicate_do.test:
        Auto merged
      mysys/my_read.c:
        Auto merged
      sql/sql_class.cc:
        Auto merged
      mysql-test/r/rpl000015.result:
        C
      mysql-test/r/rpl_log.result:
        ul
      mysql-test/r/rpl_max_relay_size.result:
        ul
      mysql-test/r/rpl_replicate_do.result:
        ul
      mysql-test/t/rpl000015.test:
        ul
      4b7c4d7c
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-4.1-maint · a3f16fe8
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-4.1-maint
      
      a3f16fe8
    • unknown's avatar
      Backport test cases fixes from 5.0 · 0093ed34
      unknown authored
      
      client/mysqldump.c:
        fflush stderr after printing of error message
      mysql-test/include/have_lowercase0.inc:
        Remove extra ;
      mysql-test/r/rpl000015.result:
        Update result
      mysql-test/r/rpl_change_master.result:
        Update result
      mysql-test/r/rpl_error_ignored_table.result:
        Update result
      mysql-test/r/rpl_loaddata.result:
        Update result
      mysql-test/r/rpl_log.result:
        Update result
      mysql-test/r/rpl_max_relay_size.result:
        Update result
      mysql-test/r/rpl_replicate_do.result:
        Update result
      mysql-test/t/lowercase_table3.test:
        Backport from 5.0
      mysql-test/t/mysql_protocols.test:
        Backport from 5.0
      mysql-test/t/rpl000015.test:
        Backport from 5.0
      mysql-test/t/rpl_change_master.test:
        Backport from 5.0
      mysql-test/t/rpl_drop_db.test:
        Backport from 5.0
      mysql-test/t/rpl_error_ignored_table.test:
        Backport from 5.0
      mysql-test/t/rpl_loaddata.test:
        Backport from 5.0
      mysql-test/t/rpl_log-master.opt:
        Use --force-restart command in master.opt to force a restart for this test case
      mysql-test/t/rpl_log.test:
        Backport from 5.0
      mysql-test/t/rpl_max_relay_size.test:
        Backport from 5.0
      mysql-test/t/rpl_replicate_do.test:
        Backport from 5.0
      0093ed34
    • unknown's avatar
      Merge ahristov@bk-internal.mysql.com:/home/bk/mysql-4.1-maint · 0fb45b42
      unknown authored
      into  example.com:/work/bug23379/my41-bug23379
      
      0fb45b42
  2. 18 Oct, 2006 24 commits
  3. 17 Oct, 2006 6 commits
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint · 8277882b
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint_20061016
      
      
      sql/sql_parse.cc:
        Auto merged
      8277882b
    • unknown's avatar
      Fix previous bad patch for Bug#14262. · 717fb55f
      unknown authored
      Remove table engine qualification where it's unnecessary.
      
      
      mysql-test/r/view.result:
        Remove requirement for innodb where not needed.  (Running this test alone
        raised warnings that it was using myisam.)
      mysql-test/t/view.test:
        Remove requirement for innodb where not needed.  (Running this test alone
        raised warnings that it was using myisam.)
      sql/sql_parse.cc:
        Fix previous bad re-patch.
      sql/sql_view.cc:
        Fix previous bad re-patch.
      717fb55f
    • unknown's avatar
      Merge shellback.(none):/home/msvensson/mysql/mysql-4.1-maint · f27eb452
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/lib/mtr_report.pl:
        Auto merged
      mysql-test/lib/mtr_timer.pl:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      f27eb452
    • unknown's avatar
      Merge naruto.:C:/cpp/bug23010/my50-bug23010 · 36ba2700
      unknown authored
      into  naruto.:C:/cpp/mysql-5.0-maint
      
      36ba2700
    • unknown's avatar
      Remove warnings · 76f7efc5
      unknown authored
      Set comment properly before calling mtr_report_test failed and report_failure_restart 
      
      
      mysql-test/lib/mtr_report.pl:
        Remove warnings
        No need to check ndb installed ok here, when that is detected comment is set to indicate the problem
      76f7efc5
    • unknown's avatar
      When calculating what features to use for _this_ test run, don't look at test... · f3531e90
      unknown authored
      When calculating what features to use for _this_ test run, don't look at test that already are deterined to be skipped
      
      
      f3531e90