summaryrefslogtreecommitdiff
path: root/tests/model_options
AgeCommit message (Collapse)Author
2014-12-27[1.7.x] Fixed #24051 -- Made schema infrastructure honor tablespacesClaude Paroz
Partial backport of 30cbd5d36. Thanks Douglas J. Reynolds for the report and initial patch.
2014-06-11[1.7.x] Created a new tests folder (`model_options`).Moayad Mardini
And moved `tablespaces` option tests to it. The new folder can be used to test models/options, like the new option added in refs #22778. Backport of 5a3ae7e260 from master