~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-05-14 16:46:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1016.
  • Revision ID: brian@gaz-20090514164636-ipl0u2inw8nr7ueb
Remove dead session calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3003
3003
        }
3004
3004
        pthread_mutex_unlock(&LOCK_open);
3005
3005
 
3006
 
        int result= store_create_info(session, table, &query,
3007
 
                                               create_info);
 
3006
        int result= store_create_info(table, &query, create_info);
3008
3007
 
3009
3008
        assert(result == 0); // store_create_info() always return 0
3010
3009
        write_bin_log(session, true, query.ptr(), query.length());