~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Mark Atwood
  • Date: 2011-07-01 18:59:28 UTC
  • Revision ID: me@mark.atwood.name-20110701185928-6ajdv7u1ze9kl2ks
reverse previous commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
549
549
  /* Get bash-like expansion for some commands */
550
550
  Commands( "create table",     0, 0, 0, ""),
551
551
  Commands( "create database",  0, 0, 0, ""),
552
 
  Commands( "create procedure",  0, 0, 0, ""),
553
552
  Commands( "show databases",   0, 0, 0, ""),
554
553
  Commands( "show fields from", 0, 0, 0, ""),
555
554
  Commands( "show keys from",   0, 0, 0, ""),