~jaypipes/drizzle/split-xa-resource-manager

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Jay Pipes
  • Date: 2010-02-14 20:26:43 UTC
  • mfrom: (1273.1.27 staging)
  • Revision ID: jpipes@serialcoder-20100214202643-ahuqvc8rhn8u7y33
Merge trunk and resolve conflicts

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