~clint-fewbar/drizzle/regex-policy-cache-limiter

« back to all changes in this revision

Viewing changes to plugin/innobase/handler/replication_dictionary.h

  • Committer: Clint Byrum
  • Date: 2012-03-15 18:05:43 UTC
  • mfrom: (2224.1.302 workspace)
  • Revision ID: clint@ubuntu.com-20120315180543-9jxxm4q10k3np2ws
merging with latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
 
22
 
#ifndef PLUGIN_INNOBASE_HANDLER_REPLICATION_DICTIONARY_H
23
 
#define PLUGIN_INNOBASE_HANDLER_REPLICATION_DICTIONARY_H 
 
22
#pragma once
24
23
 
25
24
#include <drizzled/plugin/table_function.h>
26
25
#include <drizzled/field.h>
51
50
  }
52
51
};
53
52
 
54
 
#endif /* PLUGIN_INNOBASE_HANDLER_REPLICATION_DICTIONARY_H */