|
|||||||||||
|
Re: Need new accessors to THD internals
From: Marko Mäkelä <marko.makela(at)oracle.com>
Date: Thu Aug 30 2007 - 09:33:27 EDT
Have you looked at storage/innobase/handler/ha_innodb.h recently? > 2) thd->query_id InnoDB doesn't need this any more. > 3) thd->lex->drop_mode; I guess InnoDB doesn't support DROP TABLE ... CASCADE then. On a related note, while testing smart ALTER TABLE, I found out that ALTER TABLE ... DROP FOREIGN KEY is not too smart: it will rebuild the table and all indexes in the old-fashioned way. This is a MySQL limitation. > Could someone from MySQL add support for these assessors to I seriously doubt it. The accessors that we requested were defined inside #ifdef INNODB_COMPATIBILITY_HOOKS, and they are not visible unless MYSQL_SERVER is defined. That's why InnoDB has to declare them "manually". Marko -- MySQL Internals Mailing List For list archives: http://lists.mysql.com/internals To unsubscribe: http://lists.mysql.com/internals?unsub=lists@pantek.comReceived on Thu Aug 30 09:36:55 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 07:59:16 EDT |
||||||||||
|
|||||||||||