~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/connection_handler_ms.cc

Code cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
417
417
 
418
418
void MSConnectionHandler::handlePut()
419
419
{
420
 
        MSOpenTable *otab;
 
420
        MSOpenTable *otab = NULL;
421
421
        uint32_t                db_id = 0, tab_id;
422
422
 
423
423
        enter_();