mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Fixing compilation problems on Windows (due to the previous commit).
modified: storage/connect/ha_connect.cc
This commit is contained in:
parent
850220d1c4
commit
494ef9d073
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue