Skip to content

Commit 513d33d

Browse files
committed
Bug#11752665: WINDOWS SERVER X64: SO MANY COMPILER WARNINGS
Patch mysql#9: This patch reduces the compiler warning count on Win64 by an additional 350, as reported by VS2013.
1 parent c963c62 commit 513d33d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+732
-716
lines changed

client/mysql.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3249,7 +3249,7 @@ static void get_current_db()
32493249
The different commands
32503250
***************************************************************************/
32513251

3252-
int mysql_real_query_for_lazy(const char *buf, int length)
3252+
int mysql_real_query_for_lazy(const char *buf, size_t length)
32533253
{
32543254
for (uint retry=0;; retry++)
32553255
{

0 commit comments

Comments
 (0)