1. 28 Jan, 2009 6 commits
  2. 27 Jan, 2009 2 commits
    • Alfranio Correia's avatar
      BUG#36391: "mysqlbinlog creates invalid charset statements" · 7b6ff85e
      Alfranio Correia authored
            
      The fix for BUG#20103 "Escaping with backslash does not work as expected"
      was implemented too greedy though in that it not only changes the behavior
      of backslashes within strings but in general, so disabling command shortcuts
      like \G or \C (which in turn leads to Bug #36391: "mysqlbinlog creates invalid charset
      statements").
            
      The fix allows the escaping with backslash to take place only inside a string, 
      thus enabling the execution of command shortcuts and presevering the fix for
      BUG#20103.
      7b6ff85e
    • Andrei Elkin's avatar
      Bug #31240 load data infile replication between (4.0 or 4.1) and 5.1 fails · 8afe7c2f
      Andrei Elkin authored
      Fixing pb failures caused by mtr invokes the test with --tmpdir to which
      there are  sensitive operations in the test
      and setup_fake_relay_log.inc also needed --secure-file-priv for its own separate
      directory.
      
      Fixed with removing SELECT INTO OUTFILE and deploying --exec echo instead in the marco.
      The test's opt file should contain --secure-file-priv=$MYSQL_TEST_DIR as the test
      operations deal with files located in $MYSQL_TEST_DIR.
      8afe7c2f
  3. 26 Jan, 2009 7 commits
  4. 24 Jan, 2009 1 commit
  5. 23 Jan, 2009 6 commits
  6. 22 Jan, 2009 5 commits
  7. 21 Jan, 2009 1 commit
  8. 20 Jan, 2009 1 commit
  9. 16 Jan, 2009 10 commits
  10. 15 Jan, 2009 1 commit
    • Joerg Bruehe's avatar
      Upmerge changesets from 5.0-build to 5.1-build. · 4f0d2f5a
      Joerg Bruehe authored
      This does not bring any contents changes, it is purely
      metadata which are affected.
      
      Details:
      
      Even within 5.0, most of these changesets did not cause
      file contents changes, because they were backports done
      for the "service pack" builds of 5.0.66sp1 and 5.0.72sp1.
      
      The "real" changesets are also already present in 5.1,
      so this upmerge doesn't change any contents.
      
      The only "real" changeset in 5.0 was a fix of the shell
      scripts used to configure bdb (BerkeleyDB).
      As we completele removed bdb from the 5.1 sources already,
      the affected files are not present in the 5.1 source tree,
      so this changeset also does not cause any contents changes.
      4f0d2f5a