Description: Fix compatibility with MySQL 8.0
Author: Logan Rosen <logan@ubuntu.com>
Last-Update: 2019-02-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/cats/mysql.c
+++ b/src/cats/mysql.c
@@ -198,7 +198,7 @@
    BDB_MYSQL *mdb = this; 
    bool retval = false; 
    int errstat; 
-   my_bool reconnect = 1;
+   bool reconnect = true;
  
    P(mutex); 
    if (mdb->m_connected) { 
