mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
merge with 5.1
This commit is contained in:
@ -187,7 +187,8 @@ static bool set_one_value(ha_create_table_option *opt,
|
||||
*val= num;
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
if (*end) *end++;
|
||||
if (*end)
|
||||
end++;
|
||||
start= end;
|
||||
num++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user