1. 07 Mar, 2006 4 commits
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e3ffbfcf
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.b17142
      
      
      sql/table.cc:
        Auto merged
      e3ffbfcf
    • unknown's avatar
      Bug#17142 Crash if create with encoded name · c0f7bcc4
      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.
      c0f7bcc4
    • unknown's avatar
      Merge mysql.com:/home/bkroot/mysql-5.1-new · bc1bd7ba
      unknown authored
      into  mysql.com:/home/bk/fix-mysql-5.1-new
      
      bc1bd7ba
    • unknown's avatar
      Bug#17874 (Test failure: rpl_row_basic_3innodb): · 461c7753
      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.
      461c7753
  2. 06 Mar, 2006 36 commits