diff options
author | Melanie | 2010-06-17 17:43:40 +0100 |
---|---|---|
committer | Melanie | 2010-06-17 17:43:40 +0100 |
commit | 51d30fd34a950e0cd71d61ce0666a6d1e90bf233 (patch) | |
tree | 7023f7199f64a1ae23041ce6dc1080ba18a09693 | |
parent | Force newly connecting remote consoles to display a prompt (diff) | |
download | opensim-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
-rw-r--r-- | OpenSim/Data/MySQL/MySQLMigrations.cs | 1 |
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 | } |