Changes between Initial Version and Version 1 of Ticket #13304, comment 2
- Timestamp:
- 08/10/18 11:32:55 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13304, comment 2
initial v1 1 1 Yeah, they've been steadily diverging (generally we had more issues of this type for the transition from 5.6 to 5.7, but it varies what software is affected by each change). 2 2 There's a reasonably simple way to support both by adding a precompile directive: 3 4 {{{ 3 5 #if !defined(MARIADB_BASE_VERSION) && MYSQL_VERSION_ID >= 80000 4 6 typedef int reconnect_t … … 7 9 #endif 8 10 reconnect_t reconnect = 1; 11 }}}
