Merge lp:~dbpercona/randgen/bug1349930 into lp:randgen

Proposed by David Bennett
Status: Approved
Approved by: Patrick Crews
Approved revision: 975
Proposed branch: lp:~dbpercona/randgen/bug1349930
Merge into: lp:randgen
Diff against target: 129 lines (+10/-10)
10 files modified
README (+1/-1)
conf/runtime/metadata_stability.yy (+1/-1)
lib/GenTest/XML/Report.pm (+1/-1)
performance/perfreport.pl (+1/-1)
performance/perfrun.pl (+1/-1)
runall-new.pl (+1/-1)
runall.pl (+1/-1)
server.pl (+1/-1)
util/simplify-query-performance.pl (+1/-1)
util/simplify-query.pl (+1/-1)
To merge this branch: bzr merge lp:~dbpercona/randgen/bug1349930
Reviewer Review Type Date Requested Status
Patrick Crews Approve
Review via email: mp+228717@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Patrick Crews (patrick-crews) wrote :

lgtm - thank you for updating the links.

review: Approve

Unmerged revisions

975. By David Bennett

Updated old http://forge.mysql.com/ links that are no longer valid.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2011-06-29 12:27:54 +0000
3+++ README 2014-07-29 16:03:30 +0000
4@@ -9,7 +9,7 @@
5 reserved. Use is subject to license terms.
6
7 Wiki:
8-* http://forge.mysql.com/wiki/Category:RandomQueryGenerator
9+* https://github.com/RQG/RQG-Documentation/wiki
10
11 Launchpad homepage:
12 * https://launchpad.net/randgen
13
14=== modified file 'conf/runtime/metadata_stability.yy'
15--- conf/runtime/metadata_stability.yy 2011-01-12 11:41:17 +0000
16+++ conf/runtime/metadata_stability.yy 2014-07-29 16:03:30 +0000
17@@ -18,7 +18,7 @@
18 #
19 # The point of this grammar is to test repeatable read for transactional storage
20 # engines. It is designed to be used with the SelectStability validator.
21-# See http://forge.mysql.com/wiki/RandomQueryGeneratorValidators for more info.
22+# See https://github.com/RQG/RQG-Documentation/wiki/RandomQueryGeneratorValidators for more info.
23 #
24
25 query_init:
26
27=== modified file 'lib/GenTest/XML/Report.pm'
28--- lib/GenTest/XML/Report.pm 2012-04-10 10:50:12 +0000
29+++ lib/GenTest/XML/Report.pm 2014-07-29 16:03:30 +0000
30@@ -93,7 +93,7 @@
31 $writer->dataElement('environment_id', 0);
32 $writer->dataElement('starttime', $report->[XMLREPORT_DATE]);
33 $writer->dataElement('endtime', isoUTCTimestamp());
34- $writer->dataElement('description', 'http://forge.mysql.com/wiki/RQG');
35+ $writer->dataElement('description', 'https://github.com/RQG/RQG-Documentation/wiki');
36 # TODO (if applicable):
37 # test-suite specific descriptions (once we have defined testsuites)?
38 #<xsd:element name="logdir" type="xsd:string" minOccurs="0" form="qualified"/>
39
40=== modified file 'performance/perfreport.pl'
41--- performance/perfreport.pl 2011-05-10 11:25:13 +0000
42+++ performance/perfreport.pl 2014-07-29 16:03:30 +0000
43@@ -14,7 +14,7 @@
44
45 my ($in_file_name, $filter);
46
47-say("Please see http://forge.mysql.com/wiki/Category:RandomQueryGenerator for more information on this test framework.");
48+say("Please see https://launchpad.net/randgen for more information on this test framework.");
49 say("Starting $0 ".join(" ", @ARGV));
50
51 my $opt_result = GetOptions(
52
53=== modified file 'performance/perfrun.pl'
54--- performance/perfrun.pl 2011-05-10 11:30:46 +0000
55+++ performance/perfrun.pl 2014-07-29 16:03:30 +0000
56@@ -20,7 +20,7 @@
57
58 my (@dsns, $filter, $in_dir_name, $out_file_name);
59
60-say("Please see http://forge.mysql.com/wiki/Category:RandomQueryGenerator for more information on this test framework.");
61+say("Please see https://launchpad.net/randgen for more information on this test framework.");
62 say("Starting $0 ".join(" ", @ARGV));
63
64 my $opt_result = GetOptions(
65
66=== modified file 'runall-new.pl'
67--- runall-new.pl 2013-06-21 14:39:30 +0000
68+++ runall-new.pl 2014-07-29 16:03:30 +0000
69@@ -199,7 +199,7 @@
70 }
71
72 say("Copyright (c) 2010,2011 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.");
73-say("Please see http://forge.mysql.com/wiki/Category:RandomQueryGenerator for more information on this test framework.");
74+say("Please see https://launchpad.net/randgen for more information on this test framework.");
75 say("Starting \n# $0 \\ \n# ".join(" \\ \n# ", @ARGV_saved));
76
77 #
78
79=== modified file 'runall.pl'
80--- runall.pl 2013-06-21 14:36:59 +0000
81+++ runall.pl 2014-07-29 16:03:30 +0000
82@@ -193,7 +193,7 @@
83 }
84
85 say("Copyright (c) 2008,2011 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.");
86-say("Please see http://forge.mysql.com/wiki/Category:RandomQueryGenerator for more information on this test framework.");
87+say("Please see https://launchpad.net/randgen for more information on this test framework.");
88 say("Starting: $0 ".join(" ", @ARGV_saved));
89
90 #
91
92=== modified file 'server.pl'
93--- server.pl 2012-10-25 09:37:57 +0000
94+++ server.pl 2014-07-29 16:03:30 +0000
95@@ -85,7 +85,7 @@
96 }
97
98 say("Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.");
99-say("Please see http://forge.mysql.com/wiki/Category:RandomQueryGenerator for more information on this test framework.");
100+say("Please see https://launchpad.net/randgen for more information on this test framework.");
101 say("Starting \n# $0 \\ \n# ".join(" \\ \n# ", @ARGV_saved));
102
103
104
105=== modified file 'util/simplify-query-performance.pl'
106--- util/simplify-query-performance.pl 2012-08-13 01:28:25 +0000
107+++ util/simplify-query-performance.pl 2014-07-29 16:03:30 +0000
108@@ -35,7 +35,7 @@
109 #
110 # This script demonstrates the simplification of queries. More information is available at
111 #
112-# http://forge.mysql.com/wiki/RandomQueryGeneratorSimplification
113+# https://github.com/RQG/RQG-Documentation/wiki/RandomQueryGeneratorSimplification
114 #
115
116 my $query = "SELECT 1 FROM DUAL";
117
118=== modified file 'util/simplify-query.pl'
119--- util/simplify-query.pl 2012-08-13 01:28:25 +0000
120+++ util/simplify-query.pl 2014-07-29 16:03:30 +0000
121@@ -34,7 +34,7 @@
122 #
123 # This script demonstrates the simplification of queries. More information is available at
124 #
125-# http://forge.mysql.com/wiki/RandomQueryGeneratorSimplification
126+# https://github.com/RQG/RQG-Documentation/wiki/RandomQueryGeneratorSimplification
127 #
128
129 my $query = "SELECT 1 FROM DUAL";