Loading sql/ha_innodb.cc +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading @@ -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; } } Loading Loading
sql/ha_innodb.cc +2 −2 Original line number Diff line number Diff line Loading @@ -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) { Loading @@ -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; } } Loading