~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.cc

  • Committer: Brian Aker
  • Date: 2010-06-11 18:03:14 UTC
  • mfrom: (1608.2.4 rollup)
  • Revision ID: brian@gaz-20100611180314-1bafy27fvm3t7z1j
Merge in some recent changes to tableshare.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1282
1282
  TransactionServices &transaction_services= TransactionServices::singleton();
1283
1283
  Session *const session= table->in_use;
1284
1284
 
1285
 
  if (table->getShare()->tmp_table || not transaction_services.shouldConstructMessages())
 
1285
  if (table->getShare()->getType() || not transaction_services.shouldConstructMessages())
1286
1286
    return false;
1287
1287
 
1288
1288
  bool result= false;