~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Stewart Smith
  • Date: 2010-07-13 01:12:39 UTC
  • mto: (1638.10.46)
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: stewart@flamingspork.com-20100713011239-nwgjq3r0oxtaax0w
use the ENUM in the table proto instead of duplicating it for Foreign key options and match option. A move in the direction of just having foreign keys in the proto

Show diffs side-by-side

added added

removed removed

Lines of Context:
5398
5398
 
5399
5399
  TMPDIR[0]= 0;
5400
5400
 
 
5401
  internal::my_init();
 
5402
 
5401
5403
  po::options_description commandline_options("Options used only in command line");
5402
5404
  commandline_options.add_options()
5403
5405
  ("help,?", "Display this help and exit.")