~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Brian Aker
  • Date: 2009-07-09 21:14:05 UTC
  • mto: (1090.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1091.
  • Revision ID: brian@gaz-20090709211405-jgl2txbaijtq62a7
Remove of JOIN_TAB to JoinTable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1078
1078
    1           Safe to update
1079
1079
*/
1080
1080
 
1081
 
static bool safe_update_on_fly(Session *session, JOIN_TAB *join_tab,
 
1081
static bool safe_update_on_fly(Session *session, JoinTable *join_tab,
1082
1082
                               TableList *table_ref, TableList *all_tables)
1083
1083
{
1084
1084
  Table *table= join_tab->table;