767
767
if (auto_generate_sql_autoincrement || auto_generate_sql_guid_primary)
768
768
generate_primary_key_list(con, eptr);
771
run_query(con, NULL, "SET AUTOCOMMIT=0", strlen("SET AUTOCOMMIT=0"));
773
770
if (not pre_system.empty())
775
772
int ret= system(pre_system.c_str());
781
777
Pre statements are always run after all other logic so they can