List:Internals« Previous MessageNext Message »
From:Vangelis Katsikaros Date:October 26 2005 4:00pm
Subject:struct ST_SCHEMA_TABLE
View as plain text  
Hello

I would like to ask about struct ST_SCHEMA_TABLE found in sql\tables.h 
(version mysql-5.0.13-rc. If I am correct this struct didn't exist in 
early 5.0 versions).

What does this struct represent? I can't make it out :( I found it in 
make_join_statistcs in the first for:
     if (tables->schema_table)
       table->file->records= 2;
if we have this schema_table then the records of the table are two.
The ST_SCHEMA_TABLE *  TABLE_LIST::schema_table  has the comment 
"information_schema table"

Thanks in advance
Vangelis Katsikaros
__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
Thread
struct ST_SCHEMA_TABLEVangelis Katsikaros26 Oct
  • Re: struct ST_SCHEMA_TABLESanja Byelkin5 Nov