~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqltest.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1583
1583
 
1584
1584
 
1585
1585
static uchar *get_var_key(const uchar* var, size_t *len,
1586
 
                          my_bool __attribute__((unused)) t)
 
1586
                          bool __attribute__((unused)) t)
1587
1587
{
1588
1588
  register char* key;
1589
1589
  key = ((VAR*)var)->name;