#!/usr/local/cpanel/3rdparty/bin/perl
# cpanel - scripts/fix_innodb_tables Copyright 2022 cPanel, L.L.C.
# All rights reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
package scripts::fix_innodb_tables;
use strict;
use Cpanel::MysqlUtils::Connect ();
use Cpanel::MysqlUtils::Quote ();
use Cpanel::Config::LoadCpConf ();
use Cpanel::Logger ();
use Cpanel::Usage ();
our $cpconf = Cpanel::Config::LoadCpConf::loadcpconf();
our $configured_version = $cpconf->{'mysql-version'};
our $logger = Cpanel::Logger->new();
exit( run() ) unless caller();
sub usage {
print <