From: Zardosht Kasheff Date: July 9 2009 8:52pm Subject: question on handler::start_bulk_insert List-Archive: http://lists.mysql.com/internals/37160 Message-Id: <2f9663ba0907091352l3885158arf6a4c6f1dfbda5e9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello, Is the handler guaranteed to have calls to handler::write_row surrounded by handler::start_bulk_insert and handler::end_bulk_insert? Or is it possible for a call to write_row to occur without a call to start_bulk_insert first. Thanks -Zardosht