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:
@ -152,7 +152,7 @@ void udf_init()
|
||||
}
|
||||
|
||||
table= tables.table;
|
||||
init_read_record(&read_record_info, new_thd, table, NULL,1,0);
|
||||
init_read_record(&read_record_info, new_thd, table, NULL,1,0,FALSE);
|
||||
table->use_all_columns();
|
||||
while (!(error= read_record_info.read_record(&read_record_info)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user