lp:~posulliv/drizzle/info-schema-storage-engine

Created by Padraig O'Sullivan and last modified
Get this branch:
bzr branch lp:~posulliv/drizzle/info-schema-storage-engine
Only Padraig O'Sullivan can upload to this branch. If you are Padraig O'Sullivan please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Padraig O'Sullivan
Project:
Drizzle
Status:
Development

Recent revisions

1168. By Padraig O'Sullivan

Apparently, changing the size of a column in an I_S table makes query
execution work differently...isn't that just magical???

So I changed the length of the COLUMN_TYPE column in the COLUMNS table and
some queries from the I_S test case that didn't work before now
work...great.

I also changed rnd_pos to return HA_ERR_WRONG_COMMAND so I can see where it
is getting called from. I need to implement rnd_pos and position next.

Some good progress was made tonight though...When I get the 2 methods above
implemented, I should be very very close to having this damn thing working
(although knowing I_S, it will be probably crash and burn for no apparent
reason..)

1167. By Padraig O'Sullivan

Taking Jay's review suggestion to change Rows from vector<InfoSchemaRecord>
to vector<InfoSchemaRecord *>.

Thanks Jay!

1166. By Padraig O'Sullivan

Reworked the processTable() method parameters to be more sane.

1165. By Padraig O'Sullivan

Merge from trunk.

1164. By Padraig O'Sullivan

Modified the fillTable() method to not take a COND as a parameter any more.

1163. By Padraig O'Sullivan

Removed a redundant field from the InfoSchemaColumn class. This allowed us
to remove some redundant flags.

1162. By Padraig O'Sullivan

Resolved conflicts from the latest merge with trunk.

1161. By Padraig O'Sullivan

Merge from trunk.

1160. By Padraig O'Sullivan

Moved a statement into a conditional block where it actually belonged in the
first place.

1159. By Padraig O'Sullivan

Corrected the destructor in the InfoSchemaRecord class.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.