13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
--source setup.inc
|
|
|
|
|
|
# Test ALTER TABLE .. ENGINE with InnoDB
|
|
# Since both InnoDB and NDB support ATOMIC_DDL, the alter
|
|
# will be executed as a single XA distributed transaction.
|
|
# Any rollback has to be done by ndbcluster.
|
|
|
|
let $engine = InnoDB;
|
|
--source alter_engine.inc
|
|
|
|
--source cleanup.inc
|