1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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-27 15:05:01 +02:00
parent b84e5a4e8f
commit 32b70aeadf
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);