• 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
upgrade.test 1.43 KB