~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.cc

  • Committer: Brian Aker
  • Date: 2009-04-13 16:22:40 UTC
  • mfrom: (971.1.78 mordred)
  • Revision ID: brian@gaz-20090413162240-ugi3gvhofmcuglzl
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1269
1269
        printf("%lu\n", *((ulong*) value));
1270
1270
        break;
1271
1271
      case GET_SIZE:
1272
 
        cout << value;
 
1272
        int64_t2str((uint64_t)(*(size_t*)value), buff, 10);
 
1273
        printf("%s\n", buff);
1273
1274
        break;
1274
1275
      case GET_LL:
1275
1276
        printf("%s\n", llstr(*((int64_t*) value), buff));