1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

RPM fixes:

shared should provide libmysqlclient.so.18(libmysqlclient_16) too
  don't "use DBD::mysql" explicitly in mytop
This commit is contained in:
Sergei Golubchik
2012-10-17 19:04:08 +02:00
parent ee9afef271
commit bf106948e0
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ mytop - display MySQL server performance info like `top'
use 5.005;
use strict;
use DBI;
use DBD::mysql;
use Getopt::Long;
use Socket;
use List::Util qw(min max);