CVSROOT:        /cvs
Module name:    ports
Changes by:     j...@cvs.openbsd.org    2019/05/08 16:33:32

Modified files:
        databases/py-mysql: Makefile 
        databases/py-mysql/patches: patch-_mysql_c 
        databases/ruby-mysql: Makefile 
        databases/ruby-mysql/patches: patch-ext_mysql_api_mysql_c 

Log message:
Fix build with recent mariadb releases.

No more 'reconnect' member in struct MYSQL, use mysql_options() and
mysql_get_options() to set/get the autoreconnect setting.  Same approach
as in databases/py-mysqlclient.

Reply via email to