maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #06186
Re: MDEV-4978 - Server cursor is broken with blobs in the select list
Hi, Sergey!
On Sep 06, Sergey Vojtovich wrote:
> 06.09.2013, в 15:29, Sergei Golubchik <serg@xxxxxxxxxxx> написал(а):
> >
> > Perhaps it'd be better to rename used_for_duplicate_elimination to
> > "force_dynamic_Aria_row_format" ? A prettier solution would be to
> > introduce another flag: table->keep_row_order.
> I submitted another patch with the "prettier" solution. Though I tend
> to think that it'd be better not to fill TABLE object with things like
> keep_row_order and used_for_duplicate_elimination - they can go as an
> argument to create_internal_tmp_table(force_dynamic_aria_row_format).
Agree. But it may need more complex changes.
Do as you like - either push your second patch, or fix the code to
remove TABLE::used_for_duplicate_elimination and TABLE::keep_row_order.
Regards,
Sergei
References