~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/item_row.h

MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    illegal_method_call((const char*)"val");
44
44
    return 0;
45
45
  };
46
 
  longlong val_int()
 
46
  int64_t val_int()
47
47
  {
48
48
    illegal_method_call((const char*)"val_int");
49
49
    return 0;