~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Brian Aker
  • Date: 2008-11-16 02:03:36 UTC
  • mfrom: (584.2.8 drizzle-nofrm)
  • Revision ID: brian@tangent.org-20081116020336-89horp2vrgqoqv0f
Merge stewert

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
  return 0;
150
150
}
151
151
 
152
 
 
153
152
int ha_init()
154
153
{
155
154
  int error= 0;
3073
3072
  int error= -1; // Table does not exist in any handler
3074
3073
  st_discover_args args= {db, name, frmblob, frmlen};
3075
3074
 
3076
 
  if (is_prefix(name,tmp_file_prefix)) /* skip temporary tables */
 
3075
  if (is_prefix(name, TMP_FILE_PREFIX)) /* skip temporary tables */
3077
3076
    return(error);
3078
3077
 
3079
3078
  if (plugin_foreach(session, discover_handlerton,