|
@@ -354,7 +354,7 @@ |
|
|
block discarded – undo |
|
354
|
354
|
|
|
355
|
355
|
if ($connection->getDriverName() === 'mysql') { |
|
356
|
356
|
$rows = DB::select( |
|
357
|
|
- "SELECT table_name, engine FROM information_schema.tables JOIN information_schema.engines USING (engine) WHERE table_schema = ? AND LEFT(table_name, ?) = ? AND transactions <> 'YES'",[ |
|
|
357
|
+ "SELECT table_name, engine FROM information_schema.tables JOIN information_schema.engines USING (engine) WHERE table_schema = ? AND LEFT(table_name, ?) = ? AND transactions <> 'YES'", [ |
|
358
|
358
|
$connection->getDatabaseName(), |
|
359
|
359
|
mb_strlen($connection->getTablePrefix()), |
|
360
|
360
|
$connection->getTablePrefix(), |
Please login to merge, or discard this patch.