~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_update.cc

  • Committer: Brian Aker
  • Date: 2009-07-11 05:59:19 UTC
  • mfrom: (1089.1.9 merge)
  • Revision ID: brian@gaz-20090711055919-m4px3crrdgta5lie
Collection of patches from new-cleanup (includes asserts for field in debug)

Show diffs side-by-side

added added

removed removed

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