~akopytov/percona-server/bug797944

« back to all changes in this revision

Viewing changes to mysql_dump_ignore_ct.patch

  • Committer: Oleg Tsarev
  • Date: 2011-06-15 21:57:04 UTC
  • mfrom: (170.1.2 rnt_rebase)
  • Revision ID: oleg.tsarev@percona.com-20110615215704-57l80gh5t12m93j5
port to 5.1.57 (merge with lp:percona-server/5.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
   {"lines-terminated-by", OPT_LTB, 
39
39
    "Lines in the output file are terminated by the given string.",
40
40
    &lines_terminated, &lines_terminated, 0, GET_STR,
41
 
@@ -2303,13 +2306,21 @@
 
41
@@ -2318,13 +2321,21 @@
42
42
       /* Make an sql-file, if path was given iow. option -T was given */
43
43
       char buff[20+FN_REFLEN];
44
44
       MYSQL_FIELD *field;