mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge fix for BUG#35478 into 5.1
This commit is contained in:
@ -182,7 +182,8 @@ static bool servers_load(THD *thd, TABLE_LIST *tables)
|
||||
free_root(&mem, MYF(0));
|
||||
init_alloc_root(&mem, ACL_ALLOC_BLOCK_SIZE, 0);
|
||||
|
||||
init_read_record(&read_record_info,thd,table=tables[0].table,NULL,1,0);
|
||||
init_read_record(&read_record_info,thd,table=tables[0].table,NULL,1,0,
|
||||
FALSE);
|
||||
while (!(read_record_info.read_record(&read_record_info)))
|
||||
{
|
||||
/* return_val is already TRUE, so no need to set */
|
||||
|
Reference in New Issue
Block a user