~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/handler/ha_innodb.cc

  • Committer: Brian Aker
  • Date: 2008-07-20 07:36:57 UTC
  • Revision ID: brian@tangent.org-20080720073657-qrzqnfu31mut8vjd
my_bool...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1108
1108
Thus, the 'rank' in sync0sync.h of the MySQL query cache mutex is above
1109
1109
the InnoDB kernel mutex. */
1110
1110
static
1111
 
my_bool
 
1111
bool
1112
1112
innobase_query_caching_of_table_permitted(
1113
1113
/*======================================*/
1114
1114
                                /* out: TRUE if permitted, FALSE if not;