mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch 'bb-10.4-release' into bb-10.5-release
This commit is contained in:
@@ -47,7 +47,7 @@ static int table_to_string(TABLE *table, String *result)
|
||||
|
||||
res= table->file->ha_rnd_init(1);
|
||||
|
||||
dbug_tmp_use_all_columns(table, table->read_set);
|
||||
dbug_tmp_use_all_columns(table, &table->read_set);
|
||||
|
||||
while(!res && !table->file->ha_rnd_next(table->record[0]))
|
||||
{
|
||||
|
Reference in New Issue
Block a user