aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Data/MySQL/MySQLMigrations.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Data/MySQL/MySQLMigrations.cs b/OpenSim/Data/MySQL/MySQLMigrations.cs
index 4ad0e9b..81a0e83 100644
--- a/OpenSim/Data/MySQL/MySQLMigrations.cs
+++ b/OpenSim/Data/MySQL/MySQLMigrations.cs
@@ -75,7 +75,6 @@ namespace OpenSim.Data.MySQL
75 { 75 {
76 throw new Exception(sql); 76 throw new Exception(sql);
77 }; 77 };
78 scr.CommandTimeout = 0;
79 scr.Execute(); 78 scr.Execute();
80 } 79 }
81 } 80 }