~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1509
1509
                              const char *prefix, Table *table,
1510
1510
                              bool ucase_names)
1511
1511
{
1512
 
  MY_ALIGNED_BYTE_ARRAY(buff_data, SHOW_VAR_FUNC_BUFF_SIZE, long);
 
1512
  MY_ALIGNED_BYTE_ARRAY(buff_data, SHOW_VAR_FUNC_BUFF_SIZE, int64_t);
1513
1513
  char * const buff= (char *) &buff_data;
1514
1514
  char *prefix_end;
1515
1515
  /* the variable name should not be longer than 64 characters */