~stewart/pbxt/pbxt-rename

« back to all changes in this revision

Viewing changes to src/thread_xt.h

  • Committer: Paul McCullagh
  • Date: 2008-09-09 15:07:22 UTC
  • Revision ID: paul.mccullagh@primebase.org-20080909150722-e9a0qq099nt04ehk
Removed PBXT_SERVER

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
                                                                                                                         * for example xt_unuse_database().
220
220
                                                                                                                         */
221
221
        
222
 
#ifndef PBXT_SERVER
223
222
        /* Application specific data: */
224
223
        struct XTDatabase               *st_database;                                   /* The database in use by the thread. */
225
224
        u_int                                   st_lock_count;                                  /* We count the number of locks MySQL has set in order to know when they are all released. */
242
241
        u_int                                   st_update_id;                                   /* The update statement ID. */
243
242
 
244
243
        XTRowLockListRec                st_lock_list;                                   /* The thread lock list (drop locks on transaction end). */
245
 
#endif
246
244
} XTThreadRec, *XTThreadPtr;
247
245
 
248
246
/*