[libdbd-mysql-perl] 05/07: smoke-setup: add --explicit_defaults_for_timestamp to mysql_install_db

gregor herrmann gregoa at debian.org
Sat Oct 15 12:42:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libdbd-mysql-perl.

commit c33fd6ab2072225175a93352a96a25e2f7e884d3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 15 14:17:26 2016 +0200

    smoke-setup: add --explicit_defaults_for_timestamp to mysql_install_db
    
    avoids a warning in mysql ("deprecated"), adds a warning in mariadb ("not
    yet implemented").
    
    Gbp-Dch: Ignore
---
 debian/tests/pkg-perl/smoke-setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/pkg-perl/smoke-setup b/debian/tests/pkg-perl/smoke-setup
index 3b263f8..a0e57b9 100755
--- a/debian/tests/pkg-perl/smoke-setup
+++ b/debian/tests/pkg-perl/smoke-setup
@@ -4,7 +4,7 @@
 
 # redirect STDERR to STDIN, autopkgtest fails otherwise
 
-mysql_install_db --no-defaults --datadir=${MYSQL_DIR} --force --skip-name-resolve --user=${MYSQL_USER} 2>&1
+mysql_install_db --no-defaults --datadir=${MYSQL_DIR} --force --skip-name-resolve --explicit_defaults_for_timestamp --user=${MYSQL_USER} 2>&1
 /usr/sbin/mysqld --no-defaults --user=${MYSQL_USER} --socket=${MYSQL_UNIX_PORT} --datadir=${MYSQL_DIR} --pid-file=${MYSQL_PIDFILE} --skip-networking  --skip-grant-tables 2>&1 &
 attempts=0
 while ! /usr/bin/mysqladmin --socket=${MYSQL_UNIX_PORT} ping 2>&1 ; do

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdbd-mysql-perl.git



More information about the Pkg-perl-cvs-commits mailing list