diff options
author | Pali <pali@cpan.org> | 2019-06-07 16:30:27 +0200 |
---|---|---|
committer | Robert Bindar <robert@mariadb.org> | 2019-07-19 13:39:20 +0300 |
commit | 5cc2096f93b7f130b36f8bc0fc43440db9a848e4 (patch) | |
tree | 48dc24bbde0c7a15181d01b7aea08e43992f4364 /man | |
parent | 9a7d96e8326377b92406c09fdcb8bd60c45f901c (diff) | |
download | mariadb-git-5cc2096f93b7f130b36f8bc0fc43440db9a848e4.tar.gz |
Switch Perl DBI scripts from DBD::mysql to DBD::MariaDB driverbb-10.5-MDEV-18565
Perl DBD::MariaDB driver is available CPAN and is already used in
production environment.
Diffstat (limited to 'man')
-rw-r--r-- | man/mysql_convert_table_format.1 | 2 | ||||
-rw-r--r-- | man/mysql_setpermission.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/mysql_convert_table_format.1 b/man/mysql_convert_table_format.1 index 0c35c295419..faa35afbe56 100644 --- a/man/mysql_convert_table_format.1 +++ b/man/mysql_convert_table_format.1 @@ -26,7 +26,7 @@ by default)\&. is written in Perl and requires that the DBI and -DBD::mysql +DBD::MariaDB Perl modules be installed (see Section\ \&2.15, \(lqPerl Installation Notes\(rq)\&. .PP diff --git a/man/mysql_setpermission.1 b/man/mysql_setpermission.1 index f20f7ceff35..f2f5e3e039c 100644 --- a/man/mysql_setpermission.1 +++ b/man/mysql_setpermission.1 @@ -25,7 +25,7 @@ is a Perl script that was originally written and contributed by Luuk de Boer\&. is written in Perl and requires that the DBI and -DBD::mysql +DBD::MariaDB Perl modules be installed\&. .PP Invoke |