Revert "Revert "Merge pull request #77 from j883376/cleanups""

This reverts commit d25205d9d3.
This commit is contained in:
j883376
2013-06-28 04:25:44 -04:00
parent d25205d9d3
commit 0578f45490
29 changed files with 151 additions and 181 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ void Database::SendHeaders(Client *c) {
char Buf[100];
my_ulonglong NumRows = mysql_num_rows(result);
uint32 NumRows = mysql_num_rows(result);
int HeaderCountPacketLength = 0;