From ac10b8e433280e12beed034ec03157c36ef84b51 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 17 Nov 2019 14:33:04 +0100 Subject: buildmaster/build-list.php: we can hand out packages multiple times - the column of the temporary table must be larger than the original column --- buildmaster/build-list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 8e48c17..7258a47 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -497,7 +497,7 @@ mysql_run_query( mysql_run_query( 'CREATE TEMPORARY TABLE `bs_q` (' . '`currently_building` BIGINT,' . - '`build_slave` VARCHAR(32),' . + '`build_slave` VARCHAR(128),' . 'PRIMARY KEY `currently_building`(`currently_building`)' . ')' ); -- cgit v1.2.3