mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 01:05:30 +02: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:
parent
ee9afef271
commit
bf106948e0
2 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue