#At file:///home/mysql_src/bzrrepos_new/mysql-next-mr-opt-backporting-wl4800/ based on revid:jorgen.loland@stripped
3253 Guilhem Bichot 2011-01-17
make script support case where trace is printed with SELECT ... DUMPFILE
modified:
WL4800_validate_json.py
=== modified file 'WL4800_validate_json.py'
--- a/WL4800_validate_json.py 2010-11-15 21:05:48 +0000
+++ b/WL4800_validate_json.py 2011-01-17 12:25:20 +0000
@@ -72,7 +72,7 @@ def check(trace, first_trace_line):
all = open(sys.argv[1]).readlines()
trace_start_re = re.compile("^(.*\t)?{\n")
-trace_end_re = re.compile("^}(\t.*)?\n")
+trace_end_re = re.compile("^}")
first_trace_line = trace_line = 0
trace = None
Attachment: [text/bzr-bundle] bzr/guilhem.bichot@oracle.com-20110117122520-eusggye5774sovvq.bundle
| Thread |
|---|
| • bzr commit into mysql-next-mr-bugfixing branch (guilhem.bichot:3253) | Guilhem Bichot | 17 Jan |