Fix build for MySQL 5.5 and 5.1.

pull/179/head v1.1.3
Aharon Robbins 2017-05-21 15:19:16 +03:00
parent f4a3411ccd
commit 4b78009cb3
1 changed files with 1 additions and 1 deletions

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