mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Merge igreenhoe@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
into mysql.com:/home/greenman/workspace-mysql/mysql/pending/bug-5.0-18979
This commit is contained in:
commit
da728f8b81
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ sub collect_test_cases ($) {
|
|||
while ( <DISABLED> )
|
||||
{
|
||||
chomp;
|
||||
if ( /^\s*(\S+)\s*:\s*(.*?)\s*$/ )
|
||||
if ( /^\s*([^\s:]+)\s*:\s*(.*?)\s*$/ )
|
||||
{
|
||||
$disabled{$1}= $2;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue