From 12b2f2af8f1550f615c6b7ad985d3851f651f11e Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 6 Mar 2000 22:38:49 +0000 Subject: Build fixes - MySQL now actually works --- ext/mysql/libmysql/libmysql.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/mysql/libmysql/libmysql.c') diff --git a/ext/mysql/libmysql/libmysql.c b/ext/mysql/libmysql/libmysql.c index 6be7bd7b7b..888d0e22c9 100644 --- a/ext/mysql/libmysql/libmysql.c +++ b/ext/mysql/libmysql/libmysql.c @@ -1,6 +1,8 @@ /* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB This file is public domain and comes with NO WARRANTY of any kind */ +#define PROTOCOL_VERSION 10 + #define DONT_USE_RAID #if defined(__WIN32__) || defined(WIN32) #include -- cgit v1.2.1