Line 0
Link Here
|
|
|
1 |
--- dbdimp.c.orig 2017-02-28 13:36:40 UTC |
2 |
+++ dbdimp.c |
3 |
@@ -2151,11 +2151,14 @@ MYSQL *mysql_dr_connect( |
4 |
imp_dbh->async_query_in_flight = NULL; |
5 |
} |
6 |
|
7 |
+#ifndef MARIADB_BASE_VERSION |
8 |
/* |
9 |
we turn off Mysql's auto reconnect and handle re-connecting ourselves |
10 |
so that we can keep track of when this happens. |
11 |
+ MariaDB's implementation does not have the reconnect member |
12 |
*/ |
13 |
result->reconnect=0; |
14 |
+#endif |
15 |
} |
16 |
else { |
17 |
/* |