Commit be217374 authored by joerg@mysql.com's avatar joerg@mysql.com

Merge mysql.com:/M50/upward-5.0 into mysql.com:/M51/merge-5.1

parents 49e294de 01dbce64
......@@ -1234,7 +1234,7 @@ innobase_init(void)
"innobase_buffer_pool_size can't be over 4GB"
" on 32-bit systems");
DBUG_RETURN(0);
goto error;
}
if (innobase_log_file_size > UINT_MAX32) {
......@@ -1242,7 +1242,7 @@ innobase_init(void)
"innobase_log_file_size can't be over 4GB"
" on 32-bit systems");
DBUG_RETURN(0);
goto error;
}
}
......
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