List:Internals« Previous MessageNext Message »
From:xiao.feng Date:November 13 2006 10:35am
Subject:how to use HA_NO_COPY_ON_ALTER on my storage engine?
View as plain text  
Hi,
 My storage engine kernel support add/drop column without copy data from one to one;
 I set HA_NO_COPY_ON_ALTER on table flag.
 when I add a column an table abc.
 it create temptable t1 with new table flags, and then rename abc to t2.
 then rename t1 to abc, at last it drop t2.
 these doesn't remain any data on table abc.

 how to use HA_NO_COPY_ON_ALTER on my storage engine?
Thread
how to use HA_NO_COPY_ON_ALTER on my storage engine?xiao.feng13 Nov
  • Re: how to use HA_NO_COPY_ON_ALTER on my storage engine?Sergei Golubchik13 Nov
    • Re: how to use HA_NO_COPY_ON_ALTER on my storage engine?Stewart Smith15 Nov