1. 14 Sep, 2005 5 commits
    • unknown's avatar
      Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1 · 35b23c54
      unknown authored
      into  asksasha.com:/reiser-data/mysql-dev/mysql-4.1-bug11139
      
      35b23c54
    • unknown's avatar
      Merge spachev@bk-internal.mysql.com:/home/bk/mysql-4.1 · 19ae0287
      unknown authored
      into  asksasha.com:/reiser-data/mysql-dev/mysql-4.1-bug11139
      
      
      sql/sql_parse.cc:
        Auto merged
      19ae0287
    • unknown's avatar
      fix for BUG#11139 (multi-delete with alias breaking replication if table rules are · f03d54f1
      unknown authored
       present): the problem originally was that the tables in auxilliary_tables did not have 
      the correct real_name, which caused problems in the second call to tables_ok(). 
      The fix corrects the real_name problem, and also sets the updating flag properly, 
      which makes the second call to tables_ok() unnecessary.
      
      
      mysql-test/r/rpl_multi_delete2.result:
        updates for for BUG#11139
      mysql-test/t/rpl_multi_delete2-slave.opt:
        updates for for BUG#11139
      mysql-test/t/rpl_multi_delete2.test:
        updates for for BUG#11139
      sql/mysql_priv.h:
        fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
         present)
      sql/slave.cc:
        fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
         present)
      sql/sql_parse.cc:
        fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
         present)
      sql/sql_yacc.yy:
        fix for BUG#11139 (multi-delete with alias breaking replication if table rules are
         present)
      f03d54f1
    • unknown's avatar
      Improve error / process handling in the Perl script to run the test suite (patch supplied by Kent). · 21360b30
      unknown authored
      
      mysql-test/lib/mtr_process.pl:
        Handle errors in child processes separate from the parent process (patch supplied by Kent).
      mysql-test/lib/mtr_report.pl:
        New function to handle errors in child processes separate from the parent process (patch supplied by Kent).
        Expected to avoid HUP signals.
      21360b30
    • unknown's avatar
      Minor output format change of the Perl test suite script (align with the shell script). · 4db3f4ff
      unknown authored
      
      mysql-test/lib/mtr_report.pl:
        Make the Perl test script output identical to that of the (old) shell script,
        so that reported differences compare as equal strings (for automatic analysis).
      4db3f4ff
  2. 13 Sep, 2005 2 commits
  3. 12 Sep, 2005 24 commits
  4. 11 Sep, 2005 3 commits
  5. 10 Sep, 2005 3 commits
  6. 09 Sep, 2005 3 commits