diff options
author | Melanie | 2010-06-17 17:48:34 +0100 |
---|---|---|
committer | Melanie | 2010-06-17 17:48:34 +0100 |
commit | e3432b8f63a8fc17e506033fe4e1c568c8f88b9a (patch) | |
tree | 4a8e60505ffe93c24c7c35ee0196ebf9b764543f /OpenSim | |
parent | Set command timeout to infinity on migrations (diff) | |
download | opensim-SC_OLD-e3432b8f63a8fc17e506033fe4e1c568c8f88b9a.zip opensim-SC_OLD-e3432b8f63a8fc17e506033fe4e1c568c8f88b9a.tar.gz opensim-SC_OLD-e3432b8f63a8fc17e506033fe4e1c568c8f88b9a.tar.bz2 opensim-SC_OLD-e3432b8f63a8fc17e506033fe4e1c568c8f88b9a.tar.xz |
Revert "Set command timeout to infinity on migrations"
This reverts commit 51d30fd34a950e0cd71d61ce0666a6d1e90bf233.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Data/MySQL/MySQLMigrations.cs | 1 |
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 | } |