~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_redel.cc

  • Committer: Brian Aker
  • Date: 2011-04-21 06:25:01 UTC
  • mfrom: (2283.2.2 drizzle-ga)
  • Revision ID: brian@tangent.org-20110421062501-ar72kil0t91mp01q
Rollup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
          is renamed to org_name-'current_time'.BAK
47
47
        */
48
48
 
49
 
#define REDEL_EXT ".BAK"
50
 
 
51
49
int my_redel(const char *org_name, const char *tmp_name, myf MyFlags)
52
50
{
53
51
  int error=1;