Fixing compilation problems on Windows (due to the previous commit).

modified:
  storage/connect/ha_connect.cc
This commit is contained in:
Alexander Barkov 2013-02-07 18:27:48 +04:00
parent 850220d1c4
commit 494ef9d073

View file

@ -635,7 +635,7 @@ char *ha_connect::GetListOption(const char *opname,
{
char key[16], val[256];
char *pk, *pv, *pn;
char *opval= def;
char *opval= (char *) def;
int n;
for (pk= (char*)oplist; ; pk= ++pn) {