aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data
diff options
context:
space:
mode:
authorMelanie2010-06-17 17:43:40 +0100
committerMelanie2010-06-17 17:43:40 +0100
commit51d30fd34a950e0cd71d61ce0666a6d1e90bf233 (patch)
tree7023f7199f64a1ae23041ce6dc1080ba18a09693 /OpenSim/Data
parentForce newly connecting remote consoles to display a prompt (diff)
downloadopensim-SC_OLD-51d30fd34a950e0cd71d61ce0666a6d1e90bf233.zip
opensim-SC_OLD-51d30fd34a950e0cd71d61ce0666a6d1e90bf233.tar.gz
opensim-SC_OLD-51d30fd34a950e0cd71d61ce0666a6d1e90bf233.tar.bz2
opensim-SC_OLD-51d30fd34a950e0cd71d61ce0666a6d1e90bf233.tar.xz
Set command timeout to infinity on migrations
Diffstat (limited to 'OpenSim/Data')
-rw-r--r--OpenSim/Data/MySQL/MySQLMigrations.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Data/MySQL/MySQLMigrations.cs b/OpenSim/Data/MySQL/MySQLMigrations.cs
index 81a0e83..4ad0e9b 100644
--- a/OpenSim/Data/MySQL/MySQLMigrations.cs
+++ b/OpenSim/Data/MySQL/MySQLMigrations.cs
@@ -75,6 +75,7 @@ namespace OpenSim.Data.MySQL
75 { 75 {
76 throw new Exception(sql); 76 throw new Exception(sql);
77 }; 77 };
78 scr.CommandTimeout = 0;
78 scr.Execute(); 79 scr.Execute();
79 } 80 }
80 } 81 }