1. 30 Jan, 2009 5 commits
  2. 29 Jan, 2009 14 commits
  3. 28 Jan, 2009 18 commits
  4. 27 Jan, 2009 3 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
    • Magnus Svensson's avatar
      WL#4189 mtr.pl v2 · 3d1c85da
      Magnus Svensson authored
       - First try LOAD DATA INFILE and fall back to LOAD DATA LOCAL INFILE if
         that fails.
      3d1c85da
    • Magnus Svensson's avatar
      WL#4189 mtr.pl v2 · d4c34f24
      Magnus Svensson authored
       - Fix the regex for finding core files ie. anything that starts with "core" 
       - Add collection of *.dmp files on windows.
      d4c34f24