Commit 494ef9d0 authored by Alexander Barkov's avatar Alexander Barkov

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

modified:
  storage/connect/ha_connect.cc
parent 850220d1
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment