Running the default query (nothing selected) on bugzilla returns the following error: (as of Fri Oct 23 8:36 Eastern) Content-type: text/html Software error: select bugs.bug_id, substring(bugs.bug_severity, 1, 3), substring(bugs.priority, 1, 3), assign.login_name, substring(bugs.bug_status,1,4), substring(bugs.resolution,1,4), substring(bugs.short_desc, 1, 60) from bugs, profiles assign, profiles report, versions projector where bugs.assigned_to = assign.userid and bugs.reporter = report.userid and bugs.product = projector.program and bugs.version = projector.value and bugs.view = '1' order by bugs.bug_id: The table 'SQLa217_0' is full at mysql/database.pl line 50. For help, please send mail to the webmaster (webmaster), giving this error message and the time and date of the error. ;
Sorry for this error message. It may happen time to time do to an extremely large query (which means user should narrow down the search) or many users doing queries at the same time. Best thing to do is either narrow down the search or try again at a different time.