Hello Sergei!
Sir I am stuck at one problem.
Consider the case
create table t1 (abc blob unique, xyz int unique);
/* Insert data */
update t1 set abc = 33 where xyz =23;
This is not working because xyz = 23 will require index scan and at the time of
ha_update_row the inited != NONE and if inited !
Hi Vicentiu,
I'm back from vacation, but quite busy with paperwork etc. I'll review your
patch tomorrow.
Regards,
Sergey
On Mon, Aug 01, 2016 at 02:46:03PM +0300, vicentiu wrote:
> revision-id: 5486f3458859fa4bd161150b9ac0e9c0f633a0e3
> (mariadb-10.2.1-9-g5486f34)
> parent(s): 08683a726773f8cdf
2 matches
Mail list logo