~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

Big merge.

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