Lines:
1 to 11 of 11
<?php // (C) Copyright Bobbing Wide 2016,2017 /* class OIK_innodb */ /* function OIK_innodb::__construct() – Constructor for OIK_innodb */ /* function OIK_innodb::reset() – Load and count the tables by engine */ /* function OIK_innodb::maybe_convert() – Convert any MyISAM tables to InnoDB */ /* function OIK_innodb::query_table_engines() – Query the engine for each table in the table_schema */ /* function OIK_innodb::count_tables() – Count the different engines for the tables in the database */ /* function OIK_innodb::query_count() – Return the number of tables for the engine */ /* function OIK_innodb::convert_engine() – Convert tables from one engine to another */View on GitHub