Fix build for MySQL 5.5 and 5.1.

This commit is contained in:
Aharon Robbins
2017-05-21 15:19:16 +03:00
parent f4a3411ccd
commit 4b78009cb3

View File

@@ -29,7 +29,7 @@
#if MYSQL_VERSION_ID < 50600
// for 5.5 and 5.1
void vio_timeout(Vio *vio,uint which, uint timeout);
extern "C" void vio_timeout(Vio *vio,uint which, uint timeout);
#endif
// utility macro to log also with a date as a prefix