1. 21 Aug, 2003 10 commits
  2. 20 Aug, 2003 8 commits
    • guilhem@mysql.com's avatar
      Result updates after Dmitri's and my changes to logging with --log-slave-updates. · ec280a51
      guilhem@mysql.com authored
      Since my changes, rpl_log.test, whose result file depends on file_id, became
      non-repeatable, i.e. file_id on slave in SHOW BINLOG EVENTS
      changed depending on the order of tests (sometimes 1, sometimes 5).
      Which is logical: as now the slave does not copy Create_file and Exec_load from
      the relay log (i.e from the master's binlog) to the slave's binlog, but
      instead lets mysql_load() do the logging, the file_id is now the one whic
      was used on the slave. Before it was the one which was used on the master,
      and by chance the master was always restarted for this test because there's
      a -master.opt file, so file_id on the master is always 1. But now file_id is
      from the slave so we need to restart the slave. That's why I add an (empty)
      -slave.opt file. I could have used 'server_stop/start slave', but this
      would have required the manager, so most of the time mysql-test-run silently
      skip the test which makes it useless. And I want this test to be run !
      ec280a51
    • guilhem@mysql.com's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-4.0 · f405287b
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.0
      f405287b
    • guilhem@mysql.com's avatar
      First commit for fixing BUG#1100 · 1dd53ed0
      guilhem@mysql.com authored
      "LOAD DATA INFILE is badly filtered by binlog-*-db rules".
      There will probably be a second final one to merge Dmitri's changes
      to rpl_log.result and mine.
      2 new tests:
      rpl_loaddata_rule_m : test of logging of LOAD DATA INFILE when the master has binlog-*-db rules,
      rpl_loaddata_rule_s : test of logging of LOAD DATA INFILE when the slave has binlog-*-db rules and --log-slave-updates.
      1dd53ed0
    • dlenev@mysql.com's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 423b1b7c
      dlenev@mysql.com authored
      into mysql.com:/home/dlenev/src/mysql-4.0-bg-1086
      423b1b7c
    • monty@narttu.mysql.fi's avatar
      23f0de08
    • dlenev@mysql.com's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-4.0 · 319017ae
      dlenev@mysql.com authored
      into mysql.com:/home/dlenev/src/mysql-4.0-bg-1086
      319017ae
    • monty@narttu.mysql.fi's avatar
      Fixed some varnings from valgrind · 359846f0
      monty@narttu.mysql.fi authored
      Set min value of max_allowed_packet to 1024
      Fixed problem with UNION's without braces and SQL_CALC_FOUND_ROWS, LIMIT #,#
      and ORDER BY...LIMIT
      359846f0
    • serg@serg.mylan's avatar
      comment added · ae8b0805
      serg@serg.mylan authored
      ae8b0805
  3. 19 Aug, 2003 13 commits
  4. 18 Aug, 2003 2 commits
  5. 17 Aug, 2003 4 commits
  6. 16 Aug, 2003 1 commit
  7. 15 Aug, 2003 2 commits