Workaround for index setup on SubMirror until I'm done w/ arbitrary index support for Schema setup.

This commit is contained in:
Brion Vibber
2010-08-10 11:45:34 -07:00
parent 09dee24cbe
commit 6a2659ed67
3 changed files with 20 additions and 1 deletions

View File

@@ -333,7 +333,7 @@ class MysqlSchema extends Schema
}
if (empty($name)) {
$name = "$table_".implode("_", $columnNames)."_idx";
$name = "{$table}_".implode("_", $columnNames)."_idx";
}
$res = $this->conn->query("ALTER TABLE $table ".