~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbxt/src/thread_xt.h

Merge Paul

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
                tk_notify_threads.pl_exit();
265
265
        }
266
266
 
267
 
        virtual void    tk_init(struct XTThread *) { }
 
267
        virtual void    tk_init(struct XTThread *XT_UNUSED(self)) { }
268
268
        virtual void    tk_exit() { delete this; }
269
269
        virtual void    tk_lock() { }
270
270
        virtual void    tk_unlock() { }
395
395
        xtBool1                                 st_stat_ended;                                  /* TRUE if the statement was ended. */
396
396
        xtBool1                                 st_stat_trans;                                  /* TRUE if a statement transaction is running (started on UPDATE). */
397
397
        xtBool1                                 st_stat_modify;                                 /* TRUE if the statement is an INSERT/UPDATE/DELETE */
398
 
        xtBool1                                 st_non_temp_opened;                             /* TRUE if a non-temp tables was opened! */
 
398
        xtBool1                                 st_non_temp_updated;                    /* TRUE if a non-temp tables was updated! */
399
399
        xtWord1                                 st_import_stat;                                 /* Non-zero if this is an import statement (ALTER, LOAD, REPAIR, etc). */
400
400
#ifdef XT_IMPLEMENT_NO_ACTION
401
401
        XTBasicListRec                  st_restrict_list;                               /* These records have been deleted and should have no reference. */