~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Monty Taylor
  • Date: 2009-12-08 22:43:58 UTC
  • mfrom: (1240.1.5 build)
  • mto: (1240.1.6 build)
  • mto: This revision was merged to the branch mainline in revision 1241.
  • Revision ID: mordred@inaugust.com-20091208224358-u1pazjsnn4n932cu
MergedĀ upĀ build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
                     myf MyFlags);
278
278
extern int _sanity(const char *sFile, uint32_t uLine);
279
279
 
280
 
#define my_access access
281
280
extern int check_if_legal_filename(const char *path);
282
281
extern int check_if_legal_tablename(const char *path);
283
282