The CREATE INDEX statement doesn't support qualified table names.
Error: "TypeError: undefined is not an object (evaluating 'table.inddefs')"
Workaround: Must use temporary USE statements
Root cause: Parser expects unqualified names and fails to resolve table object