Changeset 33260 for branches/4.2/tests/phpunit/tests/db.php
- Timestamp:
- 07/14/2015 10:20:55 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.2/tests/phpunit/tests/db.php
r32370 r33260 534 534 "SELECT * FROM `$table`", 535 535 536 "SELECT * FROM (SELECT * FROM $table) as subquery", 537 536 538 "INSERT $table", 537 539 "INSERT IGNORE $table", … … 628 630 "SHOW CREATE TABLE $table", 629 631 "SHOW INDEX FROM $table", 632 633 // @ticket 32763 634 "SELECT " . str_repeat( 'a', 10000 ) . " FROM (SELECT * FROM $table) as subquery", 630 635 ); 631 636
Note: See TracChangeset
for help on using the changeset viewer.