Age | Commit message (Collapse) | Author | Files | Lines |
|
Only possible in the development build system at this stage.
|
|
|
|
This way we will be able to have several databases configured at the
same time, which is needed for multi-database support testing.
|
|
This test can either create tables or drop them in the "wrong" order,
depending on the static initialization order. For MySQL we can create
things but not drop (no IF EXISTS or similar support).
|
|
|
|
|
|
|
|
This deals with table creation order and circular dependencies.
Unfortunately, there doesn't seem to be a way in MySQL to drop
a foreign key only if it exists without resorting to stored
procedures.
|