aboutsummaryrefslogtreecommitdiff
path: root/common/schema/embedded/order/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2019-01-17Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-06-21Add support for running tests in dynamic multi-database modeBoris Kolpackov1-11/+9
Only possible in the development build system at this stage.
2013-02-12Disable constraint checking in MySQLBoris Kolpackov1-3/+9
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).
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-02-08Add schema_catalog::exists() functionBoris Kolpackov1-1/+1
2013-02-07Use multi-pass table creation in MySQLBoris Kolpackov1-0/+60
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.