typo
This commit is contained in:
parent
48ae9b2939
commit
5ae126f797
|
@ -64,7 +64,7 @@ sub remove_orphaned_versions {
|
||||||
# versions2. For the other tables that's good because sessions and files are
|
# versions2. For the other tables that's good because sessions and files are
|
||||||
# much smaller than instances, but there is only about a factor of 10
|
# much smaller than instances, but there is only about a factor of 10
|
||||||
# between versions2 and instances, so reading both sequentally is much
|
# between versions2 and instances, so reading both sequentally is much
|
||||||
# better. Suprisingly, perl is also faster at eliminating duplicates than
|
# better. Surprisingly, perl is also faster at eliminating duplicates than
|
||||||
# mysql, so just doing two selects and doing all the work in perl is faster
|
# mysql, so just doing two selects and doing all the work in perl is faster
|
||||||
# than “select distinct … minus …” though not much.
|
# than “select distinct … minus …” though not much.
|
||||||
print "deleting orphaned versions\n";
|
print "deleting orphaned versions\n";
|
||||||
|
|
Loading…
Reference in New Issue