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

Viewing all changes in revision 1168.

  • Committer: Padraig O'Sullivan
  • Date: 2009-10-29 23:50:59 UTC
  • Revision ID: osullivan.padraig@gmail.com-20091029235059-ls6n9kfdpxokwc9g
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..)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: