~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/alter_table.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-05 10:29:23 UTC
  • mto: This revision was merged to the branch mainline in revision 2395.
  • Revision ID: olafvdspek@gmail.com-20110805102923-l7tjgd09c8g5epoq
Refactor getTableName

Show diffs side-by-side

added added

removed removed

Lines of Context:
1598
1598
        from->sort.io_cache= new internal::io_cache_st;
1599
1599
 
1600
1600
        tables.table= from;
1601
 
        tables.setTableName(from->getMutableShare()->getTableName(), from->getMutableShare()->getTableNameSize());
 
1601
        tables.setTableName(from->getMutableShare()->getTableNameRef());
1602
1602
        tables.alias= tables.getTableName();
1603
1603
        tables.setSchemaName(from->getMutableShare()->getSchemaName(), from->getMutableShare()->getSchemaNameSize());
1604
1604
        error= 1;