~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

Merge Stewart - fix bug 668143: drizzleslap with --commit runs second iteration data load in a transaction

Show diffs side-by-side

added added

removed removed

Lines of Context:
767
767
    if (auto_generate_sql_autoincrement || auto_generate_sql_guid_primary)
768
768
      generate_primary_key_list(con, eptr);
769
769
 
770
 
    if (commit_rate)
771
 
      run_query(con, NULL, "SET AUTOCOMMIT=0", strlen("SET AUTOCOMMIT=0"));
772
 
 
773
770
    if (not pre_system.empty())
774
771
    {
775
772
      int ret= system(pre_system.c_str());
776
773
      assert(ret != -1);
777
774
    }
778
 
       
779
775
 
780
776
    /*
781
777
      Pre statements are always run after all other logic so they can