From: Date: November 12 2007 10:19am Subject: Re: bk commit into 5.1 tree (istruewing:1.2571) BUG#31210 List-Archive: http://lists.mysql.com/commits/37564 Message-Id: <20071112091910.GG5676@bodhi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii * Ingo Struewing [07/11/05 18:42]: > ChangeSet@stripped, 2007-11-05 16:25:40+01:00, istruewing@stripped +17 -0 > Bug#31210 - INSERT DELAYED crashes server when used on > partitioned table Assuming that there is an initialized LEX global in the thread* in open_table() is a huge stretch on system design. You've just cemented a hack and a dependency that should have never been there. If *partitioning* needs a LEX, it should be able to create and use it. A patch like that should get through the approval process in the runtime team, not in the engines. -- -- Konstantin Osipov Software Developer, Moscow, Russia -- MySQL AB, www.mysql.com The best DATABASE COMPANY in the GALAXY