1. 08 Oct, 2007 1 commit
    • bar@mysql.com/bar.myoffice.izhnet.ru's avatar
      Bug#27580 SPACE() function collation bug? · 2224e030
      bar@mysql.com/bar.myoffice.izhnet.ru authored
      Problem: when character_set_connection=utf8,
      mixing SPACE() with a non-Unicode column (e.g. for concat)
      produced "illegal mix of collations" error.
      Fix: Item_string() corresponding to space character
      is now created using "ASCII" repertoire. Previously
      it was incorrectly created using "UNICODE" repertoure, which
      didn't allow to convert results of SPACE() to a non-Unicode
      character set.
      2224e030
  2. 04 Oct, 2007 3 commits
  3. 03 Oct, 2007 4 commits
  4. 02 Oct, 2007 2 commits
  5. 01 Oct, 2007 4 commits
  6. 26 Sep, 2007 1 commit
    • aelkin/elkin@koti.dsl.inet.fi's avatar
      Bug #26000 SHOW SLAVE STATUS can crash mysqld during shutdown process · 5dc3fbf1
      aelkin/elkin@koti.dsl.inet.fi authored
      active_mi has been reset (shutdown) at the time of quering with 
      SHOW SLAVE STATUS so that 
      at handling of SHOW an attempt to read its members segfaults.
      
      Fixed with checking the value of active_mi before to call show_master_info()
      Merely send_ok() is invoked when active_mi does not exist.
      A test can not be easiely written.
      
      Notice, there are more analogical cases in the code which require a similar
      treatment (to be reported as a bug separately). 
      5dc3fbf1
  7. 25 Sep, 2007 1 commit
  8. 22 Sep, 2007 1 commit
  9. 20 Sep, 2007 2 commits
  10. 19 Sep, 2007 1 commit
  11. 15 Sep, 2007 1 commit
  12. 14 Sep, 2007 13 commits
  13. 13 Sep, 2007 5 commits
  14. 12 Sep, 2007 1 commit