~dbpercona/randgen/bug1349930

« back to all changes in this revision

Viewing changes to util/simplify-query.pl

  • Committer: David Bennett
  • Date: 2014-07-29 15:59:16 UTC
  • Revision ID: dbennett455@gmail.com-20140729155916-8u6afxjsjhzoy0hc
Updated old http://forge.mysql.com/ links that are no longer valid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#
35
35
# This script demonstrates the simplification of queries. More information is available at
36
36
#
37
 
# http://forge.mysql.com/wiki/RandomQueryGeneratorSimplification
 
37
# https://github.com/RQG/RQG-Documentation/wiki/RandomQueryGeneratorSimplification
38
38
#
39
39
 
40
40
my $query = "SELECT 1 FROM DUAL";