1. 07 Mar, 2006 4 commits
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 208d7fd4
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.b17142
      
      
      sql/table.cc:
        Auto merged
      208d7fd4
    • unknown's avatar
      Bug#17142 Crash if create with encoded name · 06691fc3
      unknown authored
      upgrade.result, upgrade.test:
        Adding test case.
      table.cc:
        Don't try to open a table with old-formatted name,
        if the table name contains "@" character.
        This is to avoid mixing two different names to each other.
        Thanks Monty for suggesting this fix.
      
      
      sql/table.cc:
        Bug#17142 Crash if create with encoded name
        Don't try to open a table with old-formatted name,
        if the table name contains "@" character.
        This is to avoid mixing two different names to each other.
      mysql-test/t/upgrade.test:
        Adding test case.
      mysql-test/r/upgrade.result:
        Adding test case.
      06691fc3
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · 4243da09
      unknown authored
      into  mysql.com:/home/bk/fix-mysql-5.1-new
      
      
      4243da09
    • unknown's avatar
      Bug#17874 (Test failure: rpl_row_basic_3innodb): · 28e6f6c4
      unknown authored
        Some storage engines does not set the filler bits, so we set them
        before calling the record-reading functions.
      
      
      sql/log_event.cc:
        Set the null byte containing filler bits before calling any record-
        reading functions.
      28e6f6c4
  2. 06 Mar, 2006 36 commits