Changeset 50449 for trunk/tests/phpunit/tests/dbdelta.php
- Timestamp:
- 02/27/2021 04:54:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dbdelta.php
r48937 r50449 80 80 ); 81 81 82 // This has to be called after the `CREATE TABLE` above as the `_create_temporary_tables` filter 83 // causes it to create a temporary table, and a temporary table cannot use a FULLTEXT index. 82 84 parent::setUp(); 83 85 }
Note: See TracChangeset
for help on using the changeset viewer.