List:Internals« Previous MessageNext Message »
From:Ingo Strüwing Date:March 1 2007 9:53am
Subject:Re: BLOB implementation for heap engine
View as plain text  
Am Donnerstag, den 01.03.2007, 10:27 +0100 schrieb Ingo Strüwing:
> Hi.
> 
> Am Mittwoch, den 28.02.2007, 22:40 -0800 schrieb Mark Callaghan:
> > On 2/28/07, ciccettino@stripped <ciccettino@stripped> wrote:
...
> > > "items"? Which of these structures stores a row?

Sorry, forgot to mention "items". These describe items of the SQL
statement. For example

   INSERT INTO t1 (c1, c2) VALUES (1, 2)

will have items for 'c1', 'c2', '1', and '2'. After table open they are
linked with the fields. So sql_insert would know which list of fields to
assign which values. It can construct a record from them. If this is
done, the items are irrelevant. The table handler does not notice them.
So don't worry about items in this project.
 
Regards
Ingo
-- 
Ingo Strüwing, Senior Software Developer
MySQL GmbH, Radlkoferstr. 2, D-81373 München
Geschäftsführer: Hans von Bell, Kaj Arnö - HRB München 162140

Thread
BLOB implementation for heap engineciccettino@tiscali.it19 Feb
  • Re: BLOB implementation for heap engineGiuseppe Maxia19 Feb
  • Re: BLOB implementation for heap engineIngo Strüwing19 Feb
Re: BLOB implementation for heap engineciccettino@tiscali.it1 Mar
  • Re: BLOB implementation for heap engineMark Callaghan1 Mar
    • Re: BLOB implementation for heap engineIngo Strüwing1 Mar
      • Re: BLOB implementation for heap engineIngo Strüwing1 Mar
  • Re: BLOB implementation for heap engineSergei Golubchik1 Mar
Re: BLOB implementation for heap engineciccettino@tiscali.it7 Mar
  • Re: BLOB implementation for heap engineIngo Strüwing8 Mar