~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleslap.cc

  • Committer: Lee Bieber
  • Date: 2010-11-07 19:34:48 UTC
  • mfrom: (1910.1.2 build)
  • Revision ID: kalebral@gmail.com-20101107193448-64kdu912qej354sh
Merge Stewart - including adapting and expanding the "differences from mysql" page from the wiki.
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