~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.cc

  • Committer: Mark Atwood
  • Date: 2011-06-30 03:10:01 UTC
  • mfrom: (2324.3.5 include-keywords-spi)
  • Revision ID: me@mark.atwood.name-20110630031001-yttctixy3za12pi2
mergeĀ lp:~vjsamuel/drizzle/include-keyword-procedure

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, ""),
552
553
  Commands( "show databases",   0, 0, 0, ""),
553
554
  Commands( "show fields from", 0, 0, 0, ""),
554
555
  Commands( "show keys from",   0, 0, 0, ""),