~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Brian Aker
  • Date: 2010-02-09 21:18:30 UTC
  • mfrom: (1273.2.42)
  • Revision ID: brian@gaz-20100209211830-7vf91n0yasi0r28y
Merge Stewart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
647
647
      table_list       The table to change.
648
648
      alter_info       Lists of fields, keys to be changed, added
649
649
                       or dropped.
650
 
      order_num        How many order_st BY fields has been specified.
 
650
      order_num        How many ORDER BY fields has been specified.
651
651
      order            List of fields to order_st BY.
652
652
      ignore           Whether we have ALTER IGNORE Table
653
653