~vkolesnikov/pbxt/pbxt-maria-windows-app-ver-fixes

« back to all changes in this revision

Viewing changes to src/discover_xt.cc

  • Committer: Paul McCullagh
  • Date: 2009-05-19 14:13:25 UTC
  • Revision ID: paul.mccullagh@primebase.org-20090519141325-dzx5d6z13sfy4w7z
RemovedĀ __attribute__((unused))

Show diffs side-by-side

added added

removed removed

Lines of Context:
1282
1282
#endif // LOCK_OPEN_HACK_REQUIRED
1283
1283
 
1284
1284
//------------------------------
1285
 
int xt_create_table_frm(handlerton *hton, THD* thd, const char *db, const char *name, DT_FIELD_INFO *info, DT_KEY_INFO *keys __attribute__((unused)), xtBool skip_existing)
 
1285
int xt_create_table_frm(handlerton *hton, THD* thd, const char *db, const char *name, DT_FIELD_INFO *info, DT_KEY_INFO *XT_UNUSED(keys), xtBool skip_existing)
1286
1286
{
1287
1287
#ifdef DRIZZLED
1288
1288
        static const char *ext = ".dfe";