Fixed some compile errors

This commit is contained in:
Satoshi MITANI
2012-10-27 23:37:26 +09:00
parent 6542b9c5c2
commit 3ad7e5e2a2
4 changed files with 13 additions and 13 deletions

View File

@@ -158,8 +158,8 @@ public:
return NULL;
#else
*len = thd->query_length;
return thd->query;
*len = thd->query_length();
return thd->query();
#endif
}