~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-05-06 03:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 1007.
  • Revision ID: brian@gaz-20090506035807-h7bvu8jimew6arv2
Enable "old" alter table by default

Show diffs side-by-side

added added

removed removed

Lines of Context:
4571
4571
 
4572
4572
  set_table_default_charset(session, create_info, db);
4573
4573
 
4574
 
  if (session->variables.old_alter_table
4575
 
      || (table->s->db_type() != create_info->db_type)
4576
 
     )
4577
4574
  {
4578
4575
    if (alter_info->build_method == HA_BUILD_ONLINE)
4579
4576
    {