Commit f04a3619 authored by unknown's avatar unknown
Browse files

Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0

into  mysql.com:/usr/home/ram/work/5.0.b15108


sql/ha_innodb.cc:
  Auto merged
parents eb12c38b e72ec933
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1218,7 +1218,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) {
@@ -1226,7 +1226,7 @@ innobase_init(void)
				"innobase_log_file_size can't be over 4GB"
				" on 32-bit systems");

			DBUG_RETURN(0);
			goto error;
		}
	}