Innobase.php 259 B

1234567891011121314151617
  1. <?php
  2. /* vim: set expandtab sw=4 ts=4 sts=4: */
  3. /**
  4. * The Innobase storage engine
  5. *
  6. * @package PhpMyAdmin-Engines
  7. */
  8. namespace PhpMyAdmin\Engines;
  9. /**
  10. * The Innobase storage engine
  11. *
  12. * @package PhpMyAdmin-Engines
  13. */
  14. class Innobase extends Innodb
  15. {
  16. }