~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/set_var.h

  • Committer: Brian Aker
  • Date: 2008-07-13 01:28:21 UTC
  • Revision ID: brian@tangent.org-20080713012821-rzjl550us0n27aoi
Code cleanup. Mainly dead stuff :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1155
1155
};
1156
1156
 
1157
1157
 
1158
 
/* MySQL internal variables, like query_cache_size */
 
1158
/* MySQL internal variables */
1159
1159
 
1160
1160
class set_var :public set_var_base
1161
1161
{